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

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

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

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

.publication-venue {
  color: #363636;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.link-block a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

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

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

.interpolation-image {
  width: 100%;
  border-radius: 4px;
}

.table thead th {
  background-color: #363636;
  color: white;
  font-weight: 600;
  white-space: nowrap;
}

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

.table td:first-child, .table th:first-child {
  text-align: left;
}

.table tr.is-selected {
  background-color: #ebf5fb;
  color: #1a1a2e;
}

.table tr.is-selected td {
  color: #1a1a2e;
  border-color: #d4e6f1;
}

.table tr.has-text-danger td {
  color: #cc3333;
}

.table-container {
  overflow-x: auto;
}

section.section {
  padding: 3rem 1.5rem;
}

svg {
  overflow: visible;
}

h4.title.is-4 {
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #eee;
}

.box {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.box .content {
  flex: 1;
}

.box h4.title.is-5 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-bottom: 0;
  border-bottom: none;
  color: #1e3c72;
  font-family: 'Google Sans', sans-serif;
}

#BibTeX pre {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 1.5rem;
  font-size: 0.85rem;
}

.footer {
  padding: 2rem 1.5rem;
}

.footer .icon-link {
  font-size: 1.5rem;
  margin: 0 0.5rem;
  color: #363636;
}

.footer .icon-link:hover {
  color: #4a6cf7;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 1.75rem !important;
  }

  .table {
    font-size: 0.8rem;
  }
}
