.shoflab-fit-table-wrap {
    margin: 1.25rem 0 1.5rem;
    overflow-x: auto;
}

.shoflab-fit-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #dededb;
    background: #fff;
}

.shoflab-fit-table th,
.shoflab-fit-table td {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #dededb;
    text-align: left;
    vertical-align: middle;
}

.shoflab-fit-table th {
    background: #f4f3ef;
    color: #4c504d;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shoflab-fit-table th:last-child,
.shoflab-fit-table td:last-child {
    width: 9rem;
    white-space: nowrap;
}

.shoflab-fit-table td:last-child {
    color: #d96500;
    font-weight: 800;
}

.shoflab-fit-table tbody tr:last-child td {
    border-bottom: 0;
}

.shoflab-fit-table strong,
.shoflab-fit-table small {
    display: block;
}

.shoflab-fit-table small {
    margin-top: 0.25rem;
    color: #6f726f;
    font-size: 0.82rem;
    line-height: 1.4;
}

@media (max-width: 520px) {
    .shoflab-fit-table th,
    .shoflab-fit-table td {
        padding: 0.75rem;
    }

    .shoflab-fit-table th:last-child,
    .shoflab-fit-table td:last-child {
        width: auto;
    }
}
