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


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

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

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


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

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


.publication-banner {
  max-height: parent;

}

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

.publication-header .hero-body {
  padding-top: 3rem;
  padding-bottom: 1.75rem;
}

.publication-title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    text-wrap: balance;
}

.brand-highlight {
  color: #0f766e;
}

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

.publication-authors.is-size-5 {
  font-size: clamp(1.05rem, 1.8vw, 1.4rem) !important;
  line-height: 1.6;
}

.publication-authors.is-size-6 {
  font-size: clamp(0.95rem, 1.25vw, 1.08rem) !important;
  line-height: 1.55;
}

.publication-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.4rem;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
  margin: 0 auto;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #f5f5f5;
  border: 1px solid #e5e7eb;
}

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

.publication-authors {
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.project-button {
  font-weight: 600;
}

.project-button-icon i {
  font-size: 1rem;
}

.project-button-disabled {
  opacity: 0.78;
  cursor: default;
  pointer-events: none;
}

.project-button-disabled:hover {
  opacity: 0.78;
}

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

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

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

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

.site-footer {
  margin-top: 2.5rem;
  padding: 2.5rem 1.5rem 3rem;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.site-footer .content {
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.75;
}

.site-footer p {
  margin-bottom: 0.5rem;
}

.site-footer a {
  color: #2563eb;
  font-weight: 600;
}

.site-footer a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .publication-header .hero-body {
    padding-top: 2.5rem;
    padding-bottom: 1.5rem;
  }

  .publication-title {
    margin-bottom: 1.25rem;
  }

  .publication-links {
    width: 100%;
    justify-content: center;
  }

  .link-block {
    display: flex;
    flex: 1 1 calc(50% - 0.75rem);
    justify-content: center;
  }

  .link-block .button {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-button {
    min-width: 0;
  }
}

@media screen and (max-width: 520px) {
  .publication-links {
    gap: 0.55rem;
  }

  .link-block {
    flex-basis: 100%;
  }
}
