/* Shared styles for legal/policy pages (terms, privacy, security) */

.policy-section,
.terms-section,
.security-section {
    margin-bottom: 2rem;
    text-align: left;
}

.policy-section h2,
.terms-section h2,
.security-section h2 {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.5rem;
    text-align: center;
}

.security-section h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
}

.policy-section h3,
.terms-section h3 {
    margin: 1rem 0 0.5rem 0;
    font-size: 1.1rem;
}

.policy-section ul,
.terms-section ul,
.security-section ul {
    margin: 0.5rem 0 0 1.5rem;
    padding: 0;
}

.policy-section li,
.terms-section li,
.security-section li {
    margin-bottom: 0.35rem;
}

.security-section li {
    margin-bottom: 0.25rem;
}

.policy-section p,
.terms-section p {
    margin: 0.5rem 0;
}

.effective-date {
    color: #6b7280;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.highlight-box {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
}

.contact-info {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.contact-info a {
    color: #2563eb;
}
