#aec_map {
  min-height: 480px;
  border: none;
  margin-top: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--10);
}

#aec_map .marker {
  display: none;
}

#aec_map img {
  max-width: 100%;
  aspect-ratio: 2;
  object-fit: cover;
}

#aec_map .info_window {
  font-family: var(--wp--preset--font-family--overused-grotesk) !important;
  font-size: 16px;
}

#aec_map .gm-style .gm-style-iw-c {
  border-radius: 0px;
}

#aec_map .info_window .marker_title {
  font-size: var(--wp--preset--font-size--m) !important;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
}

#aec_map .info_window .marker_link a {
  color: #000 !important;
  text-decoration: underline !important;
}

#aec_map .gm-style-iw-t button {
  width: 40px !important;
  height: 40px !important;
}

#aec_map .gm-style-iw-t button span {
  width: 20px !important;
  height: 20px !important;
  opacity: 1;
  background-color: white;
}

#aec_map .gm-style-iw-t button span::after {
  content: "x";
  font-weight: 400;
  color: #000;
  font-size: 20px;
  line-height: 0;
}
