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

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

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

.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-authors a {
  color: hsl(204, 86%, 53%) !important;
}

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

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

.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: bold;
}

.publication-banner img {
  max-width: 100%;
}

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

.interpolation-panel {
  background: #f5f5f5;
  border-radius: 10px;
}

/* Custom styles for Pain in 3D */
.hero.teaser img {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

section img {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.box {
  transition: box-shadow 0.3s ease;
}

.box:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

pre {
  border-radius: 8px !important;
  background-color: #282c34 !important;
  color: #abb2bf !important;
  padding: 1.25rem !important;
  overflow-x: auto;
}

pre code {
  color: #abb2bf !important;
  background: none !important;
  padding: 0 !important;
  font-size: 0.875rem;
  line-height: 1.6;
}

footer.footer {
  padding: 2rem 1.5rem;
}
