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


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

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

.carousel .item img.task-image {
  height: 220px !important;
  width: auto !important;
  display: block;
  margin: 0 auto 1rem;
  object-fit: contain;
}

.carousel .item img.task-image-square {
  width: 500px !important;
  height: auto !important;
  max-height: 220px !important;
}

.dise-taxonomy-card {
  position: sticky;
  top: 2rem;
  padding: 1.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.dise-taxonomy-img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.spatial-tasks-layout {
  margin-top: 1.5rem;
}

.results-carousel video {
  margin: 0;
}

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

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

.title-with-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.title-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.tag.tag-intrinsic-static {
  background-color: #c1f2a2 !important;
  background: #c1f2a2 !important;
  color: #1f6e27 !important;
  border: 1px solid #8ecf72 !important;
  --bulma-tag-background: #c1f2a2;
  --bulma-tag-color: #1f6e27;
}

.tag.tag-intrinsic-dynamic {
  background-color: #ffd79a !important;
  background: #ffd79a !important;
  color: #b15500 !important;
  border: 1px solid #f4b049 !important;
  --bulma-tag-background: #ffd79a;
  --bulma-tag-color: #b15500;
}

.tag.tag-extrinsic-static {
  background-color: #ffc7ce !important;
  background: #ffc7ce !important;
  color: #a61639 !important;
  border: 1px solid #f0637a !important;
  --bulma-tag-background: #ffc7ce;
  --bulma-tag-color: #a61639;
}

.tag.tag-extrinsic-dynamic {
  background-color: #c7d8ff !important;
  background: #c7d8ff !important;
  color: #1f4aa3 !important;
  border: 1px solid #7091f0 !important;
  --bulma-tag-background: #c7d8ff;
  --bulma-tag-color: #1f4aa3;
}