/* Small site-wide style overrides that belong to the practice, not the theme (EO Site Assets). */

/* Wrapped h1/h2 eyebrows get one rule under the block instead of a text underline per line (Skyler, 13 Sept,
   variant B of three). Specificity (0,1,2) beats the theme's h1.eyebrow,h2.eyebrow (0,1,1) without !important.
   H1 copy is never shortened; the H1s are SEO text. */
body h1.eyebrow,body h2.eyebrow{text-decoration:none;border-bottom:1px solid var(--coral);padding-bottom:3px;line-height:1.25}
