body {
  font-family: "Noto Sans", "Segoe UI", Arial, sans-serif;
}

.publication-title {
  margin-bottom: 0.5rem;
}

.publication-authors,
.publication-affiliations {
  margin-bottom: 0.75rem;
}

.author-block {
  margin: 0 0.5rem;
  display: inline-block;
  white-space: nowrap;
}

.publication-links {
  margin-top: 1.25rem;
}

.publication-links .link-block {
  display: inline-block;
  margin: 0.2rem 0.3rem;
}

.teaser img,
figure img,
.columns img {
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.columns img {
  width: 100%;
  border: 1px solid #e5e7eb;
}

.figure-caption {
  margin-top: 0.75rem;
  color: #374151;
  font-size: 0.96rem;
  line-height: 1.5;
  text-align: left;
}

figure {
  margin-bottom: 1.5rem;
}

pre code {
  white-space: pre-wrap;
}
