/* B2B Discount Engine — Frontend CSS
   StayCreative by Baris D. | www.staycreative.be */

/* Ürün sayfası indirim notu */
.b2bd-product-note {
    margin: 10px 0 15px;
    padding: 10px 14px;
    background: #f0f6ff;
    border-left: 3px solid #1e3a5f;
    border-radius: 4px;
    font-size: .88em;
}
.b2bd-note-role { margin: 0 0 6px; }
.b2bd-tiers { margin-top: 6px; }
.b2bd-tiers-label { font-weight: 600; color: #1e3a5f; }
.b2bd-tiers ul {
    margin: 4px 0 4px 16px;
    padding: 0;
    list-style: disc;
}
.b2bd-tiers ul li { margin: 2px 0; }
.b2bd-tiers small { color: #888; font-style: italic; }

/* Sepet indirim satırı */
.b2bd-discount-row th,
.b2bd-discount-row td { color: #2e7d32 !important; }
.b2bd-saving { color: #2e7d32 !important; font-size: 1.05em; }
