/* ===== Qty Discount – Frontend Table ===== */

.qty-discount-table-wrap {
    margin: 16px 0;
    padding: 0;
    max-width: 100%;
}

.qty-discount-title {
    margin: 0 0 8px;
    font-size: 14px !important;
    font-weight: 700;
    color: #cc0000;
}

.qty-discount-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    border: 1px solid #ccc;
}

.qty-discount-table th,
.qty-discount-table td {
    border: 1px solid #ccc;
    padding: 3px 6px;
    text-align: left;
    vertical-align: middle;
    background: #fff;
    font-weight: normal;
    color: #222;
}

.qty-discount-table thead th {
    font-weight: 700;
    background: #fff;
    font-size: 14px;
    color: #222;
}

.qty-discount-table tbody tr:nth-child(odd) td { background: #fff; }
.qty-discount-table tbody tr:hover td { background: #fff; }

/* Badge z tłem */
.qty-badge {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 8px;
    border-radius:0px;
    letter-spacing: .03em;
}

/* Cart badge */
.qty-discount-badge {
    display: inline-block;
    background: #cc0000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 7px;
    border-radius: 3px;
    margin-left: 6px;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .qty-discount-table th,
    .qty-discount-table td { padding: 6px 8px; font-size: 13px; }
}
