.google-map-container {
  width: 100%;
  max-width: 800px;
  padding: 20px;
  margin: 40px auto 60px; /* spacing above and below */
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.map-wrapper {
  width: 100%;
  height: 450px;
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.map-frame {
  border: 0;
  width: 100%;
  height: 100%;
}
