/** v40 narrowly scoped runtime-stability overrides. */
html { scroll-behavior: auto !important; }
#reviews { contain: none !important; }
.trustmary-v40, .trustmary-v40 * { animation-iteration-count: 1; }
.map-fullbleed-v39 { min-height: 0 !important; }
.map-fullbleed-v39 iframe { height: clamp(360px, 48vw, 540px) !important; min-height: 360px !important; }
@media (max-width: 640px) {
  .map-fullbleed-v39 iframe { height: 390px !important; min-height: 360px !important; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
