.leaflet-popup-content-wrapper {
  width: 100%;
}

.map-section-wrapper {
  display: flex;
}
@media (max-width: 1100px) {
  .map-section-wrapper {
    flex-direction: column;
  }
}
.map-section-wrapper .location-search-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 1.5em;
}
.map-section-wrapper .location-search-wrapper input {
  flex-basis: 60%;
  border-radius: 5px;
  border: 1px solid rgba(253, 241, 230, 0.5);
  background-color: transparent;
  color: var(--ast-global-color-5);
}
@media (max-width: 1100px) {
  .map-section-wrapper .location-search-wrapper input {
    flex-basis: 100%;
    width: 95%;
    margin: 0 10px 30px 10px;
  }
}
.map-section-wrapper #map {
  border-radius: 30px;
  height: 50vh;
}
.map-section-wrapper #map .leaflet-marker-icon {
  margin-left: -13px !important;
  margin-top: -36px !important;
}
.map-section-wrapper .map-wrapper {
  flex-basis: 60%;
  width: 60%;
}
@media (max-width: 1100px) {
  .map-section-wrapper .map-wrapper {
    flex-basis: 100%;
    width: 95%;
    margin: 0 10px 30px 10px;
    margin-bottom: 3em;
  }
}
.map-section-wrapper .map-wrapper,
.map-section-wrapper .location-wrapper {
  height: 50vh;
}
.map-section-wrapper .location-wrapper {
  flex-basis: 40%;
  width: 40%;
  overflow-y: scroll;
  max-height: 100%;
}
@media (max-width: 1100px) {
  .map-section-wrapper .location-wrapper {
    flex-basis: 100%;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
  }
}
.map-section-wrapper .location-wrapper .single-location {
  background: #323232;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  margin: 0 20px 30px 20px;
}
@media (max-width: 1100px) {
  .map-section-wrapper .location-wrapper .single-location {
    margin: 0 10px 30px 10px;
  }
}
.map-section-wrapper .location-wrapper .single-location p {
  margin: 0 !important;
}
.map-section-wrapper .location-wrapper .single-location .location-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.map-section-wrapper .location-wrapper .single-location .location-header .location-title {
  color: #fff;
  font-family: Oceania;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.77px;
  margin: 0;
}
.map-section-wrapper .location-wrapper .single-location .location-header .location-distance {
  color: var(--ast-global-color-1);
}
.map-section-wrapper .location-wrapper .single-location .location-direction {
  font-size: 18px;
  margin: 0;
}
.map-section-wrapper .location-wrapper .single-location .location-contact {
  font-size: 18px;
  margin: 0;
  color: var(--ast-global-color-1);
}

.leaflet-popup p {
  margin: 0 !important;
}
.leaflet-popup .leaflet-popup-content-wrapper {
  background: var(--ast-global-color-8) !important;
  color: var(--ast-global-color-5);
}
.leaflet-popup .contact,
.leaflet-popup a {
  color: var(--ast-global-color-1) !important;
}

/*# sourceMappingURL=map-section.css.map */
