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

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

.hero:not(.teaser) .hero-body {
  padding-top: 0.7rem;
}

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

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

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

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

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

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

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

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

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

.paper-figure {
  display: block;
  width: 100%;
  height: auto;
  max-width: 900px;
  margin: 0.75rem auto;
}

.paper-figure.half {
  max-width: 480px;
}

.container.is-max-desktop > .columns + .columns {
  margin-top: 3rem;
}

.results-video-row {
  margin-top: 1.25rem !important;
}

.results-video-row + .columns {
  margin-top: 0.4rem !important;
}

.paper-figure + p,
.paper-figure.half + p,
.video-slider + p,
.column.is-four-fifths .content > p,
.column.is-four-fifths p.is-size-6 {
  text-align: left !important;
}

.video-slider {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.video-slider .slides {
  display: flex;
  transition: transform 0.35s ease-in-out;
}

.video-slider .slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 6px;
}

.video-slider video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.video-slider .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-slider .prev {
  left: 12px;
}

.video-slider .next {
  right: 12px;
}

.video-slider .control:focus {
  outline: 2px solid #fff;
}

@media (max-width: 600px) {
  .video-slider {
    max-width: 100%;
  }

  .video-slider .control {
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
}
