.upsex-account-nav-v18,
.upsex-account-nav-v18 *,
.upsex-account-dashboard-v18,
.upsex-account-dashboard-v18 *,
.upsex-account-picker-v18,
.upsex-account-picker-v18 *{
    box-sizing:border-box;
}

.upsex-account-nav-v18 svg,
.upsex-account-dashboard-v18 svg{
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.upsex-account-guest-v18,
.upsex-account-menu-v18{
    width:100%;
    margin:0;
    border:1px solid rgba(184,138,0,.22);
    border-radius:19px;
    background:#fffdf8;
    box-shadow:0 10px 27px rgba(72,52,34,.06);
    overflow:hidden;
}

.upsex-account-guest-v18{
    padding:22px 18px;
    text-align:center;
}

.upsex-account-guest-v18__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:49px;
    height:49px;
    margin:0 auto 12px;
    border-radius:14px;
    color:#8f6b00;
    background:#fff2c9;
}

.upsex-account-guest-v18__icon svg{
    width:25px;
    height:25px;
}

.upsex-account-guest-v18 h2{
    margin:0 0 8px!important;
    color:#4d423f!important;
    font-size:20px!important;
}

.upsex-account-guest-v18 p{
    margin:0 0 16px!important;
    color:#6b615d!important;
    font-size:14px!important;
    line-height:1.55!important;
}

.upsex-account-guest-v18__login,
.upsex-account-guest-v18__register{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:46px;
    margin-top:9px;
    padding:10px 14px;
    border-radius:12px;
    font-size:14px!important;
    font-weight:750!important;
    text-decoration:none!important;
}

.upsex-account-guest-v18__login{
    color:#fff!important;
    background:#4d3631;
}

.upsex-account-guest-v18__register{
    border:1px solid rgba(184,138,0,.27);
    color:#765a18!important;
    background:#fff7e1;
}

.upsex-account-guest-v18__forgotten{
    display:inline-block;
    margin-top:14px;
    color:#765c25!important;
    font-size:13px!important;
    font-weight:700!important;
}

.upsex-account-menu-v18 > summary{
    display:flex;
    align-items:center;
    gap:11px;
    min-height:61px;
    padding:13px 15px;
    color:#4d423f;
    font-size:15px;
    font-weight:750;
    cursor:pointer;
    list-style:none;
}

.upsex-account-menu-v18 summary::-webkit-details-marker,
.upsex-account-dashboard-v18 summary::-webkit-details-marker{
    display:none;
}

.upsex-account-menu-v18__user,
.upsex-account-menu-v18__icon{
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    color:#8f6b00;
    background:#fff2c9;
}

.upsex-account-menu-v18__user{
    width:35px;
    height:35px;
}

.upsex-account-menu-v18__user svg{
    width:19px;
    height:19px;
}

.upsex-account-menu-v18__chevron{
    width:20px;
    height:20px;
    margin-left:auto;
    color:#8f6b00;
    transition:transform .2s ease;
}

.upsex-account-menu-v18[open] .upsex-account-menu-v18__chevron{
    transform:rotate(180deg);
}

.upsex-account-menu-v18__body{
    padding:5px 10px 11px;
    border-top:1px solid rgba(184,138,0,.15);
}

.upsex-account-menu-v18__label{
    display:block;
    padding:10px 9px 7px;
    color:#92733c;
    font-size:11px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.upsex-account-menu-v18__body > a{
    display:flex;
    align-items:center;
    gap:10px;
    min-height:47px;
    padding:8px 9px;
    border-radius:11px;
    color:#574d4a!important;
    font-size:14px!important;
    font-weight:700!important;
    text-decoration:none!important;
}

.upsex-account-menu-v18__body > a:hover,
.upsex-account-menu-v18__body > a.is-active{
    color:#745817!important;
    background:#fff2cc;
}

.upsex-account-menu-v18__icon{
    flex:0 0 31px;
    width:31px;
    height:31px;
}

.upsex-account-menu-v18__icon svg{
    width:18px;
    height:18px;
}

.upsex-account-menu-v18__body > a b{
    margin-left:auto;
    color:#b88a00;
    font-size:20px;
    font-weight:500;
}

.upsex-account-menu-v18__more{
    margin:7px 0 2px;
    border-top:1px solid rgba(184,138,0,.15);
}

.upsex-account-menu-v18__more > summary{
    display:flex;
    justify-content:space-between;
    padding:13px 9px 8px;
    color:#71591f;
    font-size:13px;
    font-weight:750;
    cursor:pointer;
    list-style:none;
}

.upsex-account-menu-v18__more > div{
    display:flex;
    flex-direction:column;
    padding:0 9px 7px;
}

.upsex-account-menu-v18__more a{
    padding:8px 0;
    color:#675c58!important;
    font-size:13px!important;
    font-weight:650!important;
}

.upsex-account-menu-v18__logout{
    margin-top:8px;
    padding-top:13px!important;
    border-top:1px solid rgba(184,138,0,.16);
    border-radius:0!important;
    color:#805047!important;
}

.upsex-account-dashboard-v18__header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
    margin-bottom:24px;
}

.upsex-account-dashboard-v18__header > div > span{
    display:block;
    margin-bottom:6px;
    color:#8f6b00;
    font-size:12px;
    font-weight:800;
    letter-spacing:.11em;
    text-transform:uppercase;
}

.upsex-account-dashboard-v18__header h1{
    margin:0 0 9px!important;
    color:#4d423f!important;
    font-size:clamp(30px,4vw,42px)!important;
    line-height:1.1!important;
}

.upsex-account-dashboard-v18__header p{
    max-width:620px;
    margin:0!important;
    color:#675d59!important;
    font-size:15px!important;
    line-height:1.6!important;
}

.upsex-account-dashboard-v18__logout{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:43px;
    padding:9px 14px;
    border:1px solid rgba(128,80,71,.22);
    border-radius:12px;
    color:#805047!important;
    background:#fff;
    font-size:13px!important;
    font-weight:750!important;
    text-decoration:none!important;
    white-space:nowrap;
}

.upsex-account-dashboard-v18__logout svg{
    width:18px;
    height:18px;
}

.upsex-account-dashboard-v18__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.upsex-account-card-v18{
    display:flex;
    gap:15px;
    min-width:0;
    padding:21px;
    border:1px solid rgba(184,138,0,.22);
    border-radius:19px;
    background:#fffdf8;
    box-shadow:0 10px 25px rgba(72,52,34,.055);
    transition:transform .2s ease,box-shadow .2s ease;
}

.upsex-account-card-v18:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 31px rgba(72,52,34,.09);
}

.upsex-account-card-v18__icon{
    display:flex;
    flex:0 0 46px;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:14px;
    color:#8f6b00;
    background:#fff2cc;
}

.upsex-account-card-v18__icon svg{
    width:23px;
    height:23px;
}

.upsex-account-card-v18 h2{
    margin:0 0 7px!important;
    color:#4d423f!important;
    font-size:19px!important;
}

.upsex-account-card-v18 p{
    margin:0 0 12px!important;
    color:#6b615d!important;
    font-size:14px!important;
    line-height:1.5!important;
}

.upsex-account-card-v18 a{
    position:relative;
    display:block;
    width:max-content;
    max-width:100%;
    margin-top:7px;
    padding-right:17px;
    color:#765a19!important;
    font-size:13px!important;
    font-weight:750!important;
    text-decoration:none!important;
}

.upsex-account-card-v18 a::after{
    content:"›";
    position:absolute;
    right:0;
    font-size:18px;
}

.upsex-account-dashboard-v18__more{
    margin-top:18px;
    border:1px solid rgba(184,138,0,.20);
    border-radius:17px;
    background:#fffdf8;
    overflow:hidden;
}

.upsex-account-dashboard-v18__more > summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:57px;
    padding:14px 18px;
    color:#4d423f;
    font-size:14px;
    font-weight:750;
    cursor:pointer;
    list-style:none;
}

.upsex-account-dashboard-v18__more > div{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    background:rgba(184,138,0,.14);
    border-top:1px solid rgba(184,138,0,.14);
}

.upsex-account-dashboard-v18__more a{
    display:flex;
    align-items:center;
    min-height:49px;
    padding:12px 17px;
    color:#625753!important;
    background:#fffdf8;
    font-size:13px!important;
    font-weight:700!important;
    text-decoration:none!important;
}

/* Login y recuperación: sin navegación lateral duplicada. */
#account-login > .row > #column-right,
#account-forgotten > .row > #column-right,
#account-reset > .row > #column-right,
#account-logout > .row > #column-right{
    display:none!important;
}

#account-login > .row > #content,
#account-forgotten > .row > #content,
#account-reset > .row > #content,
#account-logout > .row > #content{
    width:100%!important;
    float:none!important;
}

/* Selector global del ícono de usuario. */
.upsex-account-picker-v18{
    position:fixed;
    z-index:100500;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.upsex-account-picker-v18.is-open{
    display:flex;
}

.upsex-account-picker-v18__backdrop{
    position:absolute;
    inset:0;
    background:rgba(26,18,16,.56);
    backdrop-filter:blur(4px);
    -webkit-backdrop-filter:blur(4px);
}

.upsex-account-picker-v18__panel{
    position:relative;
    width:min(400px,100%);
    max-height:calc(100vh - 40px);
    padding:23px;
    border:1px solid rgba(184,138,0,.25);
    border-radius:21px;
    background:#fffdf8;
    box-shadow:0 24px 70px rgba(0,0,0,.26);
    overflow:auto;
    animation:upsexPickerV18 .2s ease;
}

@keyframes upsexPickerV18{
    from{opacity:0;transform:translateY(12px) scale(.98)}
    to{opacity:1;transform:none}
}

.upsex-account-picker-v18__close{
    position:absolute;
    top:12px;
    right:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border:0;
    border-radius:50%;
    color:#5c504d;
    background:#f3ebe5;
    font-size:24px;
    cursor:pointer;
}

.upsex-account-picker-v18__heading{
    padding-right:39px;
}

.upsex-account-picker-v18__heading > span{
    display:block;
    margin-bottom:5px;
    color:#8f6b00;
    font-size:11px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.upsex-account-picker-v18__heading h2{
    margin:0 0 7px!important;
    color:#4d423f!important;
    font-size:25px!important;
}

.upsex-account-picker-v18__heading p{
    margin:0 0 18px!important;
    color:#6b615d!important;
    font-size:14px!important;
    line-height:1.5!important;
}

.upsex-account-picker-v18__links{
    display:flex;
    flex-direction:column;
    gap:9px;
}

.upsex-account-picker-v18__links a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:49px;
    padding:12px 15px;
    border:1px solid rgba(184,138,0,.20);
    border-radius:13px;
    color:#514744!important;
    background:#fff;
    font-size:14px!important;
    font-weight:750!important;
    text-decoration:none!important;
}

.upsex-account-picker-v18__links a:first-child{
    color:#fff!important;
    border-color:#4d3631;
    background:#4d3631;
}

.upsex-account-picker-v18__links a.is-logout{
    margin-top:5px;
    color:#805047!important;
    border-color:rgba(128,80,71,.2);
    background:#fff8f5;
}

.upsex-account-picker-v18__links a b{
    color:#b88a00;
    font-size:20px;
    font-weight:500;
}

body.upsex-account-picker-open-v18{
    overflow:hidden!important;
}

@media(max-width:767px){

    div[id^="account-"].container:not(#account-register):not(#account-success) > .row{
        display:flex!important;
        flex-direction:column!important;
    }

    div[id^="account-"].container:not(#account-register):not(#account-success) > .row > #column-right{
        order:-1!important;
        width:100%!important;
    }

    div[id^="account-"].container:not(#account-register):not(#account-success) > .row > #content{
        order:1!important;
    }

    .upsex-account-menu-v18:not([open]) .upsex-account-menu-v18__body{
        display:none;
    }

    .upsex-account-dashboard-v18__header{
        flex-direction:column;
        gap:14px;
    }

    .upsex-account-dashboard-v18__logout{
        width:100%;
        justify-content:center;
    }

    .upsex-account-dashboard-v18__grid{
        grid-template-columns:1fr;
        gap:13px;
    }

    .upsex-account-card-v18{
        gap:13px;
        padding:18px 16px;
    }

    .upsex-account-card-v18__icon{
        flex-basis:42px;
        width:42px;
        height:42px;
    }

    .upsex-account-dashboard-v18__more > div{
        grid-template-columns:1fr;
    }

    .upsex-account-picker-v18{
        align-items:flex-end;
        padding:11px;
    }

    .upsex-account-picker-v18__panel{
        width:100%;
        padding:22px 18px 18px;
        border-radius:21px 21px 15px 15px;
    }
}

/* UPSEX_ACCOUNT_REFINEMENT_V19_START */

/* =========================================================
   IDENTIDAD VISUAL OFICIAL
   ========================================================= */

.upsex-account-nav-v18,
.upsex-account-nav-v18 *,
.upsex-account-dashboard-v18,
.upsex-account-dashboard-v18 *,
.upsex-account-picker-v18,
.upsex-account-picker-v18 *,
#account-newsletter #content,
#account-newsletter #content *{
    font-family:Manrope,Arial,sans-serif!important;
}

.upsex-account-nav-v18,
.upsex-account-dashboard-v18,
.upsex-account-picker-v18,
#account-account #content,
#account-newsletter #content{
    color:#4d423f!important;
}

.upsex-account-dashboard-v18,
.upsex-account-dashboard-v18__grid,
.upsex-account-card-v18,
.upsex-account-card-v18 > div,
.upsex-account-dashboard-v18__more,
.upsex-account-dashboard-v18__more > div{
    min-width:0!important;
    max-width:100%!important;
}

.upsex-account-dashboard-v18 h1,
.upsex-account-dashboard-v18 h2,
.upsex-account-dashboard-v18 p,
.upsex-account-dashboard-v18 a,
.upsex-account-menu-v18 a,
.upsex-account-picker-v18 a{
    max-width:100%!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
    white-space:normal!important;
}

.upsex-account-dashboard-v18__header h1{
    color:#4d423f!important;
    font-family:Manrope,Arial,sans-serif!important;
    font-weight:800!important;
    letter-spacing:-.035em!important;
}

.upsex-account-card-v18 h2{
    color:#4d423f!important;
    font-weight:800!important;
    letter-spacing:-.025em!important;
}

.upsex-account-card-v18 p{
    color:#5c514e!important;
    font-weight:500!important;
}

.upsex-account-card-v18 a{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    padding-right:25px!important;
    color:#7A5A18!important;
    font-weight:700!important;
    line-height:1.45!important;
    overflow-wrap:anywhere!important;
}

.upsex-account-card-v18 a::after{
    right:3px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    color:#B88A00!important;
}

.upsex-account-dashboard-v18__header > div > span,
.upsex-account-picker-v18__heading > span{
    color:#8F6B00!important;
    font-weight:800!important;
}

.upsex-account-dashboard-v18__logout{
    color:#7A5A18!important;
    border-color:#c49a3a!important;
    background:#fffdf8!important;
}

/* Evitar cualquier imagen decorativa que vuelva a inyectarse
   dentro del contenido exclusivo de Mi cuenta. */
#account-account #content > img,
#account-account #content > picture,
#account-account #content > a > img,
#account-account #content > a > picture{
    display:none!important;
}

/* =========================================================
   INDICADOR DE SESIÓN EN EL ÍCONO DEL HEADER
   ========================================================= */

.upsex-account-status-trigger-v19{
    position:relative!important;
    overflow:visible!important;
}

.upsex-account-status-dot-v19{
    position:absolute!important;
    z-index:15!important;
    top:2px!important;
    right:1px!important;
    display:block!important;
    width:10px!important;
    height:10px!important;
    margin:0!important;
    padding:0!important;
    border:2px solid #fffaf1!important;
    border-radius:50%!important;
    box-shadow:0 1px 5px rgba(73,54,35,.22)!important;
    pointer-events:none!important;
}

.upsex-account-status-trigger-v19.is-session-active-v19
.upsex-account-status-dot-v19{
    background:#20b95a!important;
}

.upsex-account-status-trigger-v19.is-session-inactive-v19
.upsex-account-status-dot-v19{
    background:#9b918d!important;
}

/* =========================================================
   MODAL DEL ÍCONO DE CUENTA
   ========================================================= */

.upsex-account-picker-v18__panel{
    color:#4d423f!important;
    background:#fffdf8!important;
    border-color:rgba(184,138,0,.28)!important;
}

.upsex-account-picker-v18__heading h2{
    color:#4d423f!important;
    font-size:29px!important;
    font-weight:800!important;
    letter-spacing:-.035em!important;
}

.upsex-account-picker-v18__heading p{
    color:#5c514e!important;
    font-weight:500!important;
}

.upsex-account-picker-v18__links a{
    color:#4d423f!important;
    border-color:rgba(184,138,0,.24)!important;
    font-weight:700!important;
}

.upsex-account-picker-v18__links a:first-child{
    color:#fff!important;
    border-color:#4d423f!important;
    background:#4d423f!important;
}

.upsex-account-picker-v18__links a b{
    color:#B88A00!important;
}

.upsex-account-picker-v18__close{
    color:#4d423f!important;
    background:#f5eee8!important;
}

/* =========================================================
   BOLETÍN: OPCIONES CLARAS SÍ / NO
   ========================================================= */

#account-newsletter #content form.form-horizontal{
    width:100%!important;
    max-width:100%!important;
    overflow:hidden!important;
}

#account-newsletter .upsex-newsletter-intro-v19{
    width:100%!important;
    margin:0 0 22px!important;
    padding:16px 18px!important;
    border:1px solid rgba(184,138,0,.22)!important;
    border-radius:15px!important;
    color:#5c514e!important;
    background:#fffaf1!important;
    font-size:14px!important;
    font-weight:500!important;
    line-height:1.6!important;
}

#account-newsletter .upsex-newsletter-group-v19{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
}

#account-newsletter .upsex-newsletter-group-v19 > .control-label{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 15px!important;
    padding:0!important;
    float:none!important;
    color:#4d423f!important;
    font-size:18px!important;
    font-weight:800!important;
    line-height:1.35!important;
    text-align:left!important;
}

#account-newsletter .upsex-newsletter-group-v19
.upsex-newsletter-options-v19{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:13px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    float:none!important;
}

#account-newsletter .upsex-newsletter-option-v19{
    position:relative!important;
    display:flex!important;
    align-items:flex-start!important;
    gap:12px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:112px!important;
    margin:0!important;
    padding:16px!important;
    border:1px solid rgba(184,138,0,.24)!important;
    border-radius:16px!important;
    color:#4d423f!important;
    background:#fffdf8!important;
    cursor:pointer!important;
    white-space:normal!important;
}

#account-newsletter .upsex-newsletter-option-v19:has(input:checked){
    border-color:#c49a3a!important;
    background:#fff6da!important;
    box-shadow:0 8px 20px rgba(73,54,35,.07)!important;
}

#account-newsletter .upsex-newsletter-option-v19 input{
    flex:0 0 auto!important;
    width:20px!important;
    height:20px!important;
    margin:2px 0 0!important;
    accent-color:#B88A00!important;
}

#account-newsletter .upsex-newsletter-option-v19__copy{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
}

#account-newsletter .upsex-newsletter-option-v19__title{
    display:block!important;
    margin-bottom:5px!important;
    color:#4d423f!important;
    font-size:15px!important;
    font-weight:800!important;
    line-height:1.35!important;
}

#account-newsletter .upsex-newsletter-option-v19__description{
    display:block!important;
    color:#5c514e!important;
    font-size:13px!important;
    font-weight:500!important;
    line-height:1.5!important;
    overflow-wrap:anywhere!important;
}

#account-newsletter .buttons{
    width:100%!important;
    max-width:100%!important;
}

#account-newsletter .buttons .btn{
    max-width:100%!important;
    white-space:normal!important;
}

/* =========================================================
   RESPONSIVIDAD
   ========================================================= */

@media(max-width:767px){

    .upsex-account-dashboard-v18__header h1{
        font-size:34px!important;
        line-height:1.13!important;
    }

    .upsex-account-card-v18{
        width:100%!important;
        max-width:100%!important;
        overflow:hidden!important;
    }

    .upsex-account-card-v18 > div{
        flex:1 1 auto!important;
        width:calc(100% - 55px)!important;
    }

    .upsex-account-card-v18 h2{
        font-size:22px!important;
        line-height:1.25!important;
    }

    .upsex-account-card-v18 a{
        font-size:14px!important;
    }

    #account-newsletter .upsex-newsletter-group-v19
    .upsex-newsletter-options-v19{
        grid-template-columns:1fr!important;
    }

    #account-newsletter .upsex-newsletter-option-v19{
        min-height:0!important;
        padding:15px!important;
    }

    .upsex-account-status-dot-v19{
        top:1px!important;
        right:0!important;
    }
}

@media(min-width:768px){

    .upsex-account-card-v18 > div{
        flex:1 1 auto!important;
        min-width:0!important;
    }

    #account-newsletter #content form.form-horizontal{
        overflow:visible!important;
    }
}

/* UPSEX_ACCOUNT_REFINEMENT_V19_END */

/* UPSEX_ACCOUNT_SESSION_IMAGE_V20_START */

/* Marca visible dentro del selector de cuenta */
.upsex-account-welcome-v20{
    display:block!important;
    color:#7A5A18!important;
    font-family:Manrope,Arial,sans-serif!important;
    font-size:14px!important;
    font-weight:700!important;
    line-height:1.45!important;
    letter-spacing:.055em!important;
}

.upsex-account-welcome-v20 strong{
    display:inline-block!important;
    margin-left:3px!important;
    color:#B88A00!important;
    font-family:Manrope,Arial,sans-serif!important;
    font-size:1.26em!important;
    font-weight:800!important;
    line-height:1!important;
    letter-spacing:.075em!important;
    text-shadow:0 2px 10px rgba(184,138,0,.15)!important;
}

/*
 * Indicador claramente diferente.
 * Sin borde.
 */
.upsex-account-status-trigger-v19{
    position:relative!important;
}

.upsex-account-status-trigger-v19
.upsex-account-status-dot-v19{
    position:absolute!important;
    z-index:20!important;
    top:1px!important;
    right:0!important;
    display:block!important;
    width:12px!important;
    height:12px!important;
    min-width:12px!important;
    min-height:12px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:999px!important;
    opacity:1!important;
    pointer-events:none!important;
    transition:
        background-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease!important;
}

.upsex-account-status-trigger-v19.is-session-active-v19
.upsex-account-status-dot-v19{
    background:#13C75A!important;
    box-shadow:
        0 0 0 4px rgba(19,199,90,.20),
        0 2px 8px rgba(19,199,90,.42)!important;
    transform:scale(1)!important;
}

.upsex-account-status-trigger-v19.is-session-inactive-v19
.upsex-account-status-dot-v19{
    background:#625A57!important;
    box-shadow:
        0 0 0 3px rgba(98,90,87,.15)!important;
    transform:scale(.92)!important;
}

/*
 * El dashboard de Mi cuenta no debe mostrar imágenes raster,
 * banners, pictures ni figures.
 * Los SVG de los iconos permanecen visibles.
 */
html body #account-account
.upsex-account-dashboard-v18 img,

html body #account-account
.upsex-account-dashboard-v18 picture,

html body #account-account
.upsex-account-dashboard-v18 figure,

html body #account-account
.upsex-account-dashboard-v18 source,

html body #account-account
.upsex-account-dashboard-v18 video{
    display:none!important;
    width:0!important;
    height:0!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    opacity:0!important;
    visibility:hidden!important;
}

/* Ajuste móvil del texto de marca */
@media(max-width:767px){
    .upsex-account-welcome-v20{
        font-size:13px!important;
        letter-spacing:.045em!important;
    }

    .upsex-account-welcome-v20 strong{
        font-size:1.30em!important;
    }

    .upsex-account-status-trigger-v19
    .upsex-account-status-dot-v19{
        width:13px!important;
        height:13px!important;
        min-width:13px!important;
        min-height:13px!important;
    }
}

/* UPSEX_ACCOUNT_SESSION_IMAGE_V20_END */

/* UPSEX_NEWSLETTER_RADIO_LAYOUT_V22_START */

/*
 * Corrección exclusiva del formulario de boletín:
 * el radio ocupa su propia columna y nunca pisa el texto.
 */
#account-newsletter .upsex-newsletter-option-v19,
#account-newsletter form .radio > label{
    display:grid!important;
    grid-template-columns:26px minmax(0,1fr)!important;
    align-items:start!important;
    column-gap:14px!important;
    width:100%!important;
    max-width:100%!important;
    padding-left:0!important;
    box-sizing:border-box!important;
}

#account-newsletter .upsex-newsletter-option-v19 > input[type="radio"],
#account-newsletter form .radio > label > input[type="radio"]{
    position:static!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    float:none!important;

    grid-column:1!important;
    grid-row:1!important;
    align-self:start!important;

    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    max-width:22px!important;

    margin:4px 0 0!important;
    padding:0!important;
    transform:none!important;
}

#account-newsletter .upsex-newsletter-option-v19__copy{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    width:auto!important;
    margin:0!important;
    padding:0!important;
}

#account-newsletter .upsex-newsletter-option-v19__title,
#account-newsletter .upsex-newsletter-option-v19__description{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
}

#account-newsletter .upsex-newsletter-option-v19__description{
    margin-top:6px!important;
}

/* UPSEX_NEWSLETTER_RADIO_LAYOUT_V22_END */

/* UPSEX_NEWSLETTER_POLISH_V23_START */

/*
 * Ajuste exclusivo de las dos opciones del boletín.
 * Da aire entre el borde, el radio y los textos.
 */
#account-newsletter .upsex-newsletter-option-v19{
    grid-template-columns:24px minmax(0,1fr)!important;
    column-gap:18px!important;

    padding-top:25px!important;
    padding-right:24px!important;
    padding-bottom:25px!important;
    padding-left:30px!important;

    box-sizing:border-box!important;
}

#account-newsletter
.upsex-newsletter-option-v19
> input[type="radio"]{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;

    margin:3px 0 0!important;
    align-self:start!important;
}

#account-newsletter
.upsex-newsletter-option-v19__copy{
    min-width:0!important;
    padding:0!important;
}

#account-newsletter
.upsex-newsletter-option-v19__title{
    margin:0!important;
    line-height:1.35!important;
}

#account-newsletter
.upsex-newsletter-option-v19__description{
    margin-top:8px!important;
    line-height:1.5!important;
}

/* Marca oficial dentro de todos los textos del boletín */
#account-newsletter .upsex-brand-v23{
    display:inline!important;
    color:#B88A00!important;
    font-family:Manrope,Arial,sans-serif!important;
    font-weight:800!important;
    letter-spacing:.015em!important;
    white-space:nowrap!important;
}

@media(max-width:480px){

    #account-newsletter .upsex-newsletter-option-v19{
        grid-template-columns:23px minmax(0,1fr)!important;
        column-gap:16px!important;

        padding-top:23px!important;
        padding-right:19px!important;
        padding-bottom:23px!important;
        padding-left:25px!important;
    }

    #account-newsletter
    .upsex-newsletter-option-v19
    > input[type="radio"]{
        width:21px!important;
        height:21px!important;
        min-width:21px!important;
    }
}

/* UPSEX_NEWSLETTER_POLISH_V23_END */

