/* Keep search/radius overlays above the map, but stop Google InfoWindows from colliding with them. */
.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 16px !important;
  max-width: 260px !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18) !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-height: none !important;
}
.gm-style .gm-style-iw-t::after {
  display: none;
}
.gm-style button.gm-ui-hover-effect {
  top: 4px !important;
  right: 4px !important;
}
