/* Align the menu to the right */
#block-claro-useraccountmenu{
  text-align: right;
}

/* Display the menu items inline */
#block-claro-useraccountmenu .menu {
  list-style-type: none; /* Remove bullets */
  margin: 0;
  padding: 0;
  display: inline-block; /* Ensure the list aligns horizontally */
}

#block-claro-useraccountmenu .menu-item {
  display: inline;
  margin-left: 15px; /* Adjust spacing between menu items */
}

#block-claro-useraccountmenu .menu-item a {
  text-decoration: none;
}

/* ZP-17279 */
:root {
    --color-focus: transparent!important;
}
