/* Unique World Holidays — Contact Us page, Section 3 (Google Maps embed).
   Same-to-same replacement for the Elementor google_maps widget it used to
   be (post 540, container 25f60ad > widget 8265744: a free maps.google.com
   iframe embed, no API key, height 500px, brightness(80%) contrast(145%)
   filter) — see partials/contact-map-section.php for the full context.
   .gsap-fade-in is this project's existing reusable scroll-reveal utility
   (see assets/js/animations.js) — not a new animation system. */

.uwh-contact-map-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 80px 10px;
  box-sizing: border-box;
}

.uwh-contact-map-embed {
  width: 100%;
  height: var(--uwh-contact-map-height, 500px);
}

.uwh-contact-map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: brightness(80%) contrast(145%);
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .uwh-contact-map-section {
    padding: 60px 10px;
  }
}

@media (max-width: 782px) {
  .uwh-contact-map-section {
    padding: 40px 10px;
  }
}
