.document-publication-table {
    margin-top: 32px;
    overflow: hidden;
    border: 1px solid #c1cddb;
    border-radius: 8px;
    color: #37506e;
}

.document-publication-table__scroll {
    overflow-x: auto;
}

.document-publication-table table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    table-layout: fixed;
}

.document-publication-table th {
    height: 55px;
    padding: 8px 20px;
    background: #1058a1;
    color: #fbfbfb;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.document-publication-table th:nth-child(1) {
    width: 211px;
}

.document-publication-table th:nth-child(3),
.document-publication-table th:nth-child(4) {
    width: 160px;
}

.document-publication-table td {
    height: 76px;
    padding: 8px 20px;
    color: #37506e;
    font-size: 16px;
    vertical-align: middle;
}

.document-publication-table tbody tr:nth-child(odd) {
    background: #fbfbfb;
}

.document-publication-table tbody tr:nth-child(even) {
    background: #eef5fc;
}

.document-publication-table td:nth-child(2) {
    overflow-wrap: anywhere;
}

.document-publication-table a {
    color: #37506e;
    font-weight: 600;
    text-decoration: underline;
}

.document-publication-table__format {
    display: inline-flex;
    align-items: center;
    min-width: 44px;
    padding: 5px 7px;
    border-radius: 4px;
    background: #e1e8f0;
    color: #0f263b;
    font-size: 12px;
}

.document-publication-table__size {
    margin-left: 4px;
    color: #516a87;
    font-size: 14px;
}

.document-publication-table__footer {
    padding: 12px 24px;
    background: #f7fafc;
}
