body {
  font-family: 'Noto Sans', sans-serif;
  background:
    linear-gradient(180deg, rgba(236, 242, 248, 0.9) 0%, rgba(248, 249, 251, 0.96) 26%, #ffffff 100%);
  color: #1f2933;
}

.page-section {
  position: relative;
}

.page-section-hero .hero-body {
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.section-panel {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(31, 41, 51, 0.08);
  border-radius: 22px;
  padding: 2rem 1.5rem 1.75rem;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(6px);
}

.section-panel .title.is-3 {
  margin-bottom: 1.75rem;
}

.section-description {
  margin: -0.5rem 0 1.5rem;
  max-width: none;
  color: #5b6670;
  text-align: justify;
}


.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;
    letter-spacing: -0.03em;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
    color: #4d5b68;
}

.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;
  margin: 0 0.18rem;
}

.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;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.publication-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.publication-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #000;
}

.successful-video-preview {
  width: 78%;
  max-width: 320px;
  margin: 0 auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

.section-panel .content.has-text-centered {
  padding: 0.75rem 0.5rem 0.25rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(245, 248, 251, 0.9) 0%, rgba(255, 255, 255, 0.95) 100%);
  border: 1px solid rgba(31, 41, 51, 0.06);
  height: 100%;
}

.section-panel .content.has-text-centered p {
  margin-top: 0.9rem;
  margin-bottom: 0.2rem;
  color: #5b6670;
  font-weight: 600;
}

.failure-video {
  margin-top: 0.75rem;
}

.title.is-5 {
  color: #243746;
  min-height: 3.25rem;
  line-height: 1.35;
}

.page-section-logo {
  padding-top: 0.5rem;
  padding-bottom: 2.5rem;
}

.bottom-logo {
  width: 20%;
  max-width: 28vw;
  display: inline-block;
  opacity: 0.92;
}

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

@media screen and (max-width: 768px) {
  .section-panel {
    padding: 1.4rem 1rem 1.2rem;
    border-radius: 18px;
  }

  .page-section-hero .hero-body {
    padding-top: 2.5rem;
  }

  .successful-video-preview {
    width: 88%;
  }
}
