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

.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 Styling */
.results-carousel {
  position: relative; /* This allows the buttons to be positioned correctly */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; /* Ensure the video stays centered */
  width: 100%; /* Take up full width of the container */
}

/* Center the video in its container */
.results-carousel .item {
  display: none; /* Hide all videos by default */
  justify-content: center;
  align-items: center;
  width: 100%; /* Ensure video takes up the available width */
}

.results-carousel .item.active {
  display: flex; /* Show only the active video */
}

/* Video size adjustments */
.results-carousel video {
  width: 70%;  /* Adjust this if you want the video to be smaller or larger */
  max-width: 720px;  /* Set a maximum width */
  height: auto;  /* Maintain aspect ratio */
  margin: 0 auto;  /* Ensure the video is centered horizontally */
  display: block;  /* Ensure video behaves like a block element for centering */
  border: none;  /* Remove any borders from the video */
}

/* Buttons on the sides */
.carousel-nav {
  position: absolute;
  top: 50%;  /* Vertically center the buttons */
  transform: translateY(-50%);  /* Adjust for centering */
  background-color: rgba(0, 0, 0, 0.5);  /* Semi-transparent background */
  border: none;
  color: white;
  padding: 10px;  /* Adjust padding to fit icons */
  font-size: 1.5em;  /* Adjust icon size */
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;  /* Center the arrow in the button */
}

/* Left button */
.prev-button {
  left: 10px;  /* Position the previous button on the left side with some margin */
}

/* Right button */
.next-button {
  right: 10px;  /* Position the next button on the right side with some margin */
}

/* Hover effect for buttons */
.carousel-nav:hover {
  background-color: rgba(0, 0, 0, 0.7);  /* Darken background on hover */
}

/* Icon size adjustments */
.icon.is-large {
  font-size: 2em;
}

/* Description text styles */
#video-description {
  font-size: 110%;
  text-align: center;
  margin-top: 15px;
}

/* Dots for carousel pagination */
.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-dots .dot.active {
  background-color: #333;
}

/* General container for better spacing */
.container {
  padding: 20px;
}

.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-image-wrapper {
  width: 100%;
}

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