/* ========== Privacy Policy page ========== */

.page-privacy-main {
    padding-top: 72px;
}

.page-content-section {
    padding-top: 48px;
    padding-bottom: 64px;
}

.container-narrow {
    max-width: 720px;
}

.legal-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #CFAD65;
    margin-top: 32px;
    margin-bottom: 12px;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content p {
    font-size: 1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 16px;
}

.legal-content a {
    color: #CFAD65;
    text-decoration: none;
}

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