body {
  font-family: 'Noto Sans', sans-serif;
  color: #222;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer .icon-link {
  font-size: 25px;
  color: #000;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer .icon-link:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}

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

.dnerf {
  font-variant: small-caps;
  letter-spacing: 0.04em;
}

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

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

.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.publication-banner {
  max-height: parent;
  border-radius: 16px;
  overflow: hidden;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: contain;
  display: block;
  width: 100%;
  border-radius: 16px;
}

.publication-header .hero-body {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top: 0.5rem;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

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

.author-block {
  display: inline-block;
  margin-right: 0.2rem;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: 800;
  font-size: 0.98rem;
  margin-top: 0.35rem;
}

.publication-banner img,
.publication-body img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

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

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 8px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 0;
  font-size: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.results-carousel video {
  margin: 0;
  display: block;
  width: 100%;
  border-radius: 14px;
}

.interpolation-panel {
  border-radius: 14px;
  padding: 0.75rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.interpolation-video-column {
}

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

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}