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

:root {
  /* is-max-desktop (960px) minus hero-body horizontal padding (1.5rem * 2). */
  --fig1-width: 912px;
  --content-width: 880px;
  --caption-size: 1rem;
}

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

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

.button-placeholder {
  margin-top: 5px;
  margin-bottom: 5px;
  opacity: 0.42;
  filter: grayscale(28%);
  cursor: not-allowed;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.publication-venue {
  color: #4a4a4a;
  font-weight: 700;
  margin-top: 0.75rem;
  margin-bottom: 0.35rem;
  font-family: 'Google Sans', sans-serif;
}

.publication-status {
  font-weight: 600;
  font-style: italic;
}

.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%;
}

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

.figure-caption {
  margin-top: 0.9rem;
  font-size: var(--caption-size);
  line-height: 1.45;
  color: #5b5b5b;
  font-family: 'Noto Sans', sans-serif;
}

.teaser-long-caption {
  margin: 0.35rem auto 0;
  max-width: var(--fig1-width);
  font-size: var(--caption-size);
  line-height: 1.45;
  text-align: justify;
  text-align-last: left;
}

.fig1-width {
  max-width: var(--fig1-width);
  margin-left: auto;
  margin-right: auto;
}

.match-fig1-width {
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}

.method-figure-block + .method-figure-block {
  margin-top: 2rem;
}

.method-section > .title.is-3 {
  margin-bottom: 1.5rem;
}

.dataset-section > .title.is-3 {
  margin-bottom: 1.5rem;
}

.dataset-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  align-items: center;
}

.motivation-image {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#teaser-image {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 1024px) {
  .project-title {
    white-space: nowrap;
    letter-spacing: -0.01em;
    font-size: 2.5rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .project-title {
    white-space: normal;
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 768px) {
  .dataset-grid {
    grid-template-columns: 1fr;
  }
}
