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

.navbar {
  font-family: 'Google Sans', sans-serif;
}

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

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

.publication-title,
.publication-authors,
.publication-venue {
  font-family: 'Google Sans', sans-serif;
}

.publication-venue {
  color: #555;
  font-weight: bold;
}

.publication-authors a {
  color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
  text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

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

.teaser-figure {
  margin: 0 auto 1rem;
  width: min(100%, 1200px);
}

.teaser-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.publication-banner {
  margin: 1rem 0 2rem;
}

.publication-banner img,
.rounded-media {
  display: block;
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
}

.publication-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 6px !important;
  background: #000;
}

.publication-video iframe,
.publication-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section h3.title {
  margin-top: 2.25rem;
}

.result-table {
  overflow-x: auto;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25rem;
}

.result-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(118px, 1fr));
  gap: 2px;
  min-width: 780px;
  margin-bottom: 2px;
}

.result-header {
  margin-bottom: 0.35rem;
}

.result-header span {
  color: #555;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
}

.result-row img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
}

.result-card {
  overflow: hidden;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background: #fff;
}

.result-card figcaption {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.35;
  padding: 0.55rem 0.7rem;
  text-align: center;
}

.i2t-labels,
.i2t-images {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) repeat(2, minmax(0, 1.15fr));
  gap: 1px;
}

.i2t-labels {
  color: #555;
  font-family: 'Google Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  padding-bottom: 0.35rem;
  text-align: center;
}

.i2t-images {
  align-items: end;
  background: #cfcfcf;
}

.i2t-images img {
  width: 100%;
  object-fit: cover;
  background: #fff;
}

.i2t-images .i2t-input {
  aspect-ratio: 1 / 1;
}

.i2t-images .i2t-result {
  aspect-ratio: 4 / 3;
}

.triplet-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #cfcfcf;
}

.paired-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #cfcfcf;
}

.triplet-images img,
.paired-images img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #fff;
}

pre {
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .publication-title {
    font-size: 2.05rem !important;
  }

  .hero-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .result-row {
    grid-template-columns: repeat(6, minmax(96px, 1fr));
    min-width: 650px;
  }

  .result-header span,
  .result-card figcaption,
  .i2t-labels {
    font-size: 0.82rem;
  }
}
