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


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

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

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


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

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

.tiny-text {
  font-size: 12pt;
}

.very-tiny-text {
  font-size: 10pt;
}

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

.publication-authors {
    font-family: 'Google Sans', 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-authors {
  /*color: #4286f4;*/
}

.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;
  padding: 20px;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.fabrication-section {
  background: #ffffff;
}

.section-heading {
  margin-bottom: 1rem;
}

.feature-video {
  display: flex;
  justify-content: center;
  margin: 0 auto 2.5rem;
}

.feature-video video {
  width: min(100%, 900px);
  height: auto;
  display: block;
  background: #ffffff;
  border-radius: 8px;
}

.fabrication-image {
  margin: 0 auto 2.5rem;
  text-align: center;
}

.fabrication-image img {
  width: 100%;
  height: auto;
  display: block;
}

.ct-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

.ct-video-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem;
  background: #f7f8fa;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
}

.ct-video-card video {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: contain;
  background: #ffffff;
  border-radius: 6px;
}

.ct-video-card figcaption {
  color: #3f454f;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

@media (max-width: 768px) {
  .ct-video-grid {
    grid-template-columns: 1fr;
  }

  .ct-video-card {
    padding: 0.75rem;
  }
}
