body {
  font-family: 'Noto Sans', sans-serif;
}

.page-container {
  width: min(92vw, 1400px);
  max-width: min(92vw, 1400px) !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-column {
  max-width: 1120px;
}

.unified-content-column {
  max-width: 100%;
}

.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dnerf {
  font-variant: small-caps;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-title,
.publication-authors {
  font-family: 'Google Sans', sans-serif;
}

.author-block {
  display: inline-block;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
  background: #fff;
}

.results-carousel video,
.teaser video {
  margin: 0;
  width: 100%;
  border-radius: 10px;
}

.section-links a {
  display: inline-block;
  margin: 0 0.5rem 0.75rem;
  font-weight: 600;
}

.figure-section {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  border-top: 1px solid #eaeaea;
}

.subsection-title {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.prompt-line {
  margin-bottom: 0.9rem;
  color: #555;
  font-weight: 700;
}

.video-card {
  margin-bottom: 1rem;
}

.figure-card {
  margin-bottom: 1rem;
}

.fig2-figure-card {
  display: flex;
  flex-direction: column;
}

.video-label {
  padding: 0.5rem 0.75rem;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.clean-label {
  background: #eff2f7;
  color: #576170;
}

.ours-label {
  background: #e6f6ec;
  color: #207245;
}

.accent-label {
  background: #eaf1ff;
  color: #2454b4;
}

.warning-label {
  background: #fff4d8;
  color: #946200;
}

.baseline-label {
  background: #f2eefb;
  color: #65549d;
}

.video-card video {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #000;
}

.figure-card img {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.fig2-figure-card img {
  flex: 1 1 auto;
  object-fit: contain;
  padding: 0.75rem;
}

.figure-block img {
  width: 100%;
}

.stream-spatiotemporal {
  color: #9ecae1;
  font-weight: 700;
}

.stream-semantic {
  color: #f4a261;
  font-weight: 700;
}

.video-card p {
  margin-top: 0.5rem;
  text-align: center;
  color: #666;
  font-size: 0.92rem;
}

.fig6-row {
  display: flex;
  flex-wrap: nowrap;
}

.fig6-item {
  flex: 1 1 20%;
  max-width: 20%;
}

#fig-other .architecture-header,
#fig-other .architecture-row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#fig-other .architecture-header {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
  color: #4a4a4a;
}

#fig-other .architecture-header-group {
  position: relative;
}

#fig-other .architecture-item {
  position: relative;
}

#fig-other .architecture-divider {
  border-right: 2px dashed #c8ced8;
}

#fig-other .architecture-item .video-card {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .fig6-row {
    flex-wrap: wrap;
  }

  .fig6-item {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-container {
    width: 100%;
    max-width: 100% !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .publication-links .button {
    width: 100%;
  }

  #fig-other .architecture-header,
  #fig-other .architecture-row,
  #fig-other .architecture-item .video-card {
    max-width: 100%;
  }

  #fig-other .architecture-row {
    display: block;
  }

  #fig-other .architecture-divider {
    border-right: none;
  }
}
