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

/* Acceptance highlight (kept centered, matches original layout) */
.venue-accepted {
  margin-top: 0.6rem;
  font-weight: 600;
  color: #1b5e38;
}
.venue-accepted a {
  color: #1b5e38;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.venue-accepted a:hover {
  color: #227a48;
}
.venue-accepted .tag-accepted {
  display: inline-block;
  background: #e8a33d;
  color: #3a2a09;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.18rem 0.55rem;
  border-radius: 6px;
  margin-right: 0.5rem;
  vertical-align: middle;
}




/* --- TRAPS page additions --- */
.author-list {
  margin-bottom: 0.75rem;
  line-height: 1.8;
}

.publication-links {
  margin-top: 1rem;
}

.publication-image {
  margin-bottom: 1rem;
}

.publication-image img {
  border-radius: 4px;
}

.description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4a4a4a;
  text-align: justify;
  margin-top: 0.5rem;
}

.teaser img {
  border-radius: 4px;
}

.team-links {
  margin-top: .35rem;
  line-height: 1;
}

.team-links a {
  border-bottom: none;
  margin: 0 .3rem;
  color: #363636;
}

.team-links a:hover {
  color: #1f77b4;
}

/* Under-review status line (same shape as .venue-accepted) */
.venue-review {
  margin-top: 0.6rem;
  font-weight: 600;
  color: #33415c;
}
.venue-review .tag-review {
  display: inline-block;
  background: #d7dee8;
  color: #26324a;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.18rem 0.55rem;
  border-radius: 6px;
  margin-right: 0.5rem;
  vertical-align: middle;
}
