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: 10px;
  overflow: hidden;
  border: 2px solid #bbb;
  border-radius: 12px;
  padding: 0;
  font-size: 0;
  min-height: 400px;
}

.results-carousel video {
  margin: 0;
  width: 100%;
  height: auto;
  min-height: 350px;
  object-fit: cover;
}

.results-carousel p {
  font-size: 0.95rem;
  padding: 15px;
  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;
}

/* Windows XP Classic Grey Style for Method Overview */
.method-description-box {
  background: linear-gradient(180deg, #ECE9D8 0%, #D8D0C0 100%);
  border: 2px solid #808080;
  border-radius: 8px;
  padding: 25px;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(0, 0, 0, 0.25),
    2px 2px 5px rgba(0, 0, 0, 0.2);
}

.method-description-box p {
  color: #000000;
  line-height: 1.7;
  text-align: justify;
  margin: 0;
  font-size: 0.95rem;
}

.method-description-title {
  background: linear-gradient(180deg, #D4D0C8 0%, #9E9A92 100%);
  color: #000000;
  padding: 8px 15px;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  font-size: 0.9rem;
  margin: -25px -25px 20px -25px;
  border-bottom: 2px solid #808080;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 3px rgba(0, 0, 0, 0.15);
}

.method-image-container {
  background: #ffffff;
  border: 2px solid #808080;
  border-radius: 8px;
  padding: 15px;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.8),
    2px 2px 5px rgba(0, 0, 0, 0.2);
}

.method-image-container img {
  border-radius: 4px;
  border: 1px solid #999999;
}

/* Complete Pipeline Section - Windows XP Grey Style */
.pipeline-description-box {
  background: linear-gradient(180deg, #ECE9D8 0%, #D8D0C0 100%);
  border: 2px solid #808080;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(0, 0, 0, 0.25),
    2px 2px 5px rgba(0, 0, 0, 0.2);
}

.pipeline-description-box p {
  color: #000000;
  line-height: 1.7;
  text-align: justify;
  margin: 0;
  font-size: 0.95rem;
}

.pipeline-title {
  background: linear-gradient(180deg, #D4D0C8 0%, #9E9A92 100%);
  color: #000000;
  padding: 8px 15px;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  font-size: 0.9rem;
  margin: -25px -25px 20px -25px;
  border-bottom: 2px solid #808080;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 3px rgba(0, 0, 0, 0.15);
}

.pipeline-image-box {
  background: #ffffff;
  border: 2px solid #808080;
  border-radius: 8px;
  padding: 20px;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.8),
    2px 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.pipeline-image-box img {
  max-width: 85%;
  height: auto;
  border-radius: 4px;
  border: 1px solid #999999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pipeline-image-box img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

/* Method image hover effect */
.method-image-container img {
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.method-image-container img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

/* Experimental results image hover effect */
.content img {
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.content img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

/* Image modal for enlarged view */
.image-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.image-modal.active {
  display: flex;
}

.image-modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  animation: zoomIn 0.3s ease;
}

.image-modal-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.3s;
}

.image-modal-close:hover,
.image-modal-close:focus {
  color: #bbb;
}

@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Step number highlighting */
.step-number {
  display: inline-block;
  background: linear-gradient(180deg, #FFFFFF 0%, #E0E0E0 100%);
  color: #000000;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 2px 10px;
  border-radius: 4px;
  border: 2px solid #606060;
  margin-right: 8px;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.9),
    inset -1px -1px 0 rgba(0, 0, 0, 0.2),
    1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* Comparisons section - smaller video size */
.comparisons-section video {
  max-width: 65%;
  height: auto;
  margin: 0 auto;
  display: block;
}