/* -----------------------------------------
   BELIEFS PAGE STYLES
----------------------------------------- */

/* Page header alignment */
body.beliefs .page-header {
    text-align: center;
}

/* Section spacing (global spacing already exists, this fine‑tunes it) */
body.beliefs .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Alternating background */
body.beliefs .section.alt {
    background: var(--color-gray-50);
    transition: background 0.3s ease;
}

/* Narrow container for readable line length */
body.beliefs .container.narrow {
    max-width: 720px;
}

/* Headings */
body.beliefs h2 {
    margin-bottom: 1rem;
    margin-top: 3rem;
    font-size: var(--text-2xl);
    font-weight: 600;
}

body.beliefs h3 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: var(--text-xl);
    font-weight: 600;
}

/* Paragraph spacing */
body.beliefs p {
    margin-bottom: 1rem;
    line-height: 1.65;
}

/* Optional: subtle divider between belief sections */
body.beliefs .section:not(:last-child) {
    border-bottom: 1px solid var(--border-light);
}

body.beliefs .scripture-list {
    margin: 1rem 0 1.5rem;
    padding-left: 0.25rem;
    border-left: 3px solid var(--color-primary);
}