/* Terms of Service page — loads after style.css */

.terms-content .terms-doc-section {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    scroll-margin-top: 96px;
}

/* 12px between end of one section and the next section heading */
.terms-content .terms-doc-section + .terms-doc-section {
    margin-top: 12px !important;
}

.terms-content .terms-doc-section > h2 {
    font-size: 1.15rem !important;
    color: #0f172a;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 1.35 !important;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 6px;
}

.terms-content .terms-doc-section > h3 {
    font-size: 0.92rem !important;
    color: #0f172a;
    margin-top: 16px !important;
    margin-bottom: 6px !important;
    font-weight: 700;
    line-height: 1.35 !important;
}

.terms-content .terms-doc-section > p {
    font-size: 0.84rem !important;
    color: #475569;
    line-height: 1.6 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    text-align: justify;
}

.terms-content .terms-doc-section > p:last-child {
    margin-bottom: 0 !important;
}

.terms-content .terms-doc-section > ul {
    margin: 6px 0 8px !important;
    padding-left: 1.25rem;
}

.terms-content .terms-doc-section > ul > li {
    font-size: 0.84rem !important;
    color: #475569;
    line-height: 1.6 !important;
    margin: 0 0 5px !important;
    text-align: justify;
}

.terms-content .terms-doc-section > ul > li:last-child {
    margin-bottom: 0 !important;
}

.terms-content .terms-doc-section strong {
    color: #0f172a;
}

.terms-content .terms-doc-section .escrow-notice-box {
    margin: 8px 0 !important;
    padding: 10px 12px !important;
}

.terms-content .terms-doc-section .escrow-notice-box p {
    margin: 0 !important;
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
    text-align: left;
}
