/* layout-fixes.css — added 2026-09-15 (see WORDPRESS_HERO_CTA.md). Remove file + its enqueue in functions.php to roll back.
   Fix: logo marquee (.scrollingBlock) flashed as a multi-row grid overlapping the hero before infiniteslide initialised.
   Keep the strip on one row and clip it to the section until the script takes over. */
.scrollingBlock{overflow:hidden}
.scrollingBlock .scrollWrapper .scrollInnerWrapper ul{white-space:nowrap;font-size:0}
.scrollingBlock .scrollWrapper .scrollInnerWrapper .item{vertical-align:middle;font-size:1rem}
