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


.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 {
  font-family: 'Google Sans', sans-serif;
  margin: 0 auto 0.45em;
  font-size: clamp(2.1rem, 3.4vw, 2.65rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.publication-title-line {
  display: block;
  white-space: nowrap;
}

.publication-banner {
  max-height: parent;

}

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

.publication-header .hero-body {
}

.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;
}

.hero .container.is-max-desktop {
  max-width: 1120px;
}

.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;
}

.media-frame {
  display: block;
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.lead-media-shell {
  max-width: 1320px;
  margin: 0 auto 2.5rem;
}

.lead-media-caption {
  margin-top: 0.85rem;
  font-size: 0.95rem;
  color: #555;
  font-weight: 700;
  text-align: left;
}

.system-design-shell,
.tasks-section-shell {
  max-width: 1200px;
  margin: 0 auto;
}

.section-heading-shell {
  max-width: 980px;
  margin: 0 auto 2rem;
}

.section-heading-shell .title {
  text-align: center;
  margin-bottom: 0.85rem;
}

.section-intro {
  margin: 0 auto;
  max-width: 900px;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #444;
  text-align: center;
}

.system-design-copy {
  max-width: 980px;
  margin: 0 auto 2rem;
}

.system-paragraph-title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  text-align: left;
}

.system-design-text {
  margin: 0 0 1rem;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #444;
  text-align: left;
}

.system-media-block + .system-media-block {
  margin-top: 2.5rem;
}

.system-media-label {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #333;
  text-align: left;
}

.system-media-caption {
  margin: 0.85rem 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #555;
  text-align: left;
}

.task-panel {
  max-width: 1120px;
  margin: 0 auto;
}

.task-panel + .task-panel {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #ececec;
}

.task-panel .title {
  text-align: left;
  margin-bottom: 1rem;
}

.task-description {
  margin: 0 0 2rem;
  font-size: 1.15rem;
  line-height: 1.75;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: clamp(2rem, 7vw, 2.5rem);
    line-height: 1.12;
  }

  .publication-title-line {
    white-space: normal;
  }

  .lead-media-shell {
    margin-bottom: 2rem;
  }

  .system-design-text,
  .section-intro,
  .task-description {
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .task-panel + .task-panel {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}


.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;
}
