[data-component-id="amtega_user:links"] {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
[data-component-id="amtega_user:links"] a {
  color: var(--xunta-blue-secondary);
  text-decoration: none;
}
[data-component-id="amtega_user:links"] a:hover,
[data-component-id="amtega_user:links"] a:focus,
[data-component-id="amtega_user:links"] a:active {
  text-decoration: underline;
}
