.live-auction-banner-wrap {
    width: 100%;
}

.live-auction-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(to right, #005ba8 0%, #003468 45%, #001b35 100%);
    color: #fff;
    box-sizing: border-box;
    overflow: visible;
}

.live-auction-banner *,
.live-auction-banner *::before,
.live-auction-banner *::after {
    box-sizing: border-box;
}

.live-auction-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 56px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 22px 24px;
    min-height: 140px;
}

/* LEFT: badge + text */
.live-auction-banner__lead {
    display: flex;
    align-items: center;
    gap: 22px;
    flex: 0 1 auto;
}

.live-auction-banner__badge {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    background: #ffc20e;
    border-radius: 4px;
    color: #003468;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.live-auction-banner__badge-label {
    font-family: 'Roboto Condensed', 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #003468;
    margin-bottom: 4px;
}

.live-auction-banner__badge-icon {
    width: 18px;
    height: 25px;
    color: #003468;
    display: block;
}

.live-auction-banner__text {
    line-height: 1.1;
    min-width: 0;
}

.live-auction-banner__eyebrow {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.05;
    color: #ffc20e;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0 0 8px;
}

.live-auction-banner__headline {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    margin: 0;
}

/* RIGHT (upcoming): next-sale date + countdown column */
.live-auction-banner__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.live-auction-banner__next-sale {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
    line-height: 1.1;
    margin-bottom: 2px;
}

.live-auction-banner__next-sale-label {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.live-auction-banner__next-sale-date {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* countdown cells */
.live-auction-banner__countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

.live-auction-banner__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 54px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
    padding: 5px 4px;
}

.live-auction-banner__cell-value {
    font-family: 'Oswald', 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    color: #003468;
    letter-spacing: -0.01em;
    font-variant-numeric: tabular-nums;
}

.live-auction-banner__cell-label {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 9px;
    line-height: 1.5;
    color: #005ba8;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 4px;
}

.live-auction-banner__colon {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #ffc20e;
    padding: 0 1px;
    align-self: center;
}

/* RIGHT (live): Join the Sale button */
.live-auction-banner__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffc20e !important;
    border: 0 !important;
    border-radius: 4px !important;
    color: #003468 !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 24px !important;
    letter-spacing: 0.02em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    padding: 14px 28px !important;
    min-height: 53px !important;
    min-width: 200px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: background-color 0.15s ease-in-out !important;
}

.live-auction-banner__btn:hover,
.live-auction-banner__btn:focus {
    background: #f5b500 !important;
    color: #003468 !important;
    text-decoration: none !important;
    outline: none !important;
}

/* Add to Calendar nested inside the dark band (upcoming only) */
.live-auction-banner__atc-slot {
    margin-top: 10px;
}

.live-auction-banner__atc-slot .atd-add-to-calendar {
    margin-top: 0 !important;
}

.live-auction-banner .atd-add-to-calendar__toggle {
    color: #fff !important;
    text-decoration: none !important;
}

.live-auction-banner .atd-add-to-calendar__toggle:hover,
.live-auction-banner .atd-add-to-calendar__toggle:focus {
    color: #fff !important;
    background: transparent !important;
    text-decoration: underline !important;
}

.live-auction-banner .atd-add-to-calendar__icon svg {
    stroke: currentColor !important;
}

/* ---- Responsive ---- */

@media (max-width: 991px) {
    .live-auction-banner__inner {
        gap: 36px;
        padding: 18px 20px;
    }
    .live-auction-banner__headline {
        font-size: 18px;
    }
    .live-auction-banner__eyebrow {
        font-size: 14px;
    }
    .live-auction-banner__next-sale-label {
        font-size: 14px;
    }
    .live-auction-banner__next-sale-date {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .live-auction-banner__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 32px;
        padding: 18px 16px;
    }

    .live-auction-banner__lead {
        gap: 16px;
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    .live-auction-banner__badge {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
    }

    .live-auction-banner__badge-label {
        font-size: 12px;
    }

    .live-auction-banner__badge-icon {
        width: 15px;
        height: 21px;
    }

    .live-auction-banner__eyebrow {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .live-auction-banner__headline {
        font-size: 16px;
    }

    .live-auction-banner__right {
        align-items: center;
        align-self: center;
        width: 100%;
        margin: 0 auto;
    }

    .live-auction-banner__next-sale {
        justify-content: center;
    }

    .live-auction-banner__next-sale-label {
        font-size: 13px;
    }

    .live-auction-banner__next-sale-date {
        /* Stepped down from 16px: worst-case date string wraps at 16px on stacked mobile */
        font-size: 13px;
    }

    .live-auction-banner__countdown {
        gap: 5px;
        justify-content: center;
    }

    .live-auction-banner__cell {
        width: 54px;
        height: 52px;
    }

    .live-auction-banner__cell-value {
        font-size: 26px;
    }

    .live-auction-banner__cell-label {
        font-size: 8px;
        letter-spacing: 1px;
        margin-top: 3px;
    }

    .live-auction-banner__colon {
        font-size: 17px;
        padding: 0;
    }

    .live-auction-banner__btn {
        width: 100%;
        max-width: 320px;
    }

    .live-auction-banner__atc-slot {
        margin-top: 8px;
    }
}

@media (max-width: 420px) {
    .live-auction-banner__cell {
        width: 48px;
        height: 46px;
    }
    .live-auction-banner__cell-value {
        font-size: 22px;
    }
    .live-auction-banner__cell-label {
        font-size: 7px;
        letter-spacing: 0.8px;
    }
    .live-auction-banner__next-sale-label {
        font-size: 11px;
    }
    .live-auction-banner__next-sale-date {
        font-size: 11px;
    }
}

.live-banner-button a {
    display: none;
}

.live-banner-button a.show {
    display: inline-block;
}

.live-banner-button a.upcoming {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.live-banner-button .atd-add-to-calendar {
    margin-top: 0 !important;
}
