.tb-html-content {
    padding: 72px 0 88px;
    background: #fff;
}

.tb-html-content__body {
    max-width: 1080px;
}

.tb-html-page {
    font-size: 17px;
    line-height: 1.75;
    color: #111827;
}

.tb-html-page p {
    margin: 0 0 22px;
}

.tb-html-page h2 {
    margin: 44px 0 18px;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.2;
    color: #111827;
}

.tb-html-page ul {
    margin: 0 0 28px;
    padding-left: 22px;
}

.tb-html-page li {
    margin: 8px 0;
}

.tb-html-page a {
    color: #fc7700;
    font-weight: 700;
    text-decoration: none;
}

.tb-html-page a:hover,
.tb-html-page a:focus-visible {
    text-decoration: underline;
}

.tb-html-page__table-wrap {
    width: 100%;
    margin: 24px 0 34px;
    overflow-x: auto;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 18px;
}

.tb-html-page table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.tb-html-page th,
.tb-html-page td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(17, 24, 39, 0.10);
    text-align: left;
    vertical-align: top;
}

.tb-html-page th {
    background: rgba(252, 119, 0, 0.08);
    color: #111827;
    font-weight: 800;
}

.tb-html-page tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 767px) {
    .tb-html-content {
        padding: 44px 0 56px;
    }

    .tb-html-page {
        font-size: 16px;
        line-height: 1.65;
    }

    .tb-html-page h2 {
        margin-top: 34px;
    }
}
