body {
  font-family: 'Noto Sans', sans-serif;
  color: #20242a;
}

a {
  color: #2563a9;
}

.section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.publication-header {
  background:
    linear-gradient(135deg, rgba(236, 248, 246, 0.9), rgba(247, 249, 252, 0.95) 48%, rgba(255, 248, 226, 0.82)),
    #f7fafc;
  border-bottom: 1px solid #e5edf2;
}

.publication-header .hero-body {
  padding-top: 4rem;
  padding-bottom: 3.25rem;
}

.publication-badges {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1.1rem;
}

.publication-badges .tag {
  border-radius: 999px;
  font-family: 'Google Sans', sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  min-height: 2rem;
  letter-spacing: 0;
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}

.publication-subtitle {
  max-width: 780px;
  margin: -0.3rem auto 1.25rem;
  color: #4d5b67;
  font-family: 'Google Sans', sans-serif;
  font-size: 1.12rem;
  line-height: 1.55;
}

.paper-name {
  font-weight: 700;
  color: #1f6f68;
}


.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;
    line-height: 1.08;
    letter-spacing: 0;
    color: #15202b;
}

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

.publications-section {
  background: #fbfcfd;
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}

.publication-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.publication-card {
  background: #ffffff;
  border: 1px solid #dfe7ee;
  border-radius: 8px;
  padding: 1.35rem;
  box-shadow: 0 12px 30px rgba(24, 39, 75, 0.06);
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.featured-publication {
  border-color: #b8d9d4;
  box-shadow: 0 14px 36px rgba(31, 111, 104, 0.11);
}

.publication-card-meta,
.publication-card-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.publication-card-meta {
  margin-bottom: 0.85rem;
}

.venue-pill {
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.2rem 0.75rem;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
}

.venue-pill.journal {
  background: #1f6f68;
}

.venue-pill.conference {
  background: #315f9d;
}

.publication-type {
  color: #6b7680;
  font-size: 0.88rem;
  font-weight: 600;
}

.publication-card .title {
  margin-bottom: 0.75rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.publication-card-authors {
  color: #2d3741;
  margin-bottom: 0.45rem;
}

.publication-card-details {
  color: #596673;
  line-height: 1.55;
  margin-bottom: 1rem;
}

.publication-card-links {
  margin-top: auto;
}

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

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

.figure-image {
  display: block;
  margin: 0 auto 1rem;
}

.section:not(.hero) .content.has-text-justified {
  font-size: 1.08rem;
  line-height: 1.65;
}

.result-table {
  width: 100%;
  margin: 0 auto 1.35rem;
  overflow-x: auto;
  padding: 0.25rem 0;
}

.result-table img {
  display: block;
  width: 100%;
  min-width: 760px;
  max-width: none;
}

.results-carousel .subtitle {
  font-size: 1.08rem;
  line-height: 1.45;
  margin-top: 0.75rem;
}

.results-carousel video {
  margin: 0;
}

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

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

@media screen and (max-width: 768px) {
  .publication-header .hero-body {
    padding-top: 3rem;
  }

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

  .publication-subtitle {
    font-size: 1rem;
  }

  .publication-list {
    grid-template-columns: 1fr;
  }

  .publication-card {
    padding: 1.1rem;
  }

  .result-table img {
    min-width: 680px;
  }
}
