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

.footer .icon-link {
  font-size: 25px;
  color: #000;
}

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

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

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

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

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.publication-banner img {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

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

/* Carousel */
.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 .item video {
  margin: 0;
  width: 100%;
}

.results-carousel .item img {
  margin: 0;
  width: 100%;
}

.results-carousel .item .video-caption {
  font-size: 14px;
  padding: 8px 12px;
  text-align: center;
  color: #555;
  background: #fafafa;
}

/* Interpolation */
.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 5px;
}

/* Method figure */
.method-figure {
  max-width: 100%;
  margin: 0 auto;
}

.method-figure img {
  width: 100%;
}

/* Field validation grid */
.field-validation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.field-validation-grid .field-card img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #bbb;
}

.field-validation-grid .field-card {
  text-align: center;
}

.full-width-figure img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #bbb;
}

.full-width-figure {
  text-align: center;
}

/* Captions */
.figure-caption,
.method-caption {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  text-align: center;
  line-height: 1.5;
}

/* BibTeX */
.bibtex-container {
  position: relative;
}

.bibtex-container pre {
  text-align: left;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 1em;
  overflow-x: auto;
  font-size: 0.85em;
}

.copy-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #e8e8e8;
  color: #333;
  border: none;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Noto Sans', sans-serif;
}

.copy-btn:hover {
  background: #d4d4d4;
}

.copy-btn.copied {
  background: #c8e6c9;
  color: #2e7d32;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .field-validation-grid {
    grid-template-columns: 1fr;
  }
}

/* Print */
@media print {
  .publication-links,
  .copy-btn {
    display: none !important;
  }
}
