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


/* Make ONLY the title span the full viewport width even inside a .container */
.publication-title {
  display: block;
  width: 70vw;          /* take the whole viewport */
  max-width: 70vw;
  text-align: center;    /* optional */
  white-space: normal;   /* allow wrapping */
  line-height: 1.15;     /* tweak if needed */
}





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






/* ======== team styles */
.team-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem; /* spacing between members */
  flex-wrap: wrap; /* wrap on smaller screens */
}
.team-member {
  text-align: center;
}
.team-member img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5rem auto; /* center + spacing */
}
.team-member a {
  text-decoration: none;
  color: #3273dc; /* Bulma blue */
  font-size: 0.95rem;
  font-weight: 500;
}
.team-member a:hover {
  text-decoration: underline;
}

.aff-logo {
  height: 1em;        /* keeps logo inline with text */
  /* vertical-align: middle; */
  margin-left: 2px;   /* small spacing */
}
.publication-venue {
  color: #555;
  width: fit-content;
  font-weight: 700;    /* slightly bolder */
  letter-spacing: .2px;
}


/* ===============================
   Enhancements: Button Hover + Image Shadows
   =============================== */

/* Buttons (Bulma default .button + variants) */
.button {
  transition: background-color .25s ease, box-shadow .25s ease, transform .15s ease;
}

/* Dark button hover – slightly lighter/different tone */
.button.is-dark:hover {
  background-color: #444;   /* rgb(68,68,68) – darker neutral */
  box-shadow: 0 6px 14px rgba(0,0,0,.15);
  transform: translateY(-1px);
}

/* Primary (blue) button hover */
.button.is-primary:hover {
  background-color: #3273dc; /* tweak Bulma blue */
  box-shadow: 0 6px 14px rgba(50,115,220,.25);
  transform: translateY(-1px);
}

/* Accent buttons (if used) */
.button.is-accent:hover {
  background-color: #d27d8e; /* rose accent tone */
  box-shadow: 0 6px 14px rgba(210,125,142,.25);
  transform: translateY(-1px);
}

/* Active click feedback */
.button:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0,0,0,.15);
}

/* ===============================
   Image Shadows (all images)
   =============================== */
/* figure.image img,
.team-member img,
.publication-video iframe,
.results-carousel .item img {
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  transition: box-shadow .25s ease, transform .2s ease;
} */

/* Optional hover lift on images */
figure.image img:hover,
.team-member img:hover,
.results-carousel .item img:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
  transform: translateY(-2px);
}

/* ===============================
   Compact Footer (single line strip)
   =============================== */
.footer {
  background: #f5f5f5;         /* light gray line (can tweak) */
  border-top: 1px solid #ddd;  /* thin border at top */
  padding: 0.5rem 0;           /* minimal height */
  font-size: 0.75rem;          /* smaller text */
  text-align: center;
}

.footer .content p {
  margin: 0;                   /* remove extra spacing */
  color: #666;                 /* softer gray text */
  line-height: 1.2;
}

/* ===============================
   Logo Strip
   =============================== */
.logo-strip {
  padding: 1rem 0;
}

.logo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;       /* spacing between logos */
  flex-wrap: wrap;   /* wrap on smaller screens */
}

.logo-strip-img {
  height: 100px;      /* uniform size */
  object-fit: contain;
  filter: grayscale(10%) contrast(1.05);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.logo-strip-img:hover {
  transform: translateY(-2px) scale(1.05);
  filter: none;      /* restore original colors on hover */
}

/* ===============================
   Author + Team Links Styling
   =============================== */

/* Publication Authors block links */
.publication-authors a {
  color: #000 !important;        /* black text */
  text-decoration: none !important;  /* force remove underline */
  position: relative;
  transition: color 0.25s ease;
}

.publication-authors a:hover {
  text-decoration: none !important;  /* prevent Bulma underline */
}

.publication-authors a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #000;
  transition: width 0.3s ease;
}

.publication-authors a:hover::after {
  width: 100%;
}


/* Team section links */
#team .team-member a {
  color: #000 !important;       /* black text */
  text-decoration: none;        
  position: relative;
  transition: color 0.25s ease;
  font-weight: 600;             /* makes it pop a bit */
}


/* ===============================
   Publication Icon Links (final)
   =============================== */
.pub-link {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-weight: 600;
  font-size: 1.1rem;   
  color: #444 !important;            /* base text */
  text-decoration: none;             /* remove default underline */
  position: relative;                /* for animated line */
  padding: 0.2rem 0;
  transition: color 0.25s ease;
}

/* Sliding underline — rose, grows center → outward */
.pub-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  width: 0%;
  height: 2px;
  background-color: rgb(210,125,142); /* rose code color */
  transition: width 0.3s ease;
  will-change: width;
}

.pub-link:hover {
  color: rgb(210,125,142) !important; /* text + icon turn rose */
}
.pub-link:hover::after {
  width: 100%;
}

/* Optional: subtle icon lift on hover (smooth, no jump) */
.pub-link .icon {
  transition: transform 0.2s ease;
}
.pub-link:hover .icon {
  transform: translateY(-1px);
}

/* Layout: spacing between each link block */
.publication-links {
  display: flex;
  flex-wrap: wrap;               /* wrap on smaller screens */
  justify-content: center;
  gap: 0.4rem 1.5rem;            /* row gap, column gap */
}


