/* Only the pricing table needs page-specific styling. */
.pricing-table-wrap {
    width: 100%;
    margin-top: 14px;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    background: rgba(255, 255, 255, .02);
    -webkit-overflow-scrolling: touch;
}

.pricing-table-wrap:focus-visible {
    outline: 2px solid rgba(217, 130, 59, .6);
    outline-offset: 3px;
}

.pricing-table {
    width: 100%;
    min-width: 860px;
    border-collapse: separate;
    border-spacing: 0;
}

.pricing-table th,
.pricing-table td {
    padding: 13px 14px;
    border-right: 1px solid rgba(255, 255, 255, .10);
    border-bottom: 1px solid rgba(255, 255, 255, .10);
    text-align: left;
    white-space: nowrap;
}

.pricing-table thead th {
    background: #17181d;
    font-weight: 700;
    vertical-align: bottom;
}

.pricing-table thead th span {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 400;
    opacity: .68;
}

.pricing-table tbody th {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #121318;
    font-weight: 700;
}

.pricing-table tbody tr:nth-child(even) td {
    background: rgba(255, 255, 255, .018);
}

.pricing-table th:last-child,
.pricing-table td:last-child {
    border-right: 0;
}

.pricing-table tbody tr:last-child th,
.pricing-table tbody tr:last-child td {
    border-bottom: 0;
}

.pricing-table-note {
    margin-top: 10px;
    font-size: .92rem;
}

.pricing-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 640px) {
    .pricing-table {
        min-width: 790px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 12px;
    }
}
