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


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



.publication-banner {
  max-height: parent;

}

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


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

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

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

/* Angle & Orientation carousel pagination adjustments */
#angle-orientation-carousel {
  position: relative;
}

/* Put dots in normal document flow below the figure instead of overlaying (actual class names: slider-pagination/slider-page) */
#angle-orientation-carousel .slider-pagination {
  position: static !important; /* stop absolute overlay */
  display: flex !important;
  justify-content: center;
  gap: 6px;
  margin-top: 0.6rem;
  margin-bottom: 0.25rem;
  padding: 0;
  z-index: 1; /* keep above background */
}

/* Ensure figure + caption have spacing before dots are inserted */
#angle-orientation-carousel .item figure { margin: 0 0 0.25rem 0; }
#angle-orientation-carousel .item figcaption { margin-top: 0.5rem; }

/* Dot styling */
#angle-orientation-carousel .slider-pagination .slider-page {
  background-color: rgba(0,0,0,0.35) !important;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
#angle-orientation-carousel .slider-pagination .slider-page.is-active {
  background-color: #3273dc !important;
}

/* Fallback for earlier selector attempts (if plugin outputs .carousel-pagination) */
#angle-orientation-carousel .carousel-pagination { position: static !important; }



