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

.navbar + .section {
  margin-top: 2.5rem;
}

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

.stellar-gradient {
  background: linear-gradient(120deg, #7c3aed, #ec4899);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

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

.section:not(#BibTeX) .title.is-3 {
  text-align: center;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-key-contributions{
  padding-top: 2rem;
}

.key-contrib-list {
  list-style: none;
  padding-left: 0;
  line-height: 1.7;
}

.key-contrib-list li {
  margin-bottom: 0.8rem;
}

.key-link {
  color: #ad1f1f;
  font-weight: 700;
}

.key-link:hover,
.key-link:focus-visible {
  text-decoration: underline;
}

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

.wide-container {
  width: min(1200px, 96vw);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wide-container {
    width: 94vw;
    padding: 0 0.5rem;
  }

  .section .column.is-two-thirds,
  .section .column.is-three-quarters,
  .section .column.is-three-fifths,
  .section .column.is-two-fifths,
  .section .column.is-half,
  .section .column.is-four-fifths,
  .section .column.is-full,
  .section .column.is-three-quarters,
  .section .column.is-one-half,
  .section .column.is-one-third,
  .section .column.is-three-quarters,
  .section .column.is-two-thirds,
  .section .column.is-three-quarters,
  .section .column.is-one-quarter,
  .section .column.is-three-quarters,
  .section .column.is-three-quarters.has-text-centered,
  .section .column.is-three-quarters.has-text-centered {
    flex: none;
    width: 100%;
  }

  .section .columns {
    flex-direction: column;
    align-items: center;
  }

  .publication-title,
  .section .title.is-3 {
    text-align: center;
  }
}

.lightbox-trigger {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  display: block;
  cursor: pointer;
}

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 7, 17, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox-overlay.is-active {
  display: flex;
}

.lightbox-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease;
  transform-origin: center center;
  user-select: none;
}

.lightbox-overlay button {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}



.abstract-band {
  background: transparent;
  padding: 0;
  padding-top: 2rem;
}

.abstract-wrapper {
  width: 100%;
  background: #f3f4f6;
  padding: 12px 0 20px;
}

.abstract-section {
  background: transparent;
  padding: 16px 0;
  border: none;
}


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