/* Public legal documents: keep numbered sections and list items visually distinct. */
.sentioo-legal-document {
    padding-bottom: 72px;
    color: #26394c;
    line-height: 1.72;
}

.sentioo-legal-document > h2 {
    margin-top: 48px;
    margin-bottom: 18px;
    color: #172b3f;
    line-height: 1.3;
}

.sentioo-legal-document > h3 {
    margin-top: 34px;
    margin-bottom: 14px;
    color: #24384b;
    line-height: 1.35;
}

.sentioo-legal-document > p {
    margin-bottom: 14px;
}

.sentioo-legal-document > ul,
.sentioo-legal-document > ol {
    margin-top: 12px;
    margin-bottom: 24px;
}

.sentioo-legal-document li + li {
    margin-top: 9px;
}

.sentioo-legal-document > hr {
    margin: 48px 0 24px;
}

@media (max-width: 767.98px) {
    .sentioo-legal-document > h2 { margin-top: 36px; }
    .sentioo-legal-document > h3 { margin-top: 28px; }
}
