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

.hero-body .container {
  max-width: 960px;
}

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

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

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

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

.publication-venue {
  color: #555;
}

.link-block a {
  margin: 0 4px;
}

.section {
  padding: 2rem 1.5rem;
}

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

.publication-banner img {
  max-height: 300px;
  object-fit: contain;
}

.publication-body {
  line-height: 1.7;
}

.publication-body p {
  margin-bottom: 1em;
}

.results-carousel .item img {
  max-width: 100%;
  height: auto;
}

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 1rem 0;
}

.content figure {
  margin: 1.5rem 0;
}

.content figure img {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.content figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}

#BibTeX pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 1.25rem;
  font-size: 0.85rem;
  overflow-x: auto;
}

footer .icon-link {
  font-size: 1.3rem;
  color: #363636;
  margin: 0 0.25rem;
}

footer .icon-link:hover {
  color: hsl(204, 86%, 53%);
}

.coming-soon {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.coming-soon-tooltip {
  position: relative;
}

.coming-soon-tooltip::after {
  content: "Coming Soon";
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.7rem;
  color: #999;
  white-space: nowrap;
}
