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

.hero {
  position: relative;
}

.stitch-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.stitch-logo img {
  height: 60px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.stitch-logo img:hover {
  opacity: 1;
}

.publication-logo {
  margin-bottom: 2rem;
}

.publication-logo img {
  height: 120px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.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 {
    font-family: 'Google Sans', sans-serif;
}

.publication-banner {
  max-height: parent;
}

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

.publication-banner img {
  width: 100%;
  border-radius: 10px;
}

.publication-header .hero-body {
  padding: 3rem 1.5rem;
}

.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 a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.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 {
  width: 100%;
  height: auto;
}

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

/* Custom styles for STITCH-OPE */
.hero.teaser {
  background: #f8f9fa;
}

.section.hero.is-light {
  background-color: #fafafa;
}

.container.is-max-desktop {
  max-width: 960px;
}

.publication-links .link-block {
  display: inline-block;
  margin: 0 5px;
}

.button.is-rounded {
  border-radius: 290486px;
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

.button.is-dark:hover {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* Video and image styling */
video {
  width: 100%;
  border-radius: 8px;
}

.carousel-video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  object-fit: contain;
  border-radius: 8px;
}

.row-video {
  width: 100%;
  border-radius: 8px;
}

/* Bulma overrides */
.title.is-1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.125;
}

.title.is-3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.content {
  color: #4a4a4a;
}

.content p {
  margin-bottom: 1em;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content li {
  margin-bottom: 0.5em;
}

/* Footer styling */
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}