/* Supplement CSS — Step 16 visual QA fixes */

/* Widget/section-title headings were the same size as body text (no hierarchy).
   Small bump keeps the original uppercase/eyebrow look but restores readable rhythm. */
.homepage-main-column .widgettitle,
.homepage-main-column .wpb_heading,
.widget .widget-title {
  font-size: 16px;
  margin-bottom: 22px;
}
