body {
  font-family: 'Noto Sans', sans-serif;
  color: #1f2933;
  line-height: 1.6;
}


.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 {
  margin-top: -20px;
}

.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;
    background: linear-gradient(to right, #F2DC5D, #A8C97A, #4BA56A, #3B847B, #4477A4);
    -webkit-background-clip: text;
    color: transparent;
}

.method-text {
    font-family: 'Google Sans', sans-serif;
    background: linear-gradient(to right, #F2DC5D, #A8C97A, #4BA56A, #3B847B, #4477A4);
    -webkit-background-clip: text;
    color: transparent;
}

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

.publication-venue {
    color: #555;
    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-image-half {
  width: 50;
}

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

.result-img {
  width: 100%;
  height: auto;
  display: block;
}

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

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

.section .title.is-3 {
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.section .title.is-4 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

.section .title.is-5 {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.content p {
  margin-bottom: 0.9rem;
}

.content img {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.video {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.12);
  background: #0f172a;
}

.video + .content {
  margin-top: 0.5rem;
}

.results-grid {
  margin-top: 1rem;
}

.results-grid .column {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.result-img {
  width: 100%;
  height: auto;
  display: block;
}

.result-caption {
  font-size: 0.85rem;
  color: #52606d;
}

.summary-panel {
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.9), rgba(241, 245, 249, 0.7));
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

@media screen and (max-width: 768px) {
  .section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .summary-panel {
    padding: 1rem;
  }
}


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

* {box-sizing: border-box;}

.img-magnifier-container {
  position:relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 0%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}

.img-magnifier-glass_init {
  position: absolute;
  border: 0px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 0px;
  height: 0px;
}
