/* Letalife — areas directory page styles (.areas-v2 page-specific rules).
   Load together with home.css — home.css contains the shared dual-selector
   rules (.home-v2 X, .areas-v2 X) that also apply here. This file adds the
   areas-only page header and per-region spacing. */

/* ===================== DIRECTION A — AREAS DIRECTORY (LETAL-80) =====================
   /areas: region-grouped county cards. Card + section styles are SHARED with the
   home "Browse by county" block via the multi-selector rules in home.css (.home-v2,
   .areas-v2) — only the page header + per-region spacing live here. */
.areas-v2 .areas-title {
   font-size: 1.9rem;
   font-weight: 900;
   letter-spacing: -.03em;
   color: var(--ll-blue-700);
   margin: .4rem 0 .25rem
}

.areas-v2 .areas-intro {
   color: var(--ll-muted);
   font-size: .95rem;
   margin-bottom: 2rem
}

.areas-v2 .areas-region {
   margin-bottom: 2.25rem
}

.areas-v2 .areas-region .sec-head {
   margin-bottom: 1rem
}
