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 Finding cards ─────────────────────────────── */
.finding-card {
  background: white;
  border-radius: 8px;
  padding: 1.5rem 1.75rem;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  border-top: 4px solid #3273dc;
}
.finding-card .finding-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.65rem;
  color: #222;
}

/* ── Theorem / Example / Corollary blocks ──────────── */
.theorem-block {
  border-left: 4px solid #2f6fd6;
  background: #f0f5ff;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 6px 6px 0;
}
.theorem-block .block-label {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2f6fd6;
  margin-bottom: 0.55rem;
}
.example-block {
  border-left: 4px solid #c48a00;
  background: #fffbf0;
  padding: 1rem 1.5rem;
  margin: 0.75rem 0 1.5rem 0;
  border-radius: 0 6px 6px 0;
}
.example-block .block-label {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c48a00;
  margin-bottom: 0.55rem;
}
.corollary-block {
  border-left: 4px solid #8e44ad;
  background: #faf0ff;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0 6px 6px 0;
}
.corollary-block .block-label {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8e44ad;
  margin-bottom: 0.55rem;
}
.divergence-callout {
  background: #fff9e6;
  border: 2px solid #f5a623;
  border-radius: 8px;
  padding: 1.1rem 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #333;
}
.theorem-heading {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #222;
  margin: 2rem 0 0.75rem 0;
}

/* ── MIMIC-III results table ───────────────────────── */
.mimic-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0;
}
.mimic-table {
  font-size: 0.88rem;
  min-width: 720px;
}
.mimic-table th {
  background: #f5f5f5;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.82rem;
  text-align: center;
}
.mimic-table td {
  text-align: center;
}
.mimic-table td.group-label {
  text-align: left;
  font-weight: 600;
}
.mimic-table .is-negative {
  color: #cc0f35;
  font-weight: 600;
}
.mimic-table .row-minimal {
  background: #fafafa;
  font-style: italic;
}

/* ── Hypothesis test display ───────────────────────── */
.hyp-box {
  display: flex;
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
}
.hyp-item {
  flex: 1;
  min-width: 260px;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 1rem 1.25rem;
  border-left: 3px solid #888;
}
.hyp-item.h0 { border-left-color: #cc0f35; }
.hyp-item.h1 { border-left-color: #23a566; }
.hyp-item .hyp-label {
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}
.hyp-item.h0 .hyp-label { color: #cc0f35; }
.hyp-item.h1 .hyp-label { color: #23a566; }

/* ── "On this page" sidebar ────────────────────────── */
.page-toc {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 158px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.10);
  padding: 1rem 1rem 0.75rem 1rem;
  z-index: 200;
  display: none;
}
@media (min-width: 1380px) {
  .page-toc { display: block; }
}
.page-toc .toc-heading {
  font-family: 'Google Sans', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 0.6rem;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #eee;
}
.page-toc a {
  display: block;
  font-size: 0.80rem;
  color: #666;
  padding: 0.28rem 0 0.28rem 0.6rem;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.18s, border-color 0.18s;
  line-height: 1.35;
}
.page-toc a:hover {
  color: #3273dc;
  border-left-color: #c8d8f8;
}
.page-toc a.toc-active {
  color: #3273dc;
  font-weight: 600;
  border-left-color: #3273dc;
}

