/* Popup Editorial Programado SDS-30 */
[data-sds30-popup-root][hidden] { display: none !important; }
.sds30-popup-backdrop { position: fixed; inset: 0; z-index: 1700; display: grid; place-items: center; padding: 20px; background: rgba(9, 29, 36, .68); }
.sds30-popup-dialog { width: min(100%, 580px); max-height: min(760px, calc(100dvh - 40px)); overflow: auto; border: 1px solid rgba(24, 52, 62, .18); border-radius: 20px; background: #fff; color: #18343e; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.sds30-popup-content { padding: clamp(24px, 5vw, 42px); }
.sds30-popup-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #f1f5f3; color: #18343e; font: inherit; font-size: 1.5rem; cursor: pointer; }
.sds30-popup-close:focus-visible, .sds30-popup-dialog a:focus-visible { outline: 3px solid #cc6b32; outline-offset: 3px; }
.sds30-popup-title { margin: 0 42px 14px 0; font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.05; }
.sds30-popup-body { color: #40555e; }
.sds30-popup-body p:first-child { margin-top: 0; }
.sds30-popup-body a { color: #934000; font-weight: 800; }
.sds30-popup-image { width: 100%; height: auto; border-radius: 12px; }
@media (prefers-reduced-motion: reduce) { .sds30-popup-backdrop, .sds30-popup-dialog { scroll-behavior: auto; } }
