.organizer-data {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.organizer-data .organizer {
  display: flex;
  flex-direction: column;
}

.wp-block-table td br {
  content: "";
  display: block;
  height: 0.4em;
}

.location-gmap iframe {
  aspect-ratio: 8 / 5;
  border-radius: 10px;
  height: auto !important;
  width: 100% !important;
}

@media(max-width:767px) {
  .location-gmap iframe {
    aspect-ratio: 4 / 3;
  }
}