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

.results-carousel .item {
  margin: 0px;
  overflow: hidden;
  /* border: 1px solid #bbb; */
  border-radius: 10px;
  padding: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
}

.carousel-card {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  max-width: 820px;
  width: 100%;
}

.carousel-card video {
  flex: 0 1 50%;
  max-width: 420px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.carousel-copy {
  flex: 1 1 40%;
  font-size: 1rem;
  line-height: 1.4;
}

.carousel-copy h3 {
  margin-top: 0;
  margin-bottom: 0.35rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .carousel-card {
    flex-direction: column;
  }

  .carousel-card video {
    max-width: 90%;
    width: 90%;
  }

  .carousel-copy {
    max-width: 100%;
    width: 100%;
  }
}

.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;
}
/* PDF Viewer Styles */
.pdf-viewer-container {
  margin-top: 2rem;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pdf-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.page-info {
  min-width: 150px;
  text-align: center;
  font-weight: 600;
  color: #333;
}

.pdf-canvas-container {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#pdfCanvas {
  max-height: 600px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/* Responsive Images */
.adaptive-image {
  width: 50%;
  height: auto;
  max-width: 800px;
}

@media (max-width: 768px) {
  .adaptive-image {
    max-width: 100%;
    width: 90%;
  }
}

/* Adaptive Logo */
.adaptive-logo {
  height: auto;
  display: inline-block;
  width: 6%;
}

/* @media (min-width: 769px) {
  .adaptive-logo {
    width: 6%;
  }
} */

@media (max-width: 768px) {
  .adaptive-logo {
    width: 12%;
  }
}