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

/* Key-findings cards (ESI-Bench-style) */
.findings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .findings-grid {
    grid-template-columns: 1fr;
  }
}
.finding-card {
  background: #ffffff;
  border: 1px solid #e6ebf0;
  border-left: 5px solid #0088cc;
  border-radius: 8px;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.finding-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.finding-card .finding-hook {
  font-family: 'Google Sans', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  color: #0088cc;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}
.finding-card .finding-title {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.55rem;
}
.finding-card .finding-body {
  font-size: 0.94rem;
  color: #444;
  line-height: 1.55;
  text-align: left;
}
.finding-card.accent-purple  { border-left-color: #6f42c1; }
.finding-card.accent-purple  .finding-hook { color: #6f42c1; }
.finding-card.accent-teal    { border-left-color: #2ca58d; }
.finding-card.accent-teal    .finding-hook { color: #2ca58d; }
.finding-card.accent-orange  { border-left-color: #e07a1f; }
.finding-card.accent-orange  .finding-hook { color: #e07a1f; }
.finding-card.accent-red     { border-left-color: #c0392b; }
.finding-card.accent-red     .finding-hook { color: #c0392b; }
.finding-card.accent-navy    { border-left-color: #060270; }
.finding-card.accent-navy    .finding-hook { color: #060270; }

/* Shrink the dataset-examples carousel */
.examples-shrink {
  max-width: 1080px;
  margin: 0 auto;
}
.examples-shrink .results-carousel .item img {
  max-height: 640px;
  width: auto;
  display: block;
  margin: 0 auto;
}



