:root {
  --figure-width: 900px;
  --table-width: 1180px;
  --qualitative-width: 980px;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

.container.is-max-desktop {
  max-width: 1120px !important;
}

.container.is-max-widescreen {
  max-width: 1400px !important;
}


.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-header-container .publication-title {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8rem !important;
  line-height: 1.15;
}

.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-header-container > .columns,
.publication-header-container .column {
  width: 100%;
}

.publication-header-container .publication-authors:first-of-type {
  white-space: nowrap;
  font-size: 1.18rem !important;
}

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

.affiliations {
  margin-top: 0.75rem;
  color: #444;
}

.affiliations .author-block {
  margin: 0 0.35rem;
}

.publication-links {
  margin-top: 1.25rem;
}

.publication-figure {
  max-width: var(--figure-width);
  margin: 0 auto;
  text-align: center;
}

.publication-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.publication-figure figcaption {
  width: 100%;
  max-width: 100%;
  margin: 1rem auto 0;
  color: #4a4a4a;
  font-size: 1rem;
  line-height: 1.55;
  text-align: justify;
}

.publication-figure.compact img {
  box-shadow: none;
  border: 1px solid #e8e8e8;
}

.publication-figure.compact figcaption {
  font-size: 0.92rem;
  text-align: center;
}

.training-grid {
  align-items: stretch;
}

.table-card {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--table-width);
  margin: 2rem auto;
  padding: 1.5rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.table-card .table-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: visible;
}

.table-caption {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 1rem;
  color: #4a4a4a;
  text-align: center;
  line-height: 1.55;
}

.result-table {
  width: 100%;
  table-layout: auto;
  font-size: 0.9rem;
}

.result-table th,
.result-table td {
  text-align: center !important;
  vertical-align: middle !important;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.result-table th,
.result-table td:first-child {
  white-space: nowrap;
}

.result-table th:first-child,
.result-table td:first-child {
  text-align: left !important;
}

.result-table thead th {
  background: #f2f5fb;
  color: #1f2937;
}

.group-row td,
.result-table .group-row td,
.result-table .group-row td:first-child {
  background: #eef3ff !important;
  color: #1f3a8a;
  font-weight: 700;
  text-align: center !important;
}

.highlight-row td {
  background: #fff7df !important;
  font-weight: 700;
}

#citation pre {
  border-radius: 10px;
  background: #f6f8fa;
  white-space: pre-wrap;
}

.qualitative-examples {
  display: grid;
  gap: 2.5rem;
}

.qualitative-case {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--qualitative-width);
  margin: 0 auto;
  padding: 1.25rem;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.qualitative-case img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  box-shadow: none;
  border: 1px solid #e8e8e8;
}

.qualitative-case figcaption {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }

  .publication-title {
    font-size: 2rem !important;
  }

  .publication-header-container .publication-title {
    font-size: 2rem !important;
  }

  .publication-header-container .publication-authors:first-of-type {
    white-space: normal;
    font-size: 1.1rem !important;
  }

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

  .table-card {
    padding: 1rem;
  }

  .table-card .table-container {
    max-width: 100%;
  }

  .result-table {
    font-size: 0.82rem;
  }

  .publication-figure figcaption {
    text-align: left;
  }

  .qualitative-case {
    padding: 0.75rem;
  }

  .qualitative-case img {
    max-width: 100%;
    height: auto;
  }
}
