.rankup-attributes-table {
    width:100%;
    margin:var(--rankup-space-2xl) 0;
}

.rankup-attributes-table th,
.rankup-attributes-table td {
    vertical-align:middle;
}

.rankup-attributes-table--rankup,
.rankup-attributes-table--premium {
    border:1px solid #e0e0e0;
    border-collapse:collapse;
    background:#fff;
}

.rankup-attributes-table--rankup th,
.rankup-attributes-table--rankup td,
.rankup-attributes-table--premium th,
.rankup-attributes-table--premium td {
    padding:var(--rankup-space-xl) var(--rankup-space-2xl);
    border-bottom:1px solid #e7e7e7;
    text-align:left;
}

.rankup-attributes-table--rankup tr:last-child th,
.rankup-attributes-table--rankup tr:last-child td,
.rankup-attributes-table--premium tr:last-child th,
.rankup-attributes-table--premium tr:last-child td {
    border-bottom:0;
}

.rankup-attributes-table--rankup th,
.rankup-attributes-table--premium th {
    width:34%;
    color:#1f2937;
    font-size:13px;
    font-weight:700;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.rankup-attributes-table--rankup td,
.rankup-attributes-table--premium td {
    color:#000;
    font-size:16px;
    font-weight:600;
}

@media (max-width:640px) {
    .rankup-attributes-table--rankup th,
    .rankup-attributes-table--rankup td,
    .rankup-attributes-table--premium th,
    .rankup-attributes-table--premium td {
        display:block;
        width:100%;
        padding:var(--rankup-space-md) var(--rankup-space-lg);
    }

    .rankup-attributes-table--rankup th,
    .rankup-attributes-table--premium th {
        padding-bottom:var(--rankup-space-xs);
    }

    .rankup-attributes-table--rankup td,
    .rankup-attributes-table--premium td {
        padding-top:0;
    }
}
