.dc-sale-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 16px;
    padding: 10px 16px;
    background: #b3121b;
    color: #fff;
    font: 600 15px/1.3 -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
}

.dc-sale-banner__headline {
    letter-spacing: .2px;
}

.dc-sale-banner__subtext {
    font-weight: 400;
    opacity: .9;
}

.dc-sale-banner__cta {
    display: inline-block;
    padding: 6px 16px;
    background: #fff;
    color: #b3121b !important;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

.dc-sale-banner__cta:hover {
    background: #ffe8ea;
}

@media (max-width: 600px) {
    .dc-sale-banner { font-size: 14px; padding: 8px 12px; }
}
