/* REBRANDING GOLD - soporte global para la protección original */
html.rg-original-protection,
html.rg-original-protection body {
    -webkit-touch-callout: none;
}

/* El original usa Font Awesome. Este fallback garantiza que el escudo y check
   sigan visibles incluso en páginas del sistema que no cargan Font Awesome. */
.rg-original-shield {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 20px;
    filter: drop-shadow(0 0 10px rgba(229,9,20,.95))
            drop-shadow(0 0 20px rgba(229,9,20,.50));
}
.rg-original-shield svg {
    width: 64px;
    height: 64px;
    display: block;
}
.rg-original-check {
    display:inline-grid;
    place-items:center;
    width:16px;
    height:16px;
    margin-right:4px;
    border-radius:50%;
    background:#fff;
    color:#7b7b7b;
    font-size:11px;
    line-height:1;
    vertical-align:-1px;
}
@media (max-width:560px) {
    .neon-alert-protection {
        min-width: 0 !important;
        width: calc(100vw - 34px) !important;
        max-width: 500px !important;
        padding: 26px 20px !important;
    }
}
