/* GBP Map Embed Section Styles */
.gbp-map-section {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.gbp-map-wrapper {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gbp-map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .gbp-map-section {
    padding: 30px 0;
  }

  .gbp-map-wrapper iframe {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .gbp-map-wrapper iframe {
    height: 300px;
  }
}
