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

.navbar {
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.06);
}

.nav-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  margin-left: 0.35rem;
}


.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 {
  line-height: 1.12;
  margin-bottom: 1.25rem !important;
}

.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-header .hero-body {
}

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

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

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

.publication-authors {
}

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

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

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

.publication-header .hero-body {
  padding-bottom: 2.2rem;
}

.publication-links {
  margin-top: 1.4rem;
}

.section-lead {
  max-width: 760px;
  margin: 0 auto 1.75rem;
}

.section.is-light {
  background: #f7f8fa;
}

.teaser .hero-body {
  padding-top: 0.75rem;
}

.teaser-figure,
.wide-figure {
  margin: 0 auto 1.25rem;
}

.teaser-figure img,
.wide-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fff;
}

.teaser-figure img {
  max-height: 680px;
  object-fit: contain;
}

.dataset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.dataset-card {
  margin: 0;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  overflow: hidden;
}

.dataset-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.dataset-card figcaption {
  padding: 0.65rem 0.75rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.method-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.method-overview-figure {
  margin-top: 1.35rem;
}

.method-step {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 1.2rem;
  background: #fff;
}

.method-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background: #1f2937;
  color: #fff;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
}

.method-step p {
  margin-bottom: 0;
}

.method-figures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.method-figures .wide-figure {
  margin-bottom: 0;
}

.method-figures img {
  height: 100%;
  object-fit: contain;
}

.result-tables {
  margin-top: 1.25rem;
}

.table td,
.table th {
  vertical-align: middle;
}

pre {
  border-radius: 8px;
}

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 10px !important;
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-body img {
}

.results-carousel {
  overflow: hidden;
}

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

.results-carousel video {
  margin: 0;
}


.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

.interpolation-video-column {
}

.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}

@media screen and (max-width: 900px) {
  .dataset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-flow {
    grid-template-columns: 1fr;
  }

  .method-figures {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 520px) {
  .publication-title {
    font-size: 2rem !important;
  }

  .dataset-grid {
    grid-template-columns: 1fr;
  }
}
