/* Theme overrides. Kept out of main.css because that file is built from SCSS
   off-server and would overwrite anything added to it. Loaded after main.css,
   versioned by filemtime so edits actually reach browsers. */

/* ---- Footer readability: 14px -> 16px ---- */
.bray-footer__contact {
  font-size: 1rem;
  line-height: 1.5rem;
}
.bray-footer__submenu li {
  font-size: 1rem;
}

/* ---- Header dropdown: 13px -> 15px, and keep each item on one line ----
   "Major Home Transformations" wrapped at the old 200px min-width. nowrap makes
   the panel size itself to the longest item; the min-width is just a floor.
   Desktop only: below 1025px the submenu is a full-width accordion where
   wrapping is correct. */
@media (min-width: 1026px) {
  .bray-header__submenu {
    min-width: 260px;
  }
  .bray-header__submenu li a {
    font-size: 0.9375rem;
    white-space: nowrap;
  }
}

/* The Google reviews section is now the tomo-os embed, which styles itself.
   The old .grw-* / .wp-google-* column and font rules were removed with it. */
