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

.results-carousel {
  max-width: 1087px; /* Adjust this value as needed */
  width: 90%;
  margin: 0 auto;
  position: relative;
}

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

section.hero{
  padding-top:50px !important;
}

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

.publication-banner img {
}

.publication-authors {
  /*color: #4286f4;*/
}

.publication-authors-affiliation{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1rem !important;
  .publication-avenu{
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
    font-size: 1.25rem !important;
    font-weight: bold;
  }
}


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

.results-carousel video {
  margin: 0;
}

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

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

.highlight-badge {
  background-color: gold;
  color: black;
  padding: 4px 20px !important;
  max-width: 190px !important;
  border-radius: 9999px;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .highlight-badge {
    display: block;
    margin: 0.5rem auto;
    width: auto;
    max-width: 90%; /* optional: make it responsive */
    text-align: center;
  }
}


  .lead-container{ 
    .title{
      font-size: 2rem;
      line-height: 1.2;
      font-weight: 600;
      margin-bottom: 0.5rem !important;
    }
    /* max-width: 70ch; */
    p {
      margin-bottom: 0.3rem !important;
      font-size: 1rem;
    }
    p.note {
      color:#969696
    }
  }

  .content{
    p.note {
      color:#969696
    }
  }

  /* .lead-text {
    font-size: clamp(1rem, 1.6vw + 1rem, 1.7rem);
    line-height: 1.6;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0.3rem !important;
  }
  .lead-detail {
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
  }
  .note {
    font-size: 0.95rem;
    color: #4a4a4a;
  }
  .sr-only {
    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden; clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; border: 0; padding: 0; margin: -1px;
  }


 */

 .image-container{
  display: flex;
  justify-content: center;
  align-items: center;

  img{
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    /* border-radius: 10px; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  }
 }

 .image-container.small-width{
  img{
    max-width: 75%;
  }
 }

 .navbar {
  width: 100vw !important;
  max-width: none !important; /* remove any max-width applied by @media */
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: fixed;
  
  .button{
    border-radius: 50px;
    padding: 0px 20px;
    margin-left: 10px;
  }
}