/* Accreditations and memberships — page-specific styles */

.table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-block: 2rem;
    -webkit-overflow-scrolling: touch;
}

.vigencia-tables .table-wrap {
    margin-block: 0;
}

.vigencia-tables .table-wrap:first-child {
    margin-block-start: 2rem;
}

.vigencia-tables .table-wrap:last-child {
    margin-block-end: 2rem;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.data-table--fechas-vigencia {
    table-layout: fixed;
}

.data-table--fechas-vigencia th:nth-child(1),
.data-table--fechas-vigencia td:nth-child(1) {
    width: 40%;
}

.data-table--fechas-vigencia th:nth-child(2),
.data-table--fechas-vigencia td:nth-child(2) {
    width: 25%;
}

.data-table--fechas-vigencia th:nth-child(3),
.data-table--fechas-vigencia td:nth-child(3) {
    width: 15%;
}

.data-table th,
.data-table td {
    padding: 0.75rem 1rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 0.0625rem solid var(--color-border, #dddfe0);
}

.data-table thead th {
    font-weight: 600;
    background: var(--color-surface-alt, #f5f5f5);
}

.data-table tbody tr:hover {
    background: var(--color-surface-alt, #f9f9f9);
}

.visually-hidden {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    padding: 0;
    margin: -0.0625rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
