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 {}

.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-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;
  display: flex;
  flex-wrap: nowrap;
  /* keep height consistent */
  align-items: stretch;
  gap: 10px;
  /* horizontal gap between items */
}

.results-carousel .item {
  /* remove external margins and use gap on container */
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
  box-sizing: border-box;
  /* show two items per view; account for container gap (10px) */
  flex: 0 0 calc(50% - 5px);
}

.results-carousel video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Caption under each video */
.results-carousel .video-caption {
  text-align: center;
  padding: 0.5rem 0 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

/* Slightly reduce caption size on small screens */
@media (max-width: 480px) {
  .results-carousel .video-caption {
    font-size: 0.9rem;
    padding-bottom: 0.75rem;
  }
}


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

/* Place the results carousel pagination below the videos and ensure it doesn't overlap */
#results-carousel .slider {
  /* make room for pagination below */
  padding-bottom: 0.5rem;
}

#results-carousel .slider-pagination {
  /* render pagination below the slider instead of absolute overlay */
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  padding: 0 0 !important;
  margin-top: 4px;
  display: flex !important;
  justify-content: center;
  z-index: 2;
}

#results-carousel .slider-page {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 6px;
}

/* Remove/hide all carousel pagination dots across the site */
.slider-pagination,
.slider-page,
.carousel .slider-pagination,
.carousel .slider-page {
  display: none !important;
}

/* Results two-column images */
.results-images .image {
  max-height: 360px;
  overflow: hidden;
}

.results-images .image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.image-caption {
  margin-top: 0.5rem;
  color: #444;
  font-weight: 600;
}

/* Ensure images inside results-images are centered */
.results-images img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}