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

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

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

.smallcaps {
  font-variant: small-caps;
  font-weight: 600;
}

.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-venue {
    color: #555;
    width: fit-content;
    font-weight: bold;
}

.publication-awards {
    color: #ff3860;
    width: fit-content;
    font-weight: bolder;
}

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

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

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

.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 Tables */
.results-table {
  font-size: 0.85rem;
}

.results-table th {
  background-color: #f2f2f2;  /* lighter header background for readability */
  color: #000;                /* dark text for contrast */
  text-align: center !important;
  vertical-align: middle !important;
  padding: 0.5em 0.6em;
  white-space: nowrap;
}

.results-table td {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 0.4em 0.5em;
  white-space: nowrap;
}

.results-table td:first-child {
  text-align: left !important;
  font-weight: 500;
}

.baseline-row td {
  background-color: #f0f0f0 !important;
}

.best-cell {
  background-color: #bde0fc !important;
}

.cost-table {
  font-size: 0.9rem;
}

.cost-table th {
  background-color: #f2f2f2;  /* lighter header background for readability */
  color: #000;                /* dark text for contrast */
  text-align: center !important;
  white-space: nowrap;
}

.cost-table td {
  text-align: center !important;
}

.cost-table td:first-child {
  text-align: left !important;
}

/* Theorem Box */
.theorem-box {
  background: #f5f5f5;
  border-left: 4px solid #3273dc;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  margin: 1rem 0;
}

/* Table Container */
.table-container {
  overflow-x: auto;
  margin-bottom: 1rem;
}
