.legal-page {
    padding: 100px 0 80px;
}

.legal-page-header {
    margin-bottom: 48px;
}

.legal-last-updated {
    color: #667085;
    margin: 0;
}

.legal-document .module {
    margin-bottom: 36px;
}

.legal-document .info {
    background: transparent !important;
    color: inherit !important;
}

.legal-document h3 {
    border-bottom: 1px solid #e4e7ec;
    padding-bottom: 10px;
}

.legal-document h4 {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1.4 !important;
    margin: 24px 0 10px;
}

.legal-document p,
.legal-document li {
    line-height: 1.7;
}

.legal-document .legal-clause {
    margin-bottom: 16px;
}

.legal-document ul.terms,
.legal-document ol.terms {
    padding-left: 28px;
}

.legal-document li > p {
    margin-bottom: 10px !important;
}

.legal-document .table-responsive {
    margin: 24px 0;
}

.legal-document .legal-table {
    font-size: 13px;
    line-height: 1.45;
    min-width: 920px;
}

.legal-document .legal-table th {
    background: #f2f4f7;
    font-weight: 700;
    vertical-align: top;
}

.legal-document .legal-table td,
.legal-document .legal-table th {
    min-width: 150px;
    padding: 12px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .legal-page {
        padding: 72px 0 48px;
    }

    .legal-page-header {
        margin-bottom: 32px;
    }
}
