.map-section {
  text-align: center;
}
.map-section .storyblok-map-wrapper {
  padding-top: 2rem;
}
.map-section .storyblok-map-wrapper .map-container {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.map-section .storyblok-map-wrapper .map-container::after {
  content: "";
  inset: 0;
  position: absolute;
  pointer-events: none;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.25), inset 0 0 80px rgba(0, 0, 0, 0.15);
}
.map-section .storyblok-map-wrapper .map-container .map-wrapper {
  height: 350px;
}
