/* ─── HERO CARD: NEXT CUT-OFF BLOCK ─────────────────────────────────────────
   Sits beneath .co-cta inside .co-card
   Matches co-slot-info style: small, white, semi-transparent
──────────────────────────────────────────────────────────────────────────── */

.fpbl-hero-cutoff {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.fpbl-hero-cutoff-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-family: "DM Sans", sans-serif;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
}

.fpbl-hero-cutoff-title {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
}

.fpbl-hero-cutoff-date {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.72rem;
}

.fpbl-hero-cutoff-sep {
    color: rgba(255, 255, 255, 0.28);
    font-size: 0.72rem;
}

.fpbl-hero-countdown {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.03em;
}

.fpbl-hero-countdown.is-urgent {
    color: #fca5a5 !important;
}

/* ─── MENU SECTION: CUTOFF STRIP ────────────────────────────────────────────
   .cutoff-strip is a flex row — the injected block pushes to the right
──────────────────────────────────────────────────────────────────────────── */

.cutoff-strip {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.fpbl-strip-block {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    white-space: nowrap;
    font-family: "DM Sans", sans-serif;
    font-size: 0.8rem;
    color: var(--b1, #061bb0);
}

.fpbl-strip-next-label {
    font-weight: 500;
    opacity: 0.65;
}

.fpbl-strip-date {
    font-weight: 700;
}

.fpbl-strip-sep {
    opacity: 0.35;
}

.fpbl-strip-countdown {
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

.fpbl-strip-countdown.is-urgent {
    color: #b91c1c;
}

/* fpbl-single-countdown base — covers both locations */
.fpbl-single-countdown {
    font-variant-numeric: tabular-nums;
}

/* ─── CHECKOUT SLOT PICKER ───────────────────────────────────────────────── */

.fpbl-checkout-field {
    margin: 24px 0 20px;
    padding: 20px 22px;
    border: 2px solid #061bb0;
    border-radius: 10px;
    background: #f9f9ff;
}

.fpbl-checkout-field h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #061bb0;
    font-family: inherit;
}

.fpbl-checkout-field select {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid #ccd0f5;
    border-radius: 6px;
    font-size: 0.92rem;
    background: #fff;
    color: #1a1a2e;
    font-family: inherit;
    cursor: pointer;
}

.fpbl-checkout-field select:focus {
    outline: none;
    border-color: #061bb0;
    box-shadow: 0 0 0 3px rgba(6, 27, 176, 0.1);
}

.fpbl-picker-note {
    font-size: 0.75rem;
    color: #666;
    margin: 8px 0 0;
}

.fpbl-no-slots {
    padding: 14px 18px;
    border: 2px solid #fbbf24;
    border-radius: 8px;
    background: #fffbeb;
    color: #92400e;
    margin: 16px 0;
    font-size: 0.88rem;
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────────────── */

@media (max-width: 768px) {
    .fpbl-strip-block {
        flex-wrap: wrap;
        white-space: normal;
        width: 100%;
    }
    .fpbl-hero-cutoff-inner {
        flex-wrap: wrap;
    }
}
