.usqt-pricing-table {
    clear: both;
    margin: 1.25rem 0;
}

.usqt-pricing-table h3 {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 700;
}

.usqt-pricing-table table {
    width: 100%;
    max-width: 420px;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.usqt-pricing-table th,
.usqt-pricing-table td {
    padding: 0.65rem 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    text-align: left;
}

.usqt-pricing-table th {
    background: rgba(0, 0, 0, 0.04);
    font-weight: 700;
}

.usqt-from-price {
    font-weight: 700;
}

.usqt-pricing-table del,
.usqt-from-price del {
    color: #9AA0AE;
    font-weight: 400;
}

.usqt-pricing-table ins,
.usqt-from-price ins {
    text-decoration: none;
    color: #E23B2E;
    font-weight: 700;
}

/* 1.3.0: row matching the chosen quantity */
.usqt-pricing-table tbody tr.usqt-tier-active td {
    background: rgba(255, 197, 61, 0.28) !important;
    font-weight: 600;
}
