/* Cross-site accessibility corrections for the mirrored production UI. */
.text-slate-400 {
    color: #64748b !important;
}

.text-amber-300,
.mobile-buy-cta__sub {
    color: #fff !important;
}

.eyebrow,
.subcard-cta {
    color: #735126 !important;
}

span[style*="background:#c9a24a"][style*="color:#fff"] {
    background: #765518 !important;
}

button[aria-label^="Slide "] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px !important;
    min-width: 24px;
    height: 24px !important;
    min-height: 24px;
    background: transparent !important;
}

button[aria-label^="Slide "]::after {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #cbd5e1;
    content: "";
}

button[aria-label^="Slide "][class~="w-5"]::after {
    width: 20px;
    background: #d80027;
}

:focus-visible {
    outline: 3px solid #0b6ca8;
    outline-offset: 3px;
}
