body {
  font-family: "Noto Sans", sans-serif;
  color: #1f1f1f;
  background: #ffffff;
}

.publication-title {
  font-family: "Google Sans", sans-serif;
  line-height: 1.25;
}

.title-accent {
  color: rgb(61, 117, 168);
  font-family: Georgia, serif;
}

.paper-video,
.figure-panel img {
  width: 100%;
  height: auto;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background: #ffffff;
}

.figure-panel {
  margin: 1.25rem auto 0.75rem;
}

.paper-text {
  font-size: 1rem;
}

.block-caption {
  margin-top: 0.75rem;
  color: #666666;
  font-size: 0.95rem;
}

.tldr-box {
  padding: 1.25rem 1.5rem;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fafafa;
}

.tldr-box .title {
  margin-bottom: 0.75rem;
}

.tldr-box ul {
  margin-top: 0.5rem;
}

.single-line-title {
  white-space: nowrap;
  font-size: 2.1rem !important;
}

.section-light {
  background: #fafafa;
}

.movie-card {
  height: 100%;
  padding: 1rem;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  background: #ffffff;
}

.movie-text {
  margin-top: 0.85rem;
  color: #555555;
  font-size: 0.95rem;
}

.footer {
  padding-bottom: 2rem;
}

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

  .single-line-title {
    font-size: 1.4rem !important;
  }

  .publication-links .button {
    width: 100%;
    justify-content: center;
  }

  .link-block {
    display: block;
    margin: 0 0 0.75rem;
  }
}
