.hrtp-tier-table-wrap {
    margin: 1em 0 1.5em;
    clear: both;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.hrtp-tier-heading {
    font-size: 1.05em;
    margin: 0 0 0.5em;
    letter-spacing: 0.02em;
}
.hrtp-tier-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
    table-layout: fixed;
    background: transparent;
}
.hrtp-tier-table th,
.hrtp-tier-table td {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    word-wrap: break-word;
}
.hrtp-tier-table th {
    font-weight: 600;
    background: rgba(0, 0, 0, 0.03);
}
.hrtp-tier-table th:last-child,
.hrtp-tier-table td:last-child {
    text-align: right;
}
.hrtp-tier-table tr:last-child td {
    border-bottom: none;
}

.woocommerce div.product div.summary .hrtp-tier-table-wrap,
.product .summary .hrtp-tier-table-wrap {
    clear: both;
}
