/* ═══════════════════════════════════════════
   SCFW Discounts — Frontend Styles
   ═══════════════════════════════════════════ */

/* Cart discount row */
.scfwd-cart-discount th {
    color: #6c63ff;
    font-weight: 600;
    font-size: 14px;
}

.scfwd-discount-amount {
    color: #2ecc71;
    font-weight: 700;
    font-size: 14px;
}

.scfwd-free-shipping-badge {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

/* Cart hint for next tier / BXGY explanation */
.scfwd-cart-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #6c63ff;
    font-weight: 500;
    font-style: italic;
}

/* Quantity Breaks Table — Product Page */
.scfwd-qty-breaks {
    margin: 16px 0;
    padding: 16px;
    background: #f8f9ff;
    border: 1px solid #e8e6ff;
    border-radius: 12px;
}

.scfwd-qty-breaks-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px;
}

.scfwd-qty-breaks-table {
    width: 100%;
    border-collapse: collapse;
}

.scfwd-qty-breaks-table th {
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 6px 10px;
    border-bottom: 1px solid #e8e6ff;
}

.scfwd-qty-breaks-table td {
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f5;
}

.scfwd-qty-breaks-table tr:last-child td {
    border-bottom: none;
}

.scfwd-qty-breaks-table tr:hover td {
    background: rgba(108, 99, 255, 0.04);
}
