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

.results-carousel video {
  margin: 0;
}

.wide-section > .container.is-max-desktop,
.wide-section > .hero-body > .container.is-max-desktop,
.wide-section > .hero-body > .container {
  width: 100%;
  max-width: 1152px !important;
}

.detail-enhancement-slider.container {
  width: 100%;
  max-width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}

.detail-enhancement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.detail-enhancement-compare {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  background: #111;
  cursor: ew-resize;
}

.detail-enhancement-source {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  left: -9999px;
  top: -9999px;
}

.detail-enhancement-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.detail-enhancement-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
  pointer-events: none;
}

.detail-enhancement-divider::before,
.detail-enhancement-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: calc(50% - 28px);
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(-50%);
}

.detail-enhancement-divider::before {
  top: 0;
}

.detail-enhancement-divider::after {
  bottom: 0;
}

.detail-enhancement-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.55);
  transform: translate(-50%, -50%);
}

.detail-enhancement-handle::before,
.detail-enhancement-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.95);
  border-right: 2px solid rgba(255, 255, 255, 0.95);
}

.detail-enhancement-handle::before {
  left: 13px;
  transform: translateY(-50%) rotate(-135deg);
}

.detail-enhancement-handle::after {
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1023px) {
  .wide-section > .container.is-max-desktop,
  .wide-section > .hero-body > .container.is-max-desktop,
  .wide-section > .hero-body > .container {
    max-width: 100% !important;
  }

  .detail-enhancement-grid {
    grid-template-columns: 1fr;
  }
}


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