/* Reusable Centra promotional popup - v2.67 */
.centra-zero-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99998;
    display: none;
    width: min(500px, calc(100vw - 48px));
    max-height: calc(100vh - 42px);
    margin: 0;
    padding: 0;
    opacity: 0;
    transform: translate(-50%, -47%) scale(.97);
    transition: opacity .22s ease, transform .22s ease;
    filter: drop-shadow(0 20px 42px rgba(0, 0, 0, .34));
}
.centra-zero-popup.is-visible { display:block; opacity:1; transform:translate(-50%,-50%) scale(1); }
.centra-zero-popup-link { display:block; width:100%; max-height:calc(100vh - 42px); margin:0; padding:0; border:0; border-radius:6px; overflow:hidden; background:#17366f; line-height:0; text-decoration:none; }
.centra-zero-popup-image { display:block; width:100%; height:auto; max-height:calc(100vh - 42px); margin:0 auto; padding:0; border:0; object-fit:contain; }
.centra-zero-popup-close { position:absolute; top:-14px; right:-14px; z-index:2; display:grid; place-items:center; width:42px; height:42px; margin:0; padding:0 0 2px; border:2px solid #fff; border-radius:999px; background:#17366f; color:#fff; box-shadow:0 4px 12px rgba(0,0,0,.32); font:700 29px/1 Arial,sans-serif; cursor:pointer; }
.centra-zero-popup-close:hover,.centra-zero-popup-close:focus-visible{background:#0f2d5f}.centra-zero-popup-close:focus-visible,.centra-zero-popup-link:focus-visible{outline:3px solid #f1c834;outline-offset:3px}
@media (max-width:767px){.centra-zero-popup{width:min(360px,calc(100vw - 28px));max-height:calc(100vh - 28px)}.centra-zero-popup-link,.centra-zero-popup-image{max-height:calc(100vh - 28px)}.centra-zero-popup-close{top:-10px;right:-10px;width:38px;height:38px;font-size:26px}}
@media (max-width:390px){.centra-zero-popup{width:min(344px,calc(100vw - 24px))}}
@media (prefers-reduced-motion:reduce){.centra-zero-popup{transition:none}}
