.location-map-block {
  margin-bottom: 3rem;
}
.location-map-block .location-map-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--30);
}
@media (min-width: 900px) {
  .location-map-block .location-map-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .location-map-block .location-map-layout__left, .location-map-block .location-map-layout__right {
    width: 50%;
  }
}
.location-map-block .location-map-layout #map {
  width: 100%;
  min-height: 60vh;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
.location-map-block .location-map-layout #map h1, .location-map-block .location-map-layout #map h2, .location-map-block .location-map-layout #map h3, .location-map-block .location-map-layout #map h4, .location-map-block .location-map-layout #map h5, .location-map-block .location-map-layout #map h6 {
  font-size: 20px;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--display-font);
}
.location-map-block .location-map-layout #map p {
  font-family: var(--wp--preset--font-family--main-font);
  font-size: 16px;
}
.location-map-block .location-dropdown {
  width: 100%;
  padding: 0.75em 1em;
  font-size: 1.1em;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin: var(--wp--preset--spacing--20) 0 0 0;
  background: #fff;
  color: var(--wp--preset--color--primary);
  display: block;
}