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

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

.results-carousel video {
  margin: 0;
}

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

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











.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 340px;
}

.image-container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.equal-image {
  height: 250px;
  object-fit: cover;
}

.equal-image2 {
  height: 220px;
  object-fit: cover;
}

.carousel-caption {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}




.blink {
    animation: blinker 2s linear infinite;
    color: red;
    font-family: sans-serif;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}









  
.title-container {
      display: flex;
      align-items: center;
      gap: 12px;
    }

.title-container img {
      height: 120px;
      width: auto;
    }

.title-container h1 {
      margin: 0;
      font-size: 28px;
      font-weight: 600;
    }
  

.ranking-table {
      width: 100%;
      border-collapse: collapse;
      margin: 0rem 0;
      font-size: 0.9rem;
      border-bottom: 2px solid rgba(0, 0, 0, 0.13);
    }
    
.content .ranking-table thead th {
  background-color: #363636;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.ranking-table .rank-1 {
  background-color: #ffe08a ;
  font-weight: bold;
}

.ranking-table .rank-2 {
  background-color: #e8e8e8 ;
}

.ranking-table .rank-3 {
  background-color: #f5deb3 ;
}


.ranking-table tbody tr:hover, .rank-3:hover {
  background-color: hsl(182, 100%, 89%);
} 

  
  

.ranking-table caption {
      caption-side: bottom;
      padding: 10px;
      /* font-style: italic; */
      font-weight: bold;
      color: #666;
      text-align: center;
    }

.content .ranking-table td { 
    /* border: 1px solid #00000024; */
    padding: 0.5rem;
    text-align: center;
    vertical-align: middle; 
} 



.figure-grid3,
.figure-grid4,
.figure-grid4_2 {
  display: grid;
  gap: 20px;
  margin: 20px 0;
}

.figure-grid3 {
  grid-template-columns: repeat(3, 1fr);
}

.figure-grid4 {
  grid-template-columns: repeat(2, 1fr);
}

.figure-grid4_2 {
  grid-template-columns: repeat(4, 1fr);
}

.figure-item {
  text-align: center;
}

.figure-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}  
  
    
    

.figure-caption {
  margin-top: 10px;
  font-size: 0.9em;
  color: #555;
}


.figure-grid3 img, 
.figure-grid4_2 img
{
  width:  auto;
  height: 150px;
}


.ablation-table {
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 0.85em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}




.content .ablation-table th,
.content .ablation-table td {
  padding: 8px 10px;
  text-align: center;
  border: 1.5px solid #e5e5e5;
  vertical-align: middle; 
}


.content .ablation-table thead th {
  background-color: #363636;
  color: white;
}

.ablation-table .group-sep {
  border-right: 2px solid #363636;
}

.ablation-table caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
  color: #363636;
}
    

.title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.title-container img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.title-container h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 768px) {
  .figure-grid3,
  .figure-grid4,
  .figure-grid4_2 {
    grid-template-columns: 1fr;
  }
  
  .title-container {
    flex-direction: column;
  }
  
  .title-container h1 {
    font-size: 1.8rem;
  }
}
