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


.publication-title {
}

.publication-banner {
  max-height: parent;

}

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

.publication-header .hero-body {
}

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

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

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

.author-block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 30px;
}

.publication-banner img {
}

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

.publication-body img {
}

.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-video-column {
}

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

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

#interpolation-image-wrapper {
  width: 100%;
}
#interpolation-image-wrapper img {
  border-radius: 5px;
}


.has-bg-img { 
  background: url('/static/images/toss.jpeg')center center;
   background-size:cover; }



.overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4); /* 40% opacity black */
z-index: 1; /* Make sure it's behind the text */
transition: opacity 1.0s;
}
  
.hero-body,
.hero-head,
.hero-foot {
  z-index: 2; /* Ensure text is above the overlay */
  transition: opacity 1.0s;
}

/* Sidebar navigation */
.sidebar-nav {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  max-width: 140px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.sidebar-nav.visible {
  opacity: 1;
  pointer-events: auto;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid #ccdcf2;
}

.sidebar-nav li {
  margin-bottom: 0;
}

.sidebar-nav a {
  display: block;
  padding: 5px 0 5px 10px;
  color: #8badd6;
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: 'Google Sans', sans-serif;
  transition: color 0.2s ease, border-color 0.2s ease;
  border-left: 2px solid transparent;
  margin-left: -2px;
}

.sidebar-nav a:hover {
  color: #3b82c4;
}

.sidebar-nav a.active {
  color: #3578c4;
  font-weight: 600;
  border-left-color: #3578c4;
}

@media screen and (max-width: 1100px) {
  .sidebar-nav {
    display: none;
  }
}

section:not(.hero) video {
  display: block;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section:not(.hero) video:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
}

#team .team-desktop-row {
  justify-content: center !important;
  gap: 24px;
}

#team .team-desktop-row .author-block {
  margin: 0 !important;
  width: 165px;
}

@media screen and (max-width: 768px) {
  .hero.is-fullheight.video {
    position: relative;
    overflow: hidden;
  }

  .hero.is-fullheight.video > .hero-video.is-hidden-mobile {
    display: none !important;
  }

  .hero.is-fullheight.video > .hero-video.is-hidden-tablet.is-inline-block-mobile {
    display: block !important;
  }

  .hero.is-fullheight.video .hero-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
  }

  .hero.is-fullheight.video .hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #team .team-affiliations {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 12px !important;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  #team .team-mobile-authors {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 8px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    align-items: start;
  }

  #team .team-mobile-authors .author-block {
    margin: 0;
    width: 100%;
    max-width: 180px;
  }

  #team .team-mobile-authors .author-block > span {
    font-size: 0.95rem;
    line-height: 1.25;
  }

  #team .team-mobile-authors .author-block:last-child {
    grid-column: 1 / -1;
  }
}