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

.gradient-blue-text {
  font-size: 3rem;
  font-weight: bold;
  background: linear-gradient(90deg, #385492, #babbbe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.publication-title {
  font-size: 5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; 
}

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

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

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

.newrobot {
  color: #1b9e77
}

.newenv {
  color: #d95f02
}

.newobjective {
  color: #7570b3
}

.newgoal {
  color: #e6ab02
}

.vint {
  color: #1b9e77
}

.baseline {
  color: #d95f02
}

.oraltalk {
  color: #ff0000;
  font-weight: bold;
}

.teaser .hero-body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}


.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;
  margin: 0 auto;
  /* Center horizontally */
  text-align: center;
  /* Center text within the element */
}

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

.no-bold {
  font-weight: normal;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.results-carousel {
  width: 95%;
  margin: 0 auto;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

.videos-flex {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.videos-flex>video {
  margin: 0.2rem;
  min-width: 200px;
  max-width: 300px;
}