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

/* --- Hero & Header --- */
.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;
}

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

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

/* --- Teaser --- */
.hero.teaser {
  padding-bottom: 1.5rem;
}

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

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

/* --- Reduce section vertical padding for tighter layout --- */
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section + .section {
  padding-top: 0.5rem;
}

/* --- Figures --- */
figure {
  margin: 1.5rem 0 0.5rem 0;
}

figure img {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

figcaption,
.content figcaption {
  margin-top: 0.6rem;
  padding: 0 1rem;
  font-size: 0.92rem;
  font-style: normal;
  color: #666;
  line-height: 1.5;
}

/* --- Subsection headings inside content --- */
.content h3.title.is-4 {
  margin-top: 1.8rem !important;
  margin-bottom: 0.6rem !important;
}

.content h3.title.is-4:first-child {
  margin-top: 0.5rem !important;
}

/* --- Tables --- */
table.results-table {
  border-collapse: collapse;
  margin: 0.8rem auto 0.3rem auto;
  font-size: 0.93rem;
}

table.results-table th,
table.results-table td {
  border: 1px solid #e0e0e0;
  padding: 7px 14px;
  text-align: center;
  white-space: nowrap;
}

table.results-table th {
  background: #fafafa;
  font-weight: 600;
  color: #333;
}

table.results-table tbody tr:hover {
  background: #f9f9f9;
}

table.results-table td:first-child {
  text-align: left;
  font-weight: 500;
}

/* Narrower table variant for small tables */
table.results-table.narrow {
  max-width: 520px;
}

/* --- Lists inside content --- */
.content ol li,
.content ul li {
  margin-bottom: 0.35rem;
}

/* --- BibTeX --- */
#BibTeX pre {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  font-size: 0.88rem;
  overflow-x: auto;
}

/* --- Footer --- */
.footer {
  padding: 2rem 1.5rem;
}
