/* Map */
.contact-map {
  width: 100%;
  height: clamp(360px, 55vh, 760px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.contact-content {
  padding-top: 28px;
  padding-bottom: 40px;
}

.contact-content h2 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.contact-content .mt-2 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

/* Google Maps info window tidy-up (kept, but minimal) */
.gm-style-iw * { display: block; }
.gm-style-iw h4, .gm-style-iw p { margin: 0; }
.gm-style-iw a { color: #4272db; }

.contact-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.contact-link:hover {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
