body {
  font-family: 'Noto Sans', sans-serif;
}

/* Mobile optimizations */
@media (max-width: 768px) {
  /* Title adjustments for mobile */
  .publication-title {
    font-size: 1.5rem !important;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  
  /* Author list adjustments */
  .publication-authors {
    font-size: 0.9rem !important;
    line-height: 1.4;
  }
  
  .author-block {
    display: block;
    margin-bottom: 0.3rem;
  }
  
  /* Video and image adjustments */
  video {
    max-width: 100% !important;
    height: auto !important;
  }
  
  img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  /* Button adjustments */
  .publication-links .button {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin: 0.2rem;
  }
  
  /* Container adjustments */
  .container.is-max-desktop {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Abstract text adjustments */
  .content p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
  /* BibTeX adjustments */
  pre code {
    font-size: 0.7rem;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  /* Footer adjustments */
  .footer .content p {
    font-size: 0.8rem;
  }
  
  /* Hero section adjustments */
  .hero-body {
    padding: 2rem 1rem;
  }
  
  /* Section spacing adjustments */
  .section {
    padding: 2rem 1rem;
  }
  
  /* Mobile subtitle - allow line breaks on mobile */
  .mobile-subtitle {
    white-space: normal !important;
    font-size: 0.8rem !important;
    line-height: 1.4;
  }
  
  /* Venue text centering for mobile */
  .publication-venue {
    text-align: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
}

/* Desktop subtitle - keep on one line */
@media (min-width: 769px) {
  .mobile-subtitle {
    white-space: nowrap !important;
  }
}

/* Tablet optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
  .publication-title {
    font-size: 2rem !important;
  }
  
  .publication-authors {
    font-size: 1rem !important;
  }
}


.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rgca {
  font-variant: small-caps;
}

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

.author-block span {
  display: inline-block;
  margin-right: 1.2em;
}

.publication-authors sup {
  font-size: 0.75em;
  vertical-align: super;
  margin-left: 0; /* no gap between name and superscript */
  margin-right: 0;
  letter-spacing: -0.1em; /* slightly reduce letter spacing */
}

.publication-authors a {
  margin-right: 0;
  letter-spacing: normal;
}

.author-block sup {
  margin-right: 0;
  letter-spacing: -0.1em;
}

.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;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.results-carousel .item img {
  max-width: 100%;
  height: auto;
}

.results-carousel video {
  margin: 0;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb { 
  font-size: smaller;
}

.responsive-media {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  h1.publication-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .publication-authors, .publication-venue {
    font-size: 1rem;
  }

  .subtitle, .mobile-subtitle {
    font-size: 0.95rem;
    line-height: 1.3rem;
  }

  .hero-body {
    padding: 1rem 1rem;
  }

  .container.is-max-desktop {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 768px) {
  .columns.is-centered {
    flex-direction: column;
    align-items: center;
  }
}


