body {
  font-family: 'Noto Sans', sans-serif;
}

.footer .icon-link {
    font-size: 25px;
    color: #000;
}

.link-block a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.teaser .hero-body {
  padding-top: 0;
  padding-bottom: 3rem;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-title {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors {
    font-family: 'Google Sans', sans-serif;
}

.publication-authors a {
   color: hsl(204, 86%, 53%) !important;
}

.publication-authors a:hover {
    text-decoration: underline;
}

.author-block {
  display: inline-block;
}

.publication-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.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%;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

.results-carousel video {
  margin: 0;
}

/* Evaluation table */
.eval-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.eval-table th,
.eval-table td {
  padding: 0.5rem 0.75rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.eval-table th {
  background: #363636;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
}

.eval-table td:first-child {
  text-align: left;
  font-weight: 600;
}

.eval-table tbody tr:hover {
  background: #f9f9f9;
}

.eval-table .group-sep td {
  border-top: 2px solid #ccc;
}

.heat-red { background-color: #FFB2B2; }
.heat-orange { background-color: #FFD9B2; }
.heat-yellow { background-color: #FFFFB2; }

/* Metric card grid */
.metric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.metric-card {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  border-left: 4px solid hsl(204, 86%, 53%);
}

.metric-card h4 {
  margin: 0 0 0.3rem 0;
  font-size: 0.95rem;
}

.metric-card p {
  margin: 0;
  font-size: 0.85rem;
  color: #555;
}

/* Figure caption */
.figure-caption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  text-align: center;
}

/* 2x3 grid */
.grid-2x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.grid-2x3 img {
  width: 100%;
  border-radius: 6px;
}

/* Quality examples */
.quality-row {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  align-items: flex-end;
}

.quality-item {
  text-align: center;
  flex: 1;
  max-width: 150px;
}

.quality-item img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.3rem;
}

.quality-item p {
  font-size: 0.8rem;
  color: #555;
  margin: 0;
}
