.ebr-tiered-pricing-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 30px 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    direction: rtl;
    font-family: inherit;
}
.ebr-tiered-pricing-table th {
    background: #d63638;
    color: #fff;
    padding: 16px 12px;
    font-weight: bold;
    font-size: 15px;
}
.ebr-tiered-pricing-table td {
    padding: 16px 12px;
    text-align: center;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.ebr-tiered-pricing-table tr:nth-child(even) td { background: #fdfafa; }
.ebr-tiered-pricing-table tr:last-child td { border-bottom: none; }
.ebr-discount-badge {
    background: #ff6b6b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
}
.ebr-no-discount { color: #999; }