/* ============================================================
   GOLF DC — Courses in this story (single.php)
   Scoped: enqueued only on a single `post` with `course` terms.
   Tokens only. Cards/grid/badges come from global theme.css; this
   file styles only the section wrapper + heading.
   ============================================================ */

.post-courses {
    margin-top: var(--space-12);
    padding-top: var(--space-8);
    border-top: var(--border-thin) solid var(--color-monument);
}

.post-courses__heading {
    font-family: var(--font-display);
    font-weight: var(--fw-regular);
    color: var(--color-deep-rough);
}
