.table-flex-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.table-flex-title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.table-flex-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #015057 transparent;
}

.table-flex-scroll::-webkit-scrollbar {
    height: 0.375rem;
}

.table-flex-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.table-flex-scroll::-webkit-scrollbar-thumb {
    background-color: #015057;
    border-radius: 0.1875rem;
}

.cv-flex-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-work-sans, sans-serif);
    color: var(--bs-black);
    margin: 0;
    white-space: nowrap;
}

.cv-flex-table th,
.cv-flex-table td {
    padding: 0.5rem 1rem;
    border: 1px solid var(--bs-medium);
    vertical-align: middle;
    line-height: 1.6;
    white-space: normal;
}

.cv-flex-table thead th {
    background: var(--bs-light);
    border-bottom: 1px solid var(--bs-medium);
    font-weight: 600;
    text-align: left;
}


.cv-flex-table tbody tr:nth-child(even) td {
    background-color: rgba(0, 0, 0, 0.02);
}

@media screen and (max-width: 48em) {
    .table-flex-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .cv-flex-table th,
    .cv-flex-table td {
        white-space: nowrap;
    }
}
