.chg-discount-table {
margin: 3em 0;
background: #ffffff;
}
.chg-discount-table h4 {
margin: 0 0 .75em;
font-size: .9em;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .04em;
color: #444;
}
.chg-discount-table table {
width: 100%;
border-collapse: collapse;
font-size: .875em;
}
.chg-discount-table th,
.chg-discount-table td {
padding: .4em .65em;
text-align: left;
}
.chg-discount-table thead th {
font-weight: 600;
border-bottom: 2px solid #ddd;
color: #555;
}
.chg-discount-table tbody tr {
border-bottom: 1px solid #ebebeb;
transition: background .15s ease;
}
.chg-discount-table tbody tr:last-child {
border-bottom: none;
}
.chg-discount-table tbody tr:hover {
background: #f0f0f0;
}
.chg-discount-table tbody tr.chg-active-tier {
background: #f8f4ed;
font-weight: 700;
}
.chg-discount-table tbody tr.chg-active-tier td:first-child::before {
content: '▶ ';
font-size: .75em;
color: #e4d1b0;
}