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

/* Reward Hacking Cases Carousel Styles */
#hack-cases-carousel {
    position: relative;
    min-height: 500px;
    overflow: hidden;
}

#hack-cases-carousel .carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

#hack-cases-carousel .carousel-item.is-active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    z-index: 2;
}

#hack-cases-carousel .carousel-item.slide-out-left {
    transform: translateX(-100%);
    opacity: 0;
}

#hack-cases-carousel .carousel-item.slide-in-right {
    transform: translateX(100%);
    opacity: 0;
}

.case-box {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
}

.case-box:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.case-header {
    border-bottom: 1px solid #e0e0e0;
}

.case-content h5 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.case-content > div {
    margin-bottom: 1.5rem;
}

.case-content > div:last-child {
    margin-bottom: 0;
}

.carousel-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
}

.carousel-navigation button {
    transition: all 0.3s ease;
}

.carousel-navigation button:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.carousel-navigation button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.carousel-navigation button:disabled:hover {
    background-color: transparent;
    border-color: #dbdbdb;
    color: #7a7a7a;
    transform: none;
    box-shadow: none;
}

#case-counter {
    color: #4a4a4a;
    font-size: 1rem;
    min-width: 60px;
    text-align: center;
    font-weight: 600;
    transition: color 0.3s ease;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    #hack-cases-carousel {
        min-height: 600px;
    }
    
    .case-content {
        padding: 1rem !important;
    }
    
    .case-content > div {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    .carousel-navigation {
        flex-direction: column;
        gap: 1rem;
    }
    
    .carousel-navigation button {
        width: 120px;
    }
}

/* Image description styling */
.image-description {
    font-style: italic;
    color: #666;
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.4;
}



