.magecomm-bulk-discounts{margin:1rem 0}
.magecomm-bulk-discounts .bulk-discounts-title{font-weight:600;margin-bottom:0.5rem}
.magecomm-bulk-discounts .bulk-discounts-list{display:flex;gap:12px;flex-wrap:wrap}
.magecomm-bulk-discounts .bulk-discount-card{border:2px solid #eee;padding:12px;border-radius:6px;min-width:110px;text-align:center;background:#fff;cursor:pointer;transition:all 0.3s ease}
.magecomm-bulk-discounts .bulk-discount-card:hover{border-color:#16a085;background-color:#f5f5f5}
.magecomm-bulk-discounts .bulk-discount-card.active{border-color:#16a085;background-color:#16a085;color:#fff}
.magecomm-bulk-discounts .bulk-discount-card.active .qty{color:#fff}
.magecomm-bulk-discounts .bulk-discount-card.active .discount{color:#fff}
.magecomm-bulk-discounts .bulk-discount-card.active .price{color:#fff}
.magecomm-bulk-discounts .bulk-discount-card .qty{font-size:13px;color:#666;transition:color 0.3s ease}
.magecomm-bulk-discounts .bulk-discount-card .discount{color:#e53935;font-weight:600;margin-top:6px;transition:color 0.3s ease}
.magecomm-bulk-discounts .bulk-discount-card .price{font-weight:700;margin-top:6px;transition:color 0.3s ease}
