.additional-pages {
    margin-top: 70px;
    padding: 30px 0 30px 0;
}
.additional-pages_second {
    padding: 0px 0 30px 0;
}
.additional-pages h1,
.additional-pages h2,
.additional-pages h3 {
    margin-bottom: 10px !important;
    color: white !important;
    line-height: initial;
}
.additional-pages p {
    margin-bottom: 25px;
    font-size: 18px;
    color: #c5c5c5;
}

.additional-pages ul {
    padding-left: 16px !important;
    margin-bottom: 25px;
    color: #c5c5c5;
}
.additional-pages ul li {
    font-size: 16px;
}
#inner-p {
    margin-bottom: 10px;
}
.additional-pages h1 {
    font-size: 32px !important;
}
.additional-pages h2 {
    font-size: 24px !important;
}
.additional-pages h3 {
    font-size: 20px !important;
}

.table__wrapper {
    overflow-x: auto;
    margin-bottom: 24px;
}
.table__wrapper td,
.table__wrapper th {
    border: none !important;
}
.table__wrapper table {
    overflow: hidden;
    /* overflow-x: scroll; */
    border-radius: 24px;
    background-color: #0e151e5e;
    min-width: 768px;
}

.table__wrapper table {
    margin: 0 !important;
    text-align: left !important;
    color: white !important;
}
.table__wrapper table tr th,
.table__wrapper table tr td {
    padding: 24px 24px 24px;
}

.TOC {
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0 !important;
}
.TOC h2,
.TOC a {
    color: white;
    text-decoration: none;
}
.TOC ul {
    padding: 0;
    overflow-x: auto;
}
.TOC ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.TOC ul li,
.TOC ul a {
    min-width: max-content;
}
