/* Static site overrides — responsive & footer */
html { scroll-behavior: smooth; }
body,
button,
input,
select,
textarea {
  font-family: "Google Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img, video { max-width: 100%; height: auto; }
.map-embed { width: 100%; max-width: 100%; border: 0; aspect-ratio: 16/10; min-height: 280px; height: min(65vh, 650px) !important; }
@media (max-width: 767px) {
  .map-embed { height: 50vh !important; min-height: 240px; }
}
.site-footer-copyright { font-size: 12px !important; line-height: 1.5; }
.site-footer-copyright a { font-size: 12px !important; }
#site-copyright { margin: 0; }

.wp-container-2.wp-container-2,.wp-container-4.wp-container-4,.wp-container-6.wp-container-6{flex-wrap:nowrap;}
