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

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

.publication-title {
  font-family: 'Google Sans', sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.publication-venue {
  color: #555;
  display: block;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}

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

.publication-affiliations {
  color: #555;
  margin-top: 0.35rem;
}

.author-block {
  display: inline-block;
  margin-right: 0.25rem;
}

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

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

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

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

.teaser-image {
  border-radius: 6px;
  margin: 0 auto 1.25rem;
  max-width: 900px;
  width: 100%;
}

.content {
  overflow-wrap: anywhere;
}

.subtitle {
  color: #444;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.55;
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.publication-figure {
  margin: 1.25rem auto 0;
}

.publication-figure img {
  border-radius: 6px;
  margin: 0 auto;
}

.reward-figure {
  max-width: 760px;
}

.benchmark-stats {
  align-items: center;
  margin-top: 1rem;
}

.results-table {
  font-size: 0.92rem;
}

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

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

.ours-row {
  background: #eef8f0 !important;
}

pre {
  border-radius: 6px;
  font-size: 0.88rem;
  overflow-x: auto;
}

.footer {
  padding: 3rem 1.5rem;
}

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

@media screen and (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    max-width: 100%;
    width: 100%;
  }

  .columns {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
  }

  .column {
    display: block !important;
    flex: none !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }

  .container.is-max-desktop {
    max-width: 100% !important;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100% !important;
  }

  .publication-title {
    font-size: 1.7rem !important;
    line-height: 1.16;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .publication-title,
  .publication-authors,
  .subtitle,
  .content,
  .title.is-3,
  .publication-figure,
  .teaser-image,
  .table-container {
    max-width: min(680px, calc(100vw - 2rem)) !important;
    margin-left: auto;
    margin-right: auto;
  }

  .is-size-5 {
    font-size: 0.94rem !important;
  }

  .author-block {
    margin-right: 0.1rem;
  }

  .content.has-text-justified {
    text-align: left !important;
  }

  .hero-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .subtitle {
    font-size: 1rem;
  }

  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .publication-links .button {
    margin-bottom: 0.35rem;
  }

  .publication-links .link-block {
    flex: 0 1 auto;
  }

  .publication-links .button {
    min-width: 9.25rem;
  }

  .results-table {
    font-size: 0.82rem;
  }
}
