/* v172 - Acceso AfterList en navegación principal */
html body.am-body .am-pill-afterlist,
html body.am-body .am-nav-afterlist{
    position:relative !important;
}
html body.am-body .am-pill-afterlist{
    background:linear-gradient(135deg,rgba(255,73,187,.22),rgba(83,210,255,.14)) !important;
    border-color:rgba(255,73,187,.30) !important;
    color:#fff !important;
}
html body.am-body .am-public-nav .am-nav-afterlist{
    border-color:rgba(255,73,187,.28) !important;
    background:linear-gradient(135deg,rgba(255,73,187,.18),rgba(83,210,255,.10)) !important;
    color:#fff !important;
}
html body.am-body .am-bottom-nav .am-nav-afterlist span{
    color:#fff !important;
    text-shadow:0 0 12px rgba(255,73,187,.42),0 0 12px rgba(83,210,255,.28) !important;
}
html body.am-body .am-bottom-nav .am-nav-afterlist small{
    color:#fff !important;
    font-weight:950 !important;
}
@media(max-width:820px){
    html body.am-body .am-top-actions .am-pill-afterlist{
        display:inline-flex !important;
    }
}
