html,
body {
  overflow-x: hidden;
}

.publication-header .hero-body {
  padding-bottom: 2.25rem;
}

.publication-title {
  max-width: 1050px;
  margin-right: auto !important;
  margin-left: auto !important;
  letter-spacing: 0 !important;
}

.publication-venue-block {
  margin-top: -0.75rem;
}

.publication-link-column {
  padding-bottom: 0;
}

.pending-link[disabled] {
  cursor: default;
  opacity: 0.68;
}

.abstract-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.abstract-section .title.is-3 {
  margin-bottom: 1rem !important;
  padding-bottom: 0.75rem;
}

.abstract-section .content.has-text-justified {
  line-height: 1.6;
}

.abstract-section .content.has-text-justified p {
  margin-bottom: 0;
}

.teaser-image-section .hero-body {
  padding: 1.5rem 1.5rem 2rem;
}

.teaser-image-container {
  max-width: 1240px;
}

.teaser-image-figure {
  margin: 0;
}

.teaser-image-figure a,
.teaser-image-figure img {
  display: block;
  width: 100%;
}

.teaser-image-figure img {
  border-radius: var(--border-radius-lg);
}

.teaser-image-caption {
  max-width: 960px;
  margin: 1rem auto 0;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}

.pipeline-figure {
  margin: 0;
}

.pipeline-figure img {
  display: block;
  width: 100%;
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-lg);
}

.pipeline-link {
  display: block;
}

.pipeline-caption {
  max-width: 980px;
  margin: 1rem auto 0;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.65;
  text-align: center;
}

.section-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.video-card {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  background: #000;
  box-shadow: var(--shadow-xl);
}

.citation-section .hero-body {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.bibtex-entry {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 8px !important;
  line-height: 1.55;
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .publication-header .hero-body {
    padding-top: 2.5rem;
  }

  .publication-title {
    font-size: 2rem !important;
  }

  .abstract-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .teaser-image-section .hero-body {
    padding: 0.75rem 0.75rem 1.5rem;
  }

  .teaser-image-caption {
    font-size: 0.95rem;
  }

  .bibtex-entry {
    padding: 1rem !important;
    font-size: 0.78rem !important;
  }
}
