/* assets/css/pages/policy.css — v10.5.3 (F4)
   Shared by the four policy pages: privacy_policy, terms_conditions,
   refund_policy, disclaimer. Opt-in via $page['css'] = ['pages/policy.css'].
   Replaces the inline `style="color: var(--primary)"` attributes those pages
   carried, which referenced legacy style.css tokens that migrated pages no
   longer load. */

.pcd-policy {
    max-width: 62rem;
}

/* Section headings: saffron, matching the legacy inline treatment. The theme's
   default heading colour is maroon, so this is an intentional page override. */
.pcd-policy h3 {
    color: var(--pcd-primary);
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}

.pcd-policy p {
    margin-bottom: 0.9rem;
    line-height: 1.7;
}

.pcd-policy ul {
    margin-bottom: 0.9rem;
    padding-inline-start: 1.5rem;
    line-height: 1.7;
}

.pcd-policy li {
    margin-bottom: 0.35rem;
}

/* Effective-date line sits just under the page title */
.pcd-policy .pcd-policy-date {
    color: var(--pcd-text-muted);
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}
