.vanpim-tier-table-wrap {
    margin: 24px 0;
    overflow-x: auto;
}

.vanpim-pricing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    overflow: hidden;
}

.vanpim-pricing-table thead tr {
    background: #1a1a2e;
    color: #fff;
}

.vanpim-pricing-table thead th {
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
}

.vanpim-pricing-table thead tr:last-child th {
    border-bottom: 4px solid #fff;
    padding-bottom: 14px;
}

.vanpim-pricing-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s;
}

.vanpim-pricing-table tbody tr:last-child {
    border-bottom: none;
}

.vanpim-pricing-table tbody tr:hover {
    background: #f7f9fc;
}

.vanpim-pricing-table tbody td {
    padding: 10px 16px;
    color: #333;
    white-space: nowrap;
}

.vanpim-pricing-table tbody td:first-child {
    font-weight: 600;
    color: #1a1a2e;
}

.vanpim-pricing-table tbody td:nth-child(3) {
    color: #27ae60;
    font-weight: 500;
}

.vanpim-pricing-table tbody tr.vanpim-tier-active {
    background: #ececec;
    outline: 2px solid #ececec;
    outline-offset: -2px;
}

.vanpim-pricing-table tbody tr.vanpim-tier-active td {
    color: #333;
    font-weight: 600;
}

.vanpim-price-preview {
    margin: 8px 0 0;
    font-size: 1em;
    font-weight: 600;
    color: #333;
}

.vanpim-qty-total {
    display: none;
    margin: 0 0 12px;
    padding: 10px 16px;
    background: #ececec;
    border-radius: 4px;
    font-size: 20px;
    color: #333;
}
