/* =============================================================
   Smart Discounts — Frontend Styles
   ============================================================= */

/* ------------------------------------------------------------------
   Checkout: discount line in order review table
   ------------------------------------------------------------------ */
.sd-discount-row th,
.sd-discount-row td {
    padding: 8px 0 !important;
    border-bottom: 1px dashed #e5e7eb;
}
.sd-discount-row th {
    font-weight: 500;
    color: #374151;
}
.sd-discount-amount {
    color: #166534 !important;
    font-weight: 700 !important;
}
.sd-discount-amount .blueshark-price-wrapper,
.sd-discount-amount .blueshark-qar-price {
    display: inline !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    color: #166534 !important;
}
