.bdslv11-promo[hidden] { display: none !important; }
.bdslv11-promo { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 1rem; }
.bdslv11-promo__backdrop { position: absolute; inset: 0; background: rgba(4, 17, 39, .72); }
.bdslv11-promo__dialog { position: relative; width: min(100%, 40rem); max-height: min(90vh, 50rem); overflow-y: auto; border-top: .45rem solid #c42830; border-radius: .8rem; background: #fff; padding: clamp(1.4rem, 4vw, 2.5rem); color: #142c4c; box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .3); }
.bdslv11-promo__dialog:focus { outline: 0; }
.bdslv11-promo__dialog h2 { margin: .25rem 2rem 1rem 0; font-size: clamp(1.45rem, 4vw, 2rem); line-height: 1.2; color: #102b53; }
.bdslv11-promo__dialog p { line-height: 1.55; }
.bdslv11-promo__eyebrow { margin: 0; color: #a32229; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; font-size: .84rem; }
.bdslv11-promo__close { position: absolute; top: .65rem; right: .85rem; border: 0; background: transparent; color: #142c4c; font-size: 2rem; line-height: 1; padding: .3rem .55rem; cursor: pointer; }
.bdslv11-promo__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0 1.25rem; }
.bdslv11-promo__actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; border-radius: .35rem; padding: .55rem .95rem; font-weight: 700; text-decoration: none; }
.bdslv11-promo__primary { background: #b3222b; color: #fff !important; }
.bdslv11-promo__secondary { border: 2px solid #143a70; color: #143a70 !important; }
.bdslv11-promo__preferences { display: flex; flex-wrap: wrap; gap: .6rem 1.25rem; border-top: 1px solid #d8deea; padding-top: 1rem; }
.bdslv11-promo__preferences button { border: 0; background: none; color: #163d70; padding: .45rem .1rem; text-decoration: underline; cursor: pointer; }
.bdslv11-promo a:focus-visible, .bdslv11-promo button:focus-visible { outline: 3px solid #be2932; outline-offset: 3px; }
@media (max-width: 35rem) { .bdslv11-promo__actions { flex-direction: column; } .bdslv11-promo__actions a { width: 100%; } }
