body {
  font-family: 'SUIT', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #4a4a4a;
  background-color: #fcfcfc;
}

p {
  margin-bottom: 1.5rem;
}

.title,
.subtitle,
.publication-title {
  font-weight: 800 !important;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.subtitle {
  font-weight: 600 !important;
  color: #4a4a4a;
  margin-top: 1rem !important;
}


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

.link-block a {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 30px !important;
  padding: 10px 25px !important;
  color: #4a4a4a !important;
  font-weight: 600;
  transition: all 0.3s ease;
  height: auto !important;
}

.link-block a:hover {
  background-color: #1a1a1a;
  color: #fff !important;
  border-color: #1a1a1a;
  transform: translateY(-2px);
}

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

.rq-box {
  background-color: #f9f9f9;
  border-left: 5px solid #4a4a4a;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rq-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.rq-box .icon {
  color: #4a4a4a;
  margin-right: 1rem;
  font-size: 1.5rem;
}

.rq-box .title.is-5 {
  margin-bottom: 0.5rem;
}

.tldr-box {
  background-color: #f5f7fa;
  border: 1px solid #e1e4e8;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  position: relative;
}

.dnerf {
  font-variant: small-caps;
}


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

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




.publication-banner {
  max-height: parent;

}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
  border-radius: 15px;
}


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

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

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

.publication-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

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

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

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




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


.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}


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

.interpolation-panel .interpolation-image {
  width: 100%;
  border-radius: 5px;
}


.interpolation-panel .slider {
  margin: 0 !important;
}

.interpolation-panel .slider {
  margin: 0 !important;
}

#interpolation-image-wrapper {
  width: 100%;
}

#interpolation-image-wrapper img {
  border-radius: 10px;
}

/* General Image/Video Styling */
img,
video {
  border-radius: 12px;
}

/* Section Spacing */
section.section {
  padding: 4rem 1.5rem;
}


/* Button Styling */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
  transition: all 0.2s ease;
}

.button.is-dark:hover {
  background-color: #1a1a1a;
}