/* ================================================================
   Smart Freebie Pro — Storefront (cart / checkout)
   Loaded only on cart & checkout. Kept deliberately minimal and
   neutral so it inherits the active theme's typography.
   ================================================================ */

/* Free-item badge appended to the product name in the cart. */
.sfp-gift-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 8px;
    border-radius: 99px;
    background: #d1fae5;
    color: #058c19;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .02em;
    vertical-align: middle;
    white-space: nowrap;
}

/* Locked quantity shown in place of the quantity input for free items. */
.sfp-gift-qty {
    display: inline-block;
    min-width: 2em;
    text-align: center;
    font-weight: 600;
    color: #374151;
}

/* Negative fee line (Buy X Get Y discount) in the cart totals table. */
.sfp-discount-label {
    color: #058c19;
    font-weight: 600;
}
