body {
  font-family: 'Noto Sans', sans-serif;
}

.hero > .hero-body {
  padding-top: 2.5rem;
  padding-bottom: 1.75rem;
}


.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 {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.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;
    font-size: 2.65rem !important;
    line-height: 1.12;
}

.hero .container.is-max-desktop {
    max-width: 1100px;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2rem !important;
  }
}

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

.bibtex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.bibtex-header .title {
  margin-bottom: 0 !important;
}

.copy-bibtex-button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #d8dce3;
  border-radius: 8px;
  background: #ffffff;
  color: #2b2f36;
  cursor: pointer;
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.55rem 0.75rem;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.copy-bibtex-button:hover,
.copy-bibtex-button:focus {
  background: #f4f6f8;
  border-color: #bfc6d1;
}

.copy-bibtex-button.is-copied {
  border-color: #2f9e44;
  color: #2f9e44;
}

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


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

/* Tab content switch */
.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

/* Results section */
.result-card {
  padding: 0.75rem;
  border-radius: 12px;
  background: #ffffff;
}

.result-pair {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  justify-content: center;
}

.result-item {
  width: 50%;
  text-align: center;
}

.result-label {
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

.result-item img,
.result-item video {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
