/* =============================================================
   quality.css — page-specific styles for quality.php
   Loaded after css/site.css so it can layer over the foundation.
   Only this page links it. Do not add cross-page rules here.
   ============================================================= */

/* Page title band (foundation has no #page-title styling) */
#page-title {
    padding: 40px 0;
    background-color: #f5f6f7;
    border-bottom: 1px solid #e5e5e5;
}
#page-title h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
}
#page-title > .container > span {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    color: #777;
}

/* Policy statement body */
.policy-statement {
    max-width: 820px;
}
.policy-statement > p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}
.policy-statement h3 {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.policy-statement ul {
    padding-left: 40px;
    margin-bottom: 24px;
}
.policy-statement ul li {
    margin-bottom: 8px;
    color: #555;
    line-height: 1.6;
}
