.accounts-table_title {
    text-align: center;
    margin-bottom: 16px;

}

.account-cta {
    padding-top: 64px;
}

.section-accounts_table .classic {
    background: #8DC63F;
    color: #FFFFFF;
}

.section-accounts_table .silver {
    background: #F0F1F1;
    color: #000000;
}

.section-accounts_table .gold {
    background: #FDD108;
    color: #000000;
    position: relative;
}

.section-accounts_table .gold::after {
    content: url(/wp-content/themes/template/images/best-value.png);
    width: 30px;
    height: 30px;
    top: 0px;
    right: 78px;
    position: absolute;
    display: inline-block;
}

.section-accounts_table .platinum {
    background: #8AB1D3;
    color: #FFFFFF;
}

.section-accounts_table .vip {
    background: #000;
    color: #FFFFFF;
}

.accounts-table_text {
    color: #595959;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 64px;
}

.table-container {
    overflow-x: auto;
    margin: 64px 64px 0;
}

table {
    width: 100%;
    min-width: 1314px;
    table-layout: fixed;
}

td {
    width: 14.92%;
    height: 56px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    padding: 0px 24px;
}

td:first-child {
    width: 25.20%;
    text-align: left;
    color: var(--black);
    font-weight: 700;
}

thead td div {
    background-color: var(--neutrals-50);
    padding: 16px;
}

thead td h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 0;
}

thead td {
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    color: var(--white);
    padding: 0;
}

thead td:nth-child(2) div {
    border-top-left-radius: 8px;
}

thead td:last-child div {
    border-top-right-radius: 8px;
}

tbody tr {
    border: 1px solid #F0F0F0;
}

tbody tr:nth-child(even):not(.section-header-row, thead tr) {
    background: #FAFAFA;
}

tbody td:not(:first-child) {
    border-left: 1px solid #F0F0F0;
}

td img {
    margin: auto;
}

table .btn-secondary {
    width: 100%;
    margin-bottom: 4px;
    padding: 0 23px;
}

table .btn.underline {
    color: #FF515E;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;
    text-underline-offset: 3px;
    margin: auto;
}

table .btn.underline:hover {
    color: #000;
}

table.benefits tr td:first-child {
    text-align: left;
    font-weight: 700;
}

table.benefits tbody tr:last-child {
    border: 1px solid #F0F0F0;
}

table.benefits tbody tr td {
    border-left: 1px solid #F0F0F0;
}

.section-header-row {
    position: relative;
    border: 1px solid #F0F0F0;
}

.section-header {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    padding: 24px;
    text-align: left;
    border: none;
}

.section-header-row:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: 8px;
    background-color: #8DC63F;
}

.accounts-table_btn {
    margin: 64px auto 0;
}

@media (max-width: 1439px) {
    .table-container {
        margin: 0;
    }

    table {
        margin: 64px 64px 0;
    }

    td {
        width: inherit;
        min-width: 162px;
    }

    td:first-child {
        width: inherit;
        min-width: 250px;
    }
}

@media (max-width: 1024px) {
    table {
        margin: 56px 32px 0;
    }

    .accounts-table_btn {
        margin: 56px auto 0;
    }

    .account-cta {
        padding-top: 32px;
    }
}

@media (max-width: 640px) {
    .accounts-table_title {
        font-size: 36px;
        line-height: 48px;
    }

    table {
        margin: 48px 24px 0;
    }

    .accounts-table_btn {
        margin: 48px auto 0;
    }

    .account-cta {
        padding-top: 24px;
    }
}