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

.container.is-max-desktop {
  max-width: 1080px !important;
}

.navbar {
  border-bottom: 1px solid #ededed;
}

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

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

.dnerf {
  font-variant: small-caps;
}

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

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

.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-size: 2.5rem !important;
  line-height: 1.18;
  margin-bottom: 0.65rem !important;
}

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

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
  font-size: 1.45rem;
  margin: 0 auto 1rem;
}

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

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

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

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

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 10px !important;
}

.publication-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-tagline {
  max-width: 840px;
  margin: 1.5rem auto 0;
  color: #4a4a4a;
  font-size: 1.1rem;
  line-height: 1.75;
}

.pdf-panel {
  display: inline-block;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.06);
}

.teaser-panel {
  height: auto;
}

.method-panel {
  height: auto;
}

.figure-image {
  display: block;
  width: 100%;
  height: auto;
}

.pdf-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

.qualitative-tabs {
  margin-bottom: 1.25rem !important;
}

.qualitative-tab-content {
  display: none;
}

.qualitative-tab-content.is-active {
  display: block;
}

.qual-grid {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.qual-item h3 {
  margin-bottom: 0.5rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.qual-image-shell {
  overflow: hidden;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  background: #fff;
}

.qual-image {
  display: block;
  width: 100%;
  height: auto;
}

.content ul {
  margin-left: 1.2rem;
}

.subtitle.has-text-centered {
  margin-top: 1.25rem;
}

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

  .hero-tagline {
    font-size: 1rem;
  }
}
