/* ==========================================================================
   City + service combo pages (/service-areas/<city>/<service>/)
   Loads AFTER /css/style.css and /css/pages/areas.css
   ========================================================================== */

/* CMS copy wraps link text in <u>; the teal border-bottom already underlines
   links on these pages, so suppress the doubled underline. */
.area-body a u,
.faq-answer a u { text-decoration: none; }

/* Hero tagline is the teal info line on combo pages. */
.page-hero-sub-teal { color: var(--teal); }
