

.reservations-page__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}


.view-reservation .view-content {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 32px;
  flex: 1 0 0;
  flex-wrap: wrap;
  justify-content: space-around;
}

.view-reservation .view-content .views-row {
  display: flex;
  align-self: stretch;
}


/**
 * Apidae view maps
 */

.leaflet-container {
  min-height: 400px;
}

.view-content .leaflet-map-view-excursion-block {
  width: 100%;
  height: 500px;
  min-height: 400px;
}

.view-map .view-content {
  display: block;
  width: 90%;
}
