body {
  font-family: 'Crimson Text', sans-serif;
  font-size: 18px;
}


.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: 'Crimson Text', 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: 'Crimson Text', sans-serif;
}

.publication-authors {
    font-family: 'Crimson Text', 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 {
  width: 95%;
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  width: 100%; /* Set a fixed width */
  height: 100%; /* Set a fixed height */
  overflow: hidden;
  border: 1px solid #bbb;
  padding: 0;
  font-size: 0;
  display: flex;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  flex-direction: column;  /* Stack children vertically */
  gap: 10px;  /* Space between images */
}


.results-carousel .item img,
.results-carousel .item video {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 5px;
}

.results-carousel video {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image covers the item without distortion */
  display: block; /* Removes any default inline styling */
}



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

.results-carousel .slider-navigation-previous,
.results-carousel .slider-navigation-next {
  border: 2px solid black;  /* Black outline */
  border-radius: 50%;
  transform: scale(0.8); /* Make the button 20% smaller */
}

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