/* =====================================================================
   PetStore Campaigns — Cart / Checkout Styles
   ===================================================================== */

/* ── FOMO / promo notice block ─────────────────────────────────────── */
.petstore-fomo-notice {
    margin: 0 0 20px;
    padding: 14px 18px;
    border-radius: 6px;
    border-left: 5px solid #e87722;
    background: #fff8f3;
    font-family: inherit;
    line-height: 1.55;
}

/* Wanpy — warm orange tones */
.petstore-fomo-wanpy {
    border-left-color: #e87722;
    background: #fff8f3;
}

/* Bags o' Wags — teal/green tones */
.petstore-fomo-bow {
    border-left-color: #2e9e7d;
    background: #f3fdfb;
}

/* Unlocked / success state */
.petstore-fomo-success {
    border-left-color: #2ea54e;
    background: #f2fdf5;
}

.petstore-fomo-title {
    margin: 0 0 6px;
    font-size: 1.05em;
    font-weight: 700;
    color: #1a1a1a;
}

.petstore-fomo-line {
    margin: 4px 0 0;
    font-size: 0.95em;
    color: #333;
}

/* ── FREE badge on cart line items ─────────────────────────────────── */
.petstore-free-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 30px;
    background: #2ea54e;
    color: #fff;
    font-size: 0.82em;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

/* ── Locked quantity display ───────────────────────────────────────── */
.petstore-free-qty {
    display: inline-block;
    font-weight: 600;
    color: #2ea54e;
    font-size: 0.95em;
}

.petstore-free-qty small {
    font-weight: 400;
    color: #888;
    margin-left: 3px;
    font-size: 0.85em;
}
