.gfa-table-wrap {
    max-width: 100%;
    margin: 24px auto;
    padding: 18px 10px;
    background: #050505;
    color: #ffffff;
    font-family: inherit;
}

.gfa-table-title {
    margin: 0 0 22px;
    text-align: center;
    color: #ffffff;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.1;
}

.gfa-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gfa-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
    background: #000000;
    color: #ffffff;
}

.gfa-table th,
.gfa-table td {
    border: 1px solid rgba(255, 255, 255, 0.55);
    padding: 13px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
}

.gfa-table thead th {
    background: #d5b07e;
    color: #ffffff;
    font-weight: 800;
}

.gfa-table thead tr:first-child th {
    font-size: 17px;
    text-transform: uppercase;
}

.gfa-table .gfa-place {
    width: 70px;
    font-weight: 700;
}

.gfa-table tbody td:nth-child(2n) {
    font-weight: 700;
}

@media (max-width: 768px) {
    .gfa-table-wrap {
        padding: 14px 0;
    }

    .gfa-table th,
    .gfa-table td {
        padding: 10px 8px;
        font-size: 14px;
    }
}
