/* NestPortal v403 · conserva marquito, pero devuelve íconos a formato cuadro */

/* Menú principal */
.authChoice[data-my-account-v147]::before,
.authChoice[data-menu-art-v400="session"]::before,
.authChoice[data-menu-art-v400="search"]::before,
.pinnedMenuChoiceV211::before,
.pinnedMenuChoiceV310::before,
.authChoice[data-pinned-art-v310]::before,
/* Cuenta vecinal */
#modalContent .compactAccountHubV364 .authChoice[data-auth-open="login"]::before,
#modalContent .compactAccountHubV364 .authChoice[data-v296-auth-open="login"]::before,
#modalContent .compactAccountHubV364 .authChoice[data-auth-open="register"]::before,
#modalContent .compactAccountHubV364 .authChoice[data-v296-auth-open="register"]::before,
#modalContent .compactAccountHubV364 .authChoice[data-account-renew-v352="1"]::before,
#modalContent .compactAccountHubV364 .authChoice[data-unified-account-renew-v363="1"]::before{
  border-radius: 24px !important;
  background-color:#f8f6ee!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  border:1px solid rgba(12,88,72,.12)!important;
  box-shadow:none!important;
}

/* Ajuste para que vuelvan a verse como cuadros con marquito, no como círculos */
.authChoice[data-my-account-v147]::before{ background-image:url('/assets/ui/menu-mi-cuenta.png?v=221')!important; background-size:100% 100%!important; }
.authChoice[data-menu-art-v400="session"]::before{ background-image:url('/assets/ui/menu-cuenta-sesion-v400.png?v=400')!important; background-size:100% 100%!important; }
.authChoice[data-menu-art-v400="search"]::before{ background-image:url('/assets/ui/menu-buscar-chat-v400.png?v=400')!important; background-size:100% 100%!important; }
.pinnedMenuChoiceV211::before,
.pinnedMenuChoiceV310::before,
.authChoice[data-pinned-art-v310]::before{ background-image:url('/assets/ui/menu-mensajes-fijados-v400.png?v=400')!important; background-size:100% 100%!important; }
#modalContent .compactAccountHubV364 .authChoice[data-auth-open="login"]::before,
#modalContent .compactAccountHubV364 .authChoice[data-v296-auth-open="login"]::before{ background-image:url('/assets/ui/auth-login-v400.png?v=400')!important; background-size:100% 100%!important; }
#modalContent .compactAccountHubV364 .authChoice[data-auth-open="register"]::before,
#modalContent .compactAccountHubV364 .authChoice[data-v296-auth-open="register"]::before{ background-image:url('/assets/ui/auth-create-account-v400.png?v=400')!important; background-size:100% 100%!important; }
#modalContent .compactAccountHubV364 .authChoice[data-account-renew-v352="1"]::before,
#modalContent .compactAccountHubV364 .authChoice[data-unified-account-renew-v363="1"]::before{ background-image:url('/assets/ui/menu-identidad-chat.png?v=397')!important; background-size:100% 100%!important; }

@media (max-width:700px){
  .authChoice[data-my-account-v147]::before,
  .authChoice[data-menu-art-v400="session"]::before,
  .authChoice[data-menu-art-v400="search"]::before,
  .pinnedMenuChoiceV211::before,
  .pinnedMenuChoiceV310::before,
  .authChoice[data-pinned-art-v310]::before,
  #modalContent .compactAccountHubV364 .authChoice[data-auth-open="login"]::before,
  #modalContent .compactAccountHubV364 .authChoice[data-v296-auth-open="login"]::before,
  #modalContent .compactAccountHubV364 .authChoice[data-auth-open="register"]::before,
  #modalContent .compactAccountHubV364 .authChoice[data-v296-auth-open="register"]::before,
  #modalContent .compactAccountHubV364 .authChoice[data-account-renew-v352="1"]::before,
  #modalContent .compactAccountHubV364 .authChoice[data-unified-account-renew-v363="1"]::before{
    background-size:100% 100%!important;
    border-radius:24px!important;
  }
}
