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-awards {
  color: #ff3860;
  width: fit-content;
  font-weight: bolder;
}

.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-banner img {
  object-fit: contain;
}

.results-carousel {
  overflow: hidden;
}

.results-carousel .item {
  margin: 5px;
  overflow: hidden;
  border: 1px solid #bbb;
  border-radius: 10px;
  padding: 0;
  font-size: 0;
}

/* Results tables */
.results-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 1.5rem 0;
}

.results-table th,
.results-table td {
  padding: 0.5rem 0.6rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.results-table th {
  background-color: #f5f5f5;
  font-weight: 600;
  border-bottom: 2px solid #bbb;
}

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

.results-table tr:hover {
  background-color: #fafafa;
}

.results-table .best {
  font-weight: 700;
  background-color: #e8f5e9;
}

.results-table .section-divider td {
  border-top: 2px solid #bbb;
}

/* Figure containers */
.figure-container {
  margin: 1.5rem 0;
}

.figure-container img {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.figure-caption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.75rem;
  text-align: center;
  font-style: italic;
}

/* Compact table for smaller screens */
@media screen and (max-width: 768px) {
  .results-table {
    font-size: 0.75rem;
  }
  .results-table th,
  .results-table td {
    padding: 0.3rem 0.4rem;
  }
  .table-wrapper {
    overflow-x: auto;
  }
}

.table-wrapper {
  overflow-x: auto;
  margin: 1rem 0;
}
