.june9-section-block {
  margin-top: 33px;
}

.june9-menu {
  margin-left: 20px;
}

.june9-menu a {
  color: #045233;
  font-size: 18px;
  text-decoration: none;
}

.june9-menu a:hover {
  text-decoration: underline;
}

.june9-menu-graphic {
  margin: 33px 0 0;
}

.june9-menu-graphic img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.june9-caption {
  margin-top: 8px;
  color: #4d4a45;
  font-family: 'Source Code Pro', 'IBM Plex Mono', monospace;
  font-size: 12px;
  line-height: 1.2;
}

.june9-map-shell {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(77, 74, 69, 0.32);
  border-radius: 6px;
  background: #141414;
}

#june9-map {
  width: 100%;
  height: 620px;
}

.june9-map-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #4d4a45;
  font-family: 'Source Code Pro', 'IBM Plex Mono', monospace;
  font-size: 12px;
  line-height: 1.2;
}

.june9-map-controls input {
  max-width: 100%;
  color: var(--prague-body);
  font: inherit;
}

.june9-map-status {
  margin-left: auto;
  text-align: right;
}

.june9-route .leaflet-container {
  font-family: 'Source Code Pro', 'IBM Plex Mono', monospace;
}

.june9-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.june9-gallery-grid a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: #141414;
}

.june9-gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

@media (max-width: 560px) {
  .june9-gallery-grid {
    grid-template-columns: 1fr;
  }

  .june9-menu {
    margin-left: 0;
  }

  #june9-map {
    height: 360px;
  }

  .june9-map-status {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
