/* =================================================================
   pages/cookies.css - page-specific styles for cookies.php.
   Loaded AFTER css/site.css. Replaces the inline styling the old
   Canvas markup carried on the intro paragraph and the section
   headings. Nothing here is shared with other routes.
   ================================================================= */

/* Lead-in paragraph: constrained measure, muted body colour. */
#content .cookie-intro {
    max-width: 880px;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

/* Vertical rhythm for the major sections and their sub-headings,
   replacing the per-element inline top margins. */
#content .cookie-section {
    margin-top: 32px;
}

#content .cookie-subsection {
    margin-top: 24px;
}
