.bayii-tiered-pricing-wrapper {
    margin-top: 20px;
    padding: 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.bayii-tiered-pricing-wrapper h3 {
    margin-top: 0;
    font-size: 14px;
    color: #333;
}

.bayii-tiered-pricing-table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
}

.bayii-tiered-pricing-table th,
.bayii-tiered-pricing-table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.bayii-tiered-pricing-table th {
    font-weight: 600;
    background: #f0f0f0;
}

.bayii-tiered-pricing-table input {
    width: 100px;
}

#bayii-add-tier {
    margin-top: 10px;
}

.bayii-remove-tier {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    font-size: 18px;
    color: #dc3232;
}

.bayii-tiered-pricing-table {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 0;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
}
.bayii-tiered-pricing-table tr:first-child td {
    padding-top: 10px;
}
.bayii-tiered-pricing-table tr:last-child td {
    padding-bottom: 10px;
}
.bayii-tiered-pricing-table tr td:first-child {
    padding-left: 12px;
}
.bayii-tiered-pricing-table tr td:last-child {
    padding-right: 12px;
}
.bayii-tiered-pricing-table td {
    padding: 0 12px;
    font-size: 11px;
    color: #6c757d;
    text-align: center;
    border-right: 1px solid #f0f0f0;
}
.bayii-tiered-pricing-table tr:first-child td {
    font-size: 12px;
    font-weight: 600;
    color: #343a40;
    background: #e9ecef;
}
.bayii-tiered-pricing-table tr:nth-child(2) td {
    font-size: 13px;
    font-weight: 700;
    color: #212529;
}
.bayii-tiered-pricing-table tr td:last-child {
    border-right: none;
}
.bayii-tiered-pricing-table .bayii-discount-badge {
    color: #28a745;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}
