/* AMCO Bargain Blitz v0.3.136 */
body.amco-theme-light-active .amco-blitz-interface {
    width: min(1280px, calc(100% - 28px));
    margin: 18px auto 26px;
}

body.amco-theme-light-active .amco-blitz-view-switcher {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 8px auto 18px;
}

body.amco-theme-light-active .amco-blitz-view-button,
body.amco-theme-light-active .amco-blitz-secondary-button {
    appearance: none;
    border: 1px solid #ccd7e7;
    background: #fff;
    color: #13233f;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(19,35,63,.06);
}

body.amco-theme-light-active .amco-blitz-view-button.is-active {
    background: #13233f;
    color: #fff;
    border-color: #13233f;
}

body.amco-theme-light-active .amco-blitz-live-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dc2626;
    box-shadow: 0 0 0 4px rgba(220,38,38,.12);
    margin-right: 7px;
    vertical-align: 1px;
}

body.amco-theme-light-active .amco-blitz-live-stage {
    display: none;
}

body.amco-theme-light-active .amco-auction-wrap.amco-blitz-live-mode .amco-blitz-live-stage {
    display: block;
}

body.amco-theme-light-active .amco-auction-wrap.amco-blitz-live-mode .amco-catalogue-carousel-section,
body.amco-theme-light-active .amco-auction-wrap.amco-blitz-live-mode .amco-marketplace-toolbar,
body.amco-theme-light-active .amco-auction-wrap.amco-blitz-live-mode .amco-catalogue-download-wrap,
body.amco-theme-light-active .amco-auction-wrap.amco-blitz-live-mode .amco-catalogue-page-summary,
body.amco-theme-light-active .amco-auction-wrap.amco-blitz-live-mode .amco-lot-pagination,
body.amco-theme-light-active .amco-auction-wrap.amco-blitz-live-mode #amco-catalogue-grid,
body.amco-theme-light-active .amco-auction-wrap.amco-blitz-live-mode .amco-marketplace-benefits {
    display: none !important;
}

body.amco-theme-light-active .amco-blitz-live-card,
body.amco-theme-light-active .amco-blitz-complete {
    overflow: hidden;
    background: #fff;
    border: 1px solid #d7e0ec;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(19,35,63,.10);
}

body.amco-theme-light-active .amco-blitz-live-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    background: #f5f7fa;
    border-bottom: 1px solid #e0e6ef;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
}

body.amco-theme-light-active .amco-blitz-now-live { color: #b91c1c; }
body.amco-theme-light-active .amco-blitz-progress { color: #65748b; }

body.amco-theme-light-active .amco-blitz-live-main {
    display: grid;
    grid-template-columns: minmax(360px, 52%) 1fr;
    gap: 22px;
    padding: 22px;
    min-height: 540px;
    align-items: stretch;
}

body.amco-theme-light-active .amco-blitz-live-image {
    display: block;
    width: 100%;
    min-height: 500px;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #eef2f7;
    cursor: pointer;
    overflow: hidden;
}

body.amco-theme-light-active .amco-blitz-live-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

body.amco-theme-light-active .amco-blitz-no-image {
    min-height: 500px;
    display: grid;
    place-items: center;
    color: #718096;
    font-weight: 700;
}

body.amco-theme-light-active .amco-blitz-live-copy {
    padding: 18px 10px 18px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.amco-theme-light-active .amco-blitz-lot-number {
    color: #687993;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
}

body.amco-theme-light-active .amco-blitz-live-copy h2 {
    color: #13233f;
    font-size: clamp(27px, 3vw, 42px);
    line-height: 1.08;
    margin: 8px 0 14px;
}

body.amco-theme-light-active .amco-blitz-bid-state {
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e9eef5;
    color: #13233f;
    font-size: 12px;
    font-weight: 900;
}

body.amco-theme-light-active .amco-blitz-current-label,
body.amco-theme-light-active .amco-blitz-next-bid-label {
    color: #687993;
    font-size: 14px;
    font-weight: 700;
}

body.amco-theme-light-active .amco-blitz-current-bid {
    color: #13233f;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1;
    font-weight: 950;
    margin: 5px 0 8px;
}

body.amco-theme-light-active .amco-blitz-live-countdown {
    margin-top: 24px;
    color: #13233f;
    font-variant-numeric: tabular-nums;
    font-size: clamp(52px, 8vw, 88px);
    line-height: .95;
    font-weight: 950;
    letter-spacing: -.045em;
}

body.amco-theme-light-active .amco-blitz-live-countdown.is-ending { color: #b45309; }
body.amco-theme-light-active .amco-blitz-live-countdown.is-critical { color: #b91c1c; }

body.amco-theme-light-active .amco-blitz-countdown-label {
    margin-top: 6px;
    color: #687993;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

body.amco-theme-light-active .amco-blitz-auto-status {
    margin-top: 18px;
    padding: 10px 12px;
    border-radius: 9px;
    background: #eef6ff;
    color: #183b66;
    font-size: 14px;
}

body.amco-theme-light-active .amco-blitz-auto-status.is-muted {
    background: #f5f7fa;
    color: #687993;
}

body.amco-theme-light-active .amco-blitz-live-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

body.amco-theme-light-active .amco-blitz-live-actions > button {
    width: 100%;
    min-height: 56px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 14px;
    font-size: 17px !important;
}

body.amco-theme-light-active .amco-blitz-bid-button {
    font-size: 17px !important;
}

body.amco-theme-light-active .amco-blitz-detail-button {
    font-size: 17px;
}

body.amco-theme-light-active .amco-blitz-action-note {
    margin-top: 10px;
    color: #687993;
    font-size: 12px;
    line-height: 1.45;
}

body.amco-theme-light-active .amco-blitz-quick-bid-button[disabled] {
    opacity: .78;
    cursor: wait;
}

body.amco-theme-light-active .amco-blitz-up-next {
    border-top: 1px solid #e0e6ef;
    padding: 18px 20px 20px;
    background: #f9fbfd;
    display: grid;
    grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
    gap: 10px;
}

body.amco-theme-light-active .amco-blitz-up-next-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #13233f;
}
body.amco-theme-light-active .amco-blitz-up-next-heading span {
    margin-top: 4px;
    color: #718096;
    font-size: 12px;
}

body.amco-theme-light-active .amco-blitz-next-item {
    min-width: 0;
    text-align: left;
    border: 1px solid #dde4ed;
    border-radius: 10px;
    background: #fff;
    padding: 10px 12px;
    cursor: pointer;
    color: #13233f;
}

body.amco-theme-light-active .amco-blitz-next-number,
body.amco-theme-light-active .amco-blitz-next-title,
body.amco-theme-light-active .amco-blitz-next-bid { display: block; }
body.amco-theme-light-active .amco-blitz-next-number { font-size: 11px; font-weight: 900; color: #687993; }
body.amco-theme-light-active .amco-blitz-next-title { margin-top: 3px; font-size: 13px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
body.amco-theme-light-active .amco-blitz-next-bid { margin-top: 6px; font-size: 12px; color: #52637b; }

body.amco-theme-light-active .amco-blitz-catalogue-live-bar {
    position: fixed;
    z-index: 9996;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: min(900px, calc(100% - 28px));
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: #13233f;
    color: #fff;
    min-height: 62px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 14px 36px rgba(0,0,0,.26);
    cursor: pointer;
    text-align: left;
}
body.amco-theme-light-active .amco-blitz-catalogue-live-bar[hidden] { display: none !important; }
body.amco-theme-light-active .amco-blitz-bar-copy { min-width: 0; flex: 1; display: flex; flex-direction: column; }
body.amco-theme-light-active .amco-blitz-bar-lot { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body.amco-theme-light-active .amco-blitz-bar-bid { color: #c7d2e2; font-size: 12px; }
body.amco-theme-light-active .amco-blitz-bar-countdown { font-size: 24px; font-weight: 950; font-variant-numeric: tabular-nums; }
body.amco-theme-light-active .amco-blitz-bar-action { font-size: 12px; font-weight: 800; color: #dbe7f7; }

body.amco-theme-light-active .amco-blitz-complete {
    padding: 60px 30px;
    text-align: center;
}
body.amco-theme-light-active .amco-blitz-complete h2 { margin: 12px 0 6px; color: #13233f; }
body.amco-theme-light-active .amco-blitz-complete p { color: #687993; }
body.amco-theme-light-active .amco-blitz-live-loading { padding: 50px; text-align: center; color: #687993; }
body.amco-theme-light-active .amco-blitz-lot-change { animation: amcoBlitzIn .22s ease-out; }
@keyframes amcoBlitzIn { from { opacity: .55; transform: translateY(5px); } to { opacity: 1; transform: none; } }

@media (max-width: 760px) {
    body.amco-theme-light-active .amco-blitz-interface { width: min(100% - 20px, 1280px); margin-top: 12px; }
    body.amco-theme-light-active .amco-blitz-view-switcher { position: sticky; top: 6px; z-index: 40; }
    body.amco-theme-light-active .amco-blitz-view-button { flex: 1; padding-inline: 10px; }
    body.amco-theme-light-active .amco-blitz-live-main { grid-template-columns: 1fr; min-height: 0; gap: 14px; padding: 14px; }
    body.amco-theme-light-active .amco-blitz-live-image,
    body.amco-theme-light-active .amco-blitz-live-image img,
    body.amco-theme-light-active .amco-blitz-no-image { min-height: 0; height: min(54vw, 330px); }
    body.amco-theme-light-active .amco-blitz-live-copy { padding: 6px 4px 10px; }
    body.amco-theme-light-active .amco-blitz-live-copy h2 { font-size: 27px; }
    body.amco-theme-light-active .amco-blitz-current-bid { font-size: 42px; }
    body.amco-theme-light-active .amco-blitz-live-countdown { font-size: 64px; }
    body.amco-theme-light-active .amco-blitz-live-actions { grid-template-columns: 1fr; }
    body.amco-theme-light-active .amco-blitz-up-next { grid-template-columns: 1fr 1fr; padding: 14px; }
    body.amco-theme-light-active .amco-blitz-up-next-heading { grid-column: 1 / -1; }
    body.amco-theme-light-active .amco-blitz-catalogue-live-bar { bottom: 10px; min-height: 58px; }
    body.amco-theme-light-active .amco-blitz-bar-action { display: none; }
    body.amco-theme-light-active .amco-blitz-bar-countdown { font-size: 20px; }
}
