.tmep-wrap {
    --tmep-green: #59b814;
    margin: 14px 0 18px;
    max-width: 520px;
}

.tmep-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    background: #fff;
    font-size: 15px;
}

.tmep-table thead th {
    background: var(--tmep-green);
    color: #fff;
    font-weight: 700;
    padding: 8px 10px;
    text-align: left;
    border: 0;
}

.tmep-table thead th:last-child,
.tmep-table tbody td:last-child {
    text-align: right;
}

.tmep-table tbody td {
    padding: 9px 10px;
    border-bottom: 1px solid #e8e8e8;
    transition: background-color .18s ease;
}

.tmep-table tbody tr.tmep-active-tier td {
    background: rgba(89, 184, 20, .10);
}

.tmep-current-tier {
    min-height: 0;
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.4;
}

.tmep-variable-tiers:empty {
    display: none;
}
