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

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

/* ---------- HERO ---------- */
.hero-body {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}

.publication-title {
  font-size: 2.4rem !important;
  line-height: 1.25;
  margin-bottom: 1.2rem !important;
}

.publication-venue {
  color: #363636;
  font-weight: 500;
  margin-bottom: 1.4rem;
}

.publication-authors {
  font-family: 'Google Sans', sans-serif;
  margin-bottom: 0.9rem;
}

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

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

.author-block {
  display: inline-block;
  margin: 0 3px;
}

.publication-affiliations {
  color: #4a4a4a;
  line-height: 1.55;
  margin-bottom: 1.6rem;
  font-size: 0.95rem;
}

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

.publication-links .link-block {
  display: inline-block;
  margin: 4px 3px;
}

.external-link.button {
  background-color: #363636;
  border-color: transparent;
  color: #fff !important;
}

.external-link.button:hover {
  background-color: #1f1f1f;
}

.external-link.is-disabled {
  opacity: 0.55;
  pointer-events: none;
}

/* ---------- TEASER ---------- */
.teaser {
  background-color: #fafafa;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

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

.teaser video,
.teaser img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  border-radius: 6px;
  background: #000;
}

.teaser .subtitle {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin-top: 1.6rem;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.dnerf {
  font-variant: small-caps;
  font-weight: 700;
  color: hsl(204, 86%, 43%);
}

/* ---------- FIGURES ---------- */
.section img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
}

.section .title.is-4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #363636;
  margin-bottom: 0.8rem !important;
}

.content p {
  line-height: 1.7;
  color: #4a4a4a;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-5 {
  margin-top: 1.6rem !important;
}

/* ---------- TABLES ---------- */
.result-table {
  font-size: 0.88rem;
  background-color: #fff;
}

.result-table thead th {
  color: #363636;
  border-bottom-width: 2px;
  vertical-align: middle;
}

.result-table td,
.result-table th {
  vertical-align: middle;
}

.result-table .is-selected-row {
  background-color: #f0f7fc;
}

.table-container {
  margin-bottom: 1.5rem;
}

/* ---------- BIBTEX ---------- */
#BibTeX pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  font-size: 0.85rem;
  line-height: 1.55;
  overflow-x: auto;
}

/* ---------- FOOTER ---------- */
.footer {
  background-color: #fafafa;
  border-top: 1px solid #ededed;
  padding: 2.5rem 1.5rem;
}

.footer a {
  color: hsl(204, 86%, 43%);
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 1.7rem !important;
  }
  .publication-affiliations {
    font-size: 0.82rem;
  }
  .result-table {
    font-size: 0.74rem;
  }
}
