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

.ubuntu-sans-mono {
  font-family: "Ubuntu Sans Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.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;
  font-size: 2rem;
}

.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: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: center;
  vertical-align: top;
}

.author-name {
  font-weight: bold;
  vertical-align: top;
  align-items: center;
  margin: 1% 2%;
}

.journal-name {
  font-weight: bold;
  vertical-align: top;
  align-items: center;
  padding: 2%;
}

.author-name-text {
  font-size: 1rem;
}

.author-affiliation {
  font-size: 0.8rem;
}

.section-box {
  font-family: 'Google Sans', sans-serif;
  background-color: #f1f9ff;
  padding: 1.5rem;
  border-radius: 15px;
}

.hero {
  font-family: 'Google Sans', sans-serif;
  padding: 1rem;
}

.section-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.section-text {
  font-family: 'Google Sans', sans-serif;
  font-size: 1rem;
  text-align: justify;
}

.figure {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 0rem;
  display: flex;
  justify-content: center;
}

.figure-caption {
  font-family: 'Google Sans', sans-serif;
  margin: 1rem;
  font-size: 1rem;
  text-align: center;
}

.prompt-example {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  font-family: "Ubuntu Sans Mono", monospace;
  padding: 1.5rem;
  border-radius: 15px;
  text-align: left;
}

.system-role-example {
  background-color: rgb(249, 231, 229);
}


.user-role-example {
  background-color: rgb(252, 237, 216);
}


.mutable-role-example-1 {
  background-color: rgba(209, 109, 234, 0.2);
}

.mutable-role-example-2 {
  background-color: rgba(164, 110, 143, 0.2);
}

.mutable-role-example-3 {
  background-color: rgba(125, 107, 140, 0.2);
}





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


@media (max-width: 540px) {

  .hero-body {
    padding: 1rem;
  }

  .section-title {
    font-size: 1rem;
  }

  .section-text {
    font-size: 0.8rem;
  }

  .publication-title {
    font-size: 1.5rem;
  }

  .author-name {
    margin: 1%;
    line-height: 100%;
  }

  .publication-link-text {
    font-size: 0.8rem;
  }

  .author-name-text {
    font-size: 0.8rem;
    margin: 0.25rem 0;
  }

  .author-affiliation {
    font-size: 0.6rem;
    line-height: 100%;
    margin: 0.25rem 0;

  }

  .system-role-example {
    font-size: 0.64rem;
  }

  .user-role-example {
    font-size: 0.64rem;
  }

  .section-box {
    padding: 1rem;
  }

  .hero {
    padding: 0.5rem;
  }

  .section-title {
    font-size: 1rem;
  }

  .section-text {
    font-size: 0.8rem;
  }

  .figure-caption {
    font-size: 0.8rem;
  }

  .content {
    font-size: 0.8rem;
  }

}



@media (max-width: 480px) {


  .author-block {
    justify-content: space-between;
  }


}