#title-slide .title {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 32ch;
  margin-bottom: 0;
}

#title-slide .title::after {
  content: "";
  display: block;
  width: 2.2em;
  height: 4px;
  margin-top: 0.5em;
}

#title-slide .quarto-title-authors:not(:has(.quarto-title-author)) {
  display: none;
}

.reveal .slides section.full-image {
  padding: 0;
}

.reveal .slides section.full-image .caption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  transform: translateY(-50%);
  font-size: 1.6em;
  line-height: 1.2;
}

.reveal .slides section.full-image img {
  position: absolute;
  top: -50px;
  right: -80px;
  height: 1000px;
  max-width: none;
  max-height: none;
  margin: 0;
}

.reveal .slide-background iframe {
  width: calc(100% - 48px) !important;
  transform: none;
  margin: 0 !important;
  border-radius: 0;
}

.reveal > .corridor-map {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 48px);
  height: 100%;
  border: 0;
}

.reveal > .corridor-map.is-hidden {
  visibility: hidden;
}
