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

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center; /* Center logos horizontally */
  gap: 20px; /* Even spacing between logos */
  flex-wrap: wrap; /* Allow wrapping on very small screens */
  margin: 1.2rem 0; /* Vertical breathing space */
}

.logo-container img {
  width: 240px; /* Desired width */
  height: auto; /* Keep aspect ratio */
  margin: 0; /* Reset margin, gap handles spacing */
}

/* Dataset carousels: make images smaller and consistently sized */
/* Unified dataset carousel styling */
.dataset-carousel {
  max-width: 680px;
  margin: 0 auto 1.75rem auto;
}

.dataset-carousel .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 340px; /* Fixed frame to avoid jump */
  padding: 0.5rem 0.75rem;
  box-sizing: border-box;
}

.dataset-carousel .item img {
  max-height: 240px; /* Smaller uniform image */
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  background: #fff;
  padding: 4px;
}

.dataset-carousel .subtitle {
  font-size: 0.75rem;
  margin-top: 0.35rem;
  line-height: 1.1;
}

/* Reserve vertical space and prevent pagination overlap */
.dataset-carousel.with-prompts {
  overflow: visible;
  padding-bottom: 2.5rem; /* space for dots if absolutely positioned */
}
.dataset-carousel.with-prompts .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.5rem;
  position: relative;
}
.dataset-carousel.with-prompts .prompt-wrapper {
  width: 100%;
  max-width: 520px;
  box-sizing: border-box;
  z-index: 5;
  position: relative;
}
.dataset-carousel.with-prompts .subtitle {
  margin-top: 0.4rem;
  font-size: 0.75rem;
}

/* Force pagination (dots) below prompts & avoid overlap */
.carousel.results-carousel .carousel-pagination,
.carousel.results-carousel .carousel-navigation,
.carousel.results-carousel .pagination {
  position: relative !important;
  bottom: auto !important;
  margin-top: 0.75rem;
  z-index: 1;
}

/* If plugin uses absolute positioning with .is-overlay */
.carousel.results-carousel .is-overlay.carousel-pagination {
  position: relative !important;
}

/* Optional smaller dot size to reduce visual clutter */
.carousel.results-carousel .carousel-pagination .pagination-list li a,
.carousel.results-carousel .pagination-list li .pagination-link {
  width: 6px;
  height: 6px;
  min-width: 6px;
  min-height: 6px;
}

/* Prompt styles */
.prompt-wrapper {
  margin-top: 0.4rem;
  text-align: left;
  padding: 0.45rem 0.55rem;
  background: #f5f5f5;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  font-size: 0.7rem;
  line-height: 1.15;
}
.prompt-wrapper.prompt-error {
  background:#fff3f3;
  border-color:#f0c4c4;
  color:#a33;
}

/* Always visible prompt list */
.prompt-list-all {
  list-style: disc outside;
  margin: 0 0 0 1rem;
  padding: 0;
  font-size: 0.65rem;
  line-height: 1.3;
}
.prompt-list-all li + li {
  margin-top: 0.3rem;
}

.abstract-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 400px;
}

.abstract-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Ensure columns have equal height */
.columns.is-vcentered {
  align-items: stretch;
}

.columns.is-vcentered .column {
  display: flex;
  flex-direction: column;
}

.columns.is-vcentered .column .content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .dataset-carousel .item { height: 300px; }
  .dataset-carousel .item img { max-height: 200px; }
}


