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: #922C61 !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: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

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

/* GIF sizing classes */
.gif-uniform {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.gif-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}

.conference-logo {
  width: 20%;
  max-width: 200px;
  min-width: 80px;
  height: auto;
}

/* Responsive adjustments for different screen sizes */
@media screen and (max-width: 768px) {
  .conference-logo {
    width: 30%;
    max-width: 180px;
    min-width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .conference-logo {
    width: 40%;
    max-width: 150px;
    min-width: 120px;
  }
}

@media screen and (max-width: 360px) {
  .conference-logo {
    width: 50%;
    max-width: 140px;
    min-width: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .conference-logo {
    width: 15%;
    max-width: 250px;
  }
}

/* Responsive TL;DR section */
.tldr-responsive {
  font-size: 20px;
  font-weight: 400;
  color: #374151;
  line-height: 1.5;
  margin: 0;
  font-family: 'Google Sans', sans-serif;
}

.tldr-label {
  color: #6b7280;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-right: 12px;
}

.tldr-container {
  margin: 0 0 20px 0;
}

.tldr-column {
  max-width: 85%;
  margin: 0 auto;
}

/* Media queries for responsive scaling */
@media screen and (max-width: 480px) {
  .tldr-responsive {
    font-size: 14px;
    white-space: normal;
  }
  .tldr-label {
    font-size: 12px;
    margin-right: 8px;
  }
  .tldr-container {
    margin: 0 0 15px 0;
  }
  .tldr-column {
    max-width: 95%;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .tldr-responsive {
    font-size: 16px;
    white-space: normal;
  }
  .tldr-label {
    font-size: 13px;
    margin-right: 10px;
  }
  .tldr-column {
    max-width: 90%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .tldr-responsive {
    font-size: 18px;
  }
  .tldr-label {
    font-size: 15px;
    margin-right: 12px;
  }
  .tldr-column {
    max-width: 80%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .tldr-responsive {
    font-size: 20px;
  }
  .tldr-label {
    font-size: 16px;
    margin-right: 12px;
  }
  .tldr-column {
    max-width: 75%;
  }
}

@media screen and (min-width: 1401px) {
  .tldr-responsive {
    font-size: 22px;
  }
  .tldr-label {
    font-size: 17px;
    margin-right: 14px;
  }
  .tldr-column {
    max-width: 70%;
  }
}
