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

.publication-title,
.publication-authors,
.publication-venue,
.teaser {
  font-family: "Google Sans", sans-serif;
}

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

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

.publication-authors a:hover,
.resource-table a:hover,
.content a:hover {
  text-decoration: underline;
}

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

.publication-author-list {
  font-weight: 600;
  white-space: nowrap;
}

.publication-affiliations {
  margin-top: 0.8rem;
  line-height: 1.55;
  white-space: nowrap;
}

.publication-affiliations .author-block + .author-block {
  margin-left: 1.25rem;
}

.publication-notes {
  margin-top: 0.45rem;
  line-height: 1.45;
  white-space: nowrap;
}

.publication-venue {
  margin-top: 0.5rem;
  color: #555;
  font-weight: 600;
}

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

.link-block .icon {
  font-size: 1rem;
}

.link-block .brand-icon {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
}

.project-video-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto !important;
}

.project-video-inner > .column {
  padding: 0.75rem;
}

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

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

.title-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.title-with-lines::before,
.title-with-lines::after {
  flex: 1;
  height: 1px;
  content: "";
  background: #ccc;
}

.tl-dr {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.6;
}

.framework-figure {
  width: 100%;
  margin-bottom: 1.5rem;
}

.content {
  font-size: 17px;
}

.content h3 {
  margin-top: 2.2rem;
  margin-bottom: 0.8rem;
}

.content p {
  margin-bottom: 1.1rem;
}

.resource-table {
  margin-top: 1.5rem;
}

.resource-table td {
  vertical-align: middle;
}

.resource-table td:last-child {
  text-align: right;
}

.resource-table a {
  color: hsl(204, 86%, 53%);
}

pre {
  overflow-x: auto;
  border-radius: 5px;
  background: #f5f5f5;
}

pre code {
  color: #333;
  font-size: 0.9rem;
}

.footer {
  margin-top: 3rem;
  padding: 3rem 1.5rem;
}

.footer p {
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 768px) {
  .hero-body {
    padding: 3rem 1.5rem 2rem;
  }

  .publication-title {
    font-size: 2rem !important;
  }

  .content {
    font-size: 16px;
  }

  .title-with-lines {
    gap: 0.55rem;
  }

  .resource-table td:last-child {
    text-align: left;
  }
}
