.meeting-table-scroll table {
    width: 100%;
    min-width: 888px;
    border-collapse: collapse;
}

.meeting-table-scroll th,
.meeting-table-scroll td {
    font-family: Articulat_CF, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #4f4f4f;
}

.meeting-table-scroll th {
    padding-bottom: 12px;
    text-transform: uppercase;
    color: #a07a2e;
    text-align: left;
    vertical-align: bottom;
}

.meeting-table-scroll th:not(:first-child):not(:nth-child(2)):not(:last-child) {
    text-align: center;
    padding-right: 12px;
}

.meeting-table-scroll th:first-child,
.meeting-table-scroll th:nth-child(2) {
    padding-right: 20px;
}

.meeting-table-scroll th:last-child {
    text-align: right;
}

.meeting-table-scroll th img {
    display: block;
    margin: 0 auto;
}

.meeting-table-scroll tbody tr {
    height: 48px;
    border-top: 1px solid #e7e7e7;
}

.meeting-table-scroll td:first-child {
    text-transform: uppercase;
    padding-right: 20px;
}

.meeting-table-scroll td:nth-child(2) {
    padding-right: 20px;
}

.meeting-table-scroll td:not(:first-child):not(:nth-child(2)):not(:last-child) {
    text-align: center;
    background: #fff;
}

.meeting-table-scroll td:last-child {
    text-align: right;
}

.meeting-table-scroll td:last-child a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a07a2e;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .meeting-table-scroll th:first-child,
    .meeting-table-scroll th:nth-child(2),
    .meeting-table-scroll td:first-child,
    .meeting-table-scroll td:nth-child(2) {
        padding-right: 24px;
    }
}
