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



/* === STITCH extra section styling === */
.section-title {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.token-legend {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  margin: 0.25rem 0.75rem 0.25rem 0;
  white-space: nowrap;
}

.badge {
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.badge-text   { background: #ffb347; color: #5a3600; }   /* orange */
.badge-speech { background: #ff6b6b; color: #5a0000; }   /* red */
.badge-reason { background: #6fa8ff; color: #002e66; }   /* blue */

.inline-chunks {
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
  background: #f7f7f7;
  padding: 0.75rem 0.9rem;
  border-radius: 6px;
  overflow-x: auto;
  line-height: 1.4;
  border: 1px solid #e3e3e3;
}

.process-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin: 0.75rem 0 1.25rem;
}

.flow-box {
  position: relative;
  padding: 0.6rem 0.9rem 0.75rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #dedede;
  min-width: 150px;
  flex: 0 0 auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.flow-box.reason { border-color: #6fa8ff; box-shadow: 0 2px 6px rgba(111,168,255,0.25); }
.flow-box.speech { border-color: #ff6b6b; box-shadow: 0 2px 6px rgba(255,107,107,0.25); }
.flow-box.text   { border-color: #ffb347; box-shadow: 0 2px 6px rgba(255,179,71,0.25); }

.arrow {
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0.65;
}

.note-box {
  background: #f0f7ff;
  border: 1px solid #c6e0ff;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.performance-callout {
  background: linear-gradient(135deg,#ffe8d2,#fff1e8);
  border: 1px solid #ffcda1;
  padding: 0.9rem 1.1rem;
  border-radius: 8px;
  font-size: 0.9rem;
  margin: 1.1rem 0;
}

.small-muted {
  font-size: 0.75rem;
  opacity: 0.7;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hr-tight {
  margin: 2.2rem 0 1.5rem;
  height: 1px;
  background: linear-gradient(to right,#ddd,#f7f7f7);
  border: none;
}
