﻿/* portal-privacy.css */

/* Standardize headings for all policy pages */
.portal-main-content h1 {
    font-size: 1.8rem;
    color: var(--text-dark, #333);
    margin-bottom: 1.5rem;
    border-bottom: 2px solid var(--primary-color, #0056b3);
    padding-bottom: 0.5rem;
}

.portal-main-content h2 {
    font-size: 1.4rem;
    color: var(--primary-color, #0056b3);
    margin-top: 2rem;
    margin-bottom: 1rem;
}

/* Ensure body text matches the portal layout */
.portal-main-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #444;
}

/* Style the lists */
.portal-main-content ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.portal-main-content li {
    margin-bottom: 0.75rem;
    line-height: 1.5;
}
