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

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

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

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

.june14-menu .day-post-link {
  color: #c94c2f;
  font-weight: 800;
}

.june14-placeholder {
  color: #4d4a45;
  font-family: 'Source Code Pro', 'IBM Plex Mono', monospace;
  font-size: 13px;
}

.june14-map-shell,
.june14-panorama figure {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #141414;
}

.june14-map-shell {
  border: 1px solid rgba(77, 74, 69, 0.32);
}

#june14-map-placeholder,
.june14-panorama-placeholder {
  min-height: 360px;
  display: grid;
  place-items: center;
  color: #efe8da;
  font-family: 'Source Code Pro', 'IBM Plex Mono', monospace;
  font-size: 13px;
  text-align: center;
}

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

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

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

@media (max-width: 560px) {
  .june14-menu {
    margin-left: 0;
  }

  .june14-gallery-grid {
    grid-template-columns: 1fr;
  }
}
