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

.navbar {
  min-height: 3.25rem;
}

.navbar-brand {
  margin-left: max(0.5rem, calc((100vw - 1152px) / 2));
}

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

.link-block a,
.link-block .button {
  margin: 5px 2px;
}

.coming-soon {
  cursor: default;
  color: #777;
}

.pixsds {
  font-variant: small-caps;
  font-weight: 600;
}

.publication-header .hero-body {
  padding-bottom: 2rem;
}

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

.publication-title {
  line-height: 1.15;
}

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

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

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

.publication-venue {
  margin-top: 0.45rem;
  color: #555;
  font-weight: bold;
}

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

.teaser .subtitle {
  margin: 1.5rem auto 0;
  max-width: 860px;
  line-height: 1.5;
}

.figure-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 2rem;
  border: 2px dashed #c8c8c8;
  border-radius: 10px;
  background-color: #fafafa;
  color: #777;
  text-align: center;
}

.figure-placeholder .icon {
  margin-bottom: 0.5rem;
  color: #999;
}

.figure-placeholder strong {
  color: #444;
}

.figure-placeholder code {
  color: hsl(204, 86%, 43%);
  background: transparent;
  padding: 0;
}

.teaser-placeholder {
  min-height: 420px;
}

.method-section {
  padding-top: 1.5rem;
}

.method-intro,
.results-copy {
  max-width: 850px;
  margin: 0 auto 1.5rem;
}

.method-placeholder {
  min-height: 380px;
  margin: 1.5rem 0 2rem;
}

.method-steps {
  margin-top: 1rem;
}

.method-steps .column {
  padding: 1.5rem;
}

.method-steps .column + .column {
  border-left: 1px solid #ddd;
}

.results-section .hero-body {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.results-placeholder {
  min-height: 470px;
  background-color: #fff;
}

.figure-caption {
  margin: 1rem auto 0;
  max-width: 800px;
  color: #666;
  font-size: 0.95rem;
  text-align: center;
}

.result-block {
  margin-top: 2rem;
}

.result-card-placeholder {
  min-height: 340px;
  margin-bottom: 1rem;
}

.result-block .content > p {
  color: #555;
}

.ablation-block {
  margin-top: 3rem;
}

.ablation-placeholder {
  min-height: 360px;
}

#BibTeX pre {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .navbar-brand {
    margin-left: 0;
  }

  .navbar-menu.is-active {
    display: none;
  }

  .publication-title {
    font-size: 2.35rem !important;
  }

  .teaser-placeholder,
  .method-placeholder,
  .results-placeholder,
  .result-card-placeholder,
  .ablation-placeholder {
    min-height: 250px;
  }

  .method-steps .column + .column {
    border-left: 0;
    border-top: 1px solid #ddd;
  }
}
