.content-page-wrap {
    min-height: 500px;
}

.content-page-header {
    width: 100%;
    height: 80px;
    line-height: 20px;
    background-color: rgba(245, 245, 245, 1);
    display: flex;
    justify-content: left;
    align-items: center;
    margin: auto;
}

.content-page-title {
    color: rgba(108, 108, 108, 1);
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    padding-left: 40px;
    margin: 0;
}

.content-page-box {
    width: 100%;
    color: rgba(79, 79, 79, 1);
    background-color: rgba(255, 255, 255, 1);
    font-size: 16px;
    text-align: left;
    margin-bottom: 80px;
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-section-title {
    color: rgba(79, 79, 79, 1);
    font-weight: bold;
    font-size: 18px;
    margin-top: 48px;
    margin-bottom: 8px;
}

.content-section-title:first-child {
    margin-top: 0;
}

.content-subsection-title {
    color: rgba(79, 79, 79, 1);
    font-weight: bold;
    font-size: 16px;
    margin-top: 28px;
    margin-bottom: 8px;
}

.content-subtitle-underline {
    width: 40px;
    border: 2px solid rgba(232, 171, 80, 1);
    margin-top: -4px;
    margin-bottom: 16px;
}

.content-body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.5px;
}

.content-body p {
    margin-bottom: 12px;
}

.content-body ul,
.content-body ol {
    padding-left: 24px;
    margin-bottom: 16px;
}

.content-body li {
    margin-bottom: 6px;
}

.content-toc {
    background: rgba(245, 245, 245, 1);
    padding: 20px 24px;
    margin-bottom: 32px;
    border-radius: 4px;
}

.content-toc ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.content-toc li {
    margin-bottom: 8px;
}

.content-toc a {
    color: rgb(63, 141, 252);
    text-decoration: none;
}

.content-toc a:hover {
    text-decoration: underline;
}

.content-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0 24px;
    font-size: 14px;
}

.content-table th,
.content-table td {
    border: 1px solid rgba(187, 187, 187, 1);
    padding: 8px 12px;
    text-align: left;
}

.content-table th {
    background: rgba(245, 245, 245, 1);
    font-weight: bold;
}

.content-help-footer {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(187, 187, 187, 1);
}

.content-help-footer a {
    color: rgb(63, 141, 252);
}

.legal-section-num {
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 12px;
    font-size: 16px;
}

.legal-clause {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.8;
}
