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


.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 {
  line-height: 1.15;
}

.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 {
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(135deg, #ff3860 0%, #ff9f1c 52%, #209cee 100%);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(255, 56, 96, 0.22);
    font-size: 1.45rem;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0.55rem 1.15rem;
    width: fit-content;
    font-weight: 800;
    margin: 0.85rem auto 1.15rem;
    text-transform: uppercase;
}

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

.publication-figure {
  margin: 0 auto 2.5rem;
}

.publication-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.publication-figure figcaption,
.table-caption {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-top: 0.9rem;
  text-align: justify;
}

.result-figure {
  max-width: 680px;
}

.clip-tifa-figure {
  max-width: 760px;
}

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

.illusion-card {
  border: 1px solid #e7e9ee;
  border-left: 5px solid #ff3860;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(10, 10, 10, 0.06);
  padding: 1.1rem 1.2rem;
}

.illusion-card .title {
  margin-bottom: 0.5rem;
}

.illusion-card p {
  color: #333;
  line-height: 1.55;
  margin: 0;
}

.table-block {
  margin: 2.25rem 0;
}

.table-container {
  overflow-x: auto;
}

.results-table {
  font-size: 0.78rem;
  min-width: 980px;
}

.compact-table .results-table {
  min-width: 520px;
}

.utility-eval-table {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.results-table th,
.results-table td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.results-table th:first-child,
.results-table td:first-child {
  text-align: left;
}

.ours-row th,
.ours-row td {
  background-color: #f1f3f5 !important;
  font-weight: 700;
}

.largest-drop {
  background-color: #f6c1c1 !important;
}

.checkmark {
  color: #0a9f35;
  font-weight: 800;
}

.crossmark {
  color: #d32f2f;
  font-weight: 800;
}

pre {
  white-space: pre-wrap;
  word-break: break-word;
}

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

  .publication-figure figcaption,
  .table-caption {
    font-size: 0.9rem;
    text-align: left;
  }

  .illusion-grid {
    grid-template-columns: 1fr;
  }
}
