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: 'Google Sans', sans-serif;
}

.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-authors a {
  color: hsl(204, 86%, 53%) !important;
}

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

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

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

.results-carousel {
  overflow: hidden;
}

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

.method-diagram {
  max-width: 100%;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.result-figure {
  max-width: 100%;
  border-radius: 6px;
  margin: 1rem 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.figure-caption {
  font-size: 0.9rem;
  color: #555;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.contribution-list li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.results-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.5rem 0;
}

.results-grid.three-col {
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .results-grid,
  .results-grid.three-col {
    grid-template-columns: 1fr;
  }
}

.result-card {
  text-align: center;
}

.result-card img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.highlight-box {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
  border-left: 4px solid hsl(204, 86%, 53%);
  border-radius: 0 8px 8px 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
}

.highlight-box p {
  margin-bottom: 0.5rem;
}

.highlight-box p:last-child {
  margin-bottom: 0;
}

table.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}

table.comparison-table th {
  background-color: hsl(204, 86%, 53%);
  color: white;
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: 600;
}

table.comparison-table td {
  padding: 0.6rem 1rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

table.comparison-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

table.comparison-table tr:last-child {
  font-weight: 700;
  background-color: #e8f0fe;
}

.bibtex-section pre {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 1.25rem;
  overflow-x: auto;
  font-size: 0.85rem;
  line-height: 1.5;
}

hr.section-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 2rem 0;
}

.video-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
  background: #000;
}

.video-card video {
  display: block;
  width: 100%;
  height: auto;
}

.video-label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 14px;
  border-radius: 6px;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 10;
  letter-spacing: 0.02em;
}

.video-label-hbrl {
  background: rgba(37, 99, 235, 0.88);
  color: #fff;
}

.video-label-baseline {
  background: rgba(220, 53, 69, 0.88);
  color: #fff;
}

