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

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

/* Custom styles for this project */
.coming-soon-btn {
  cursor: default !important;
  opacity: 0.65;
}

.coming-soon-btn:hover {
  opacity: 0.65 !important;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
}

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

.results-table thead th {
  background-color: #363636;
  color: white;
  font-weight: 600;
}

.results-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

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

.results-table .best {
  font-weight: 700;
  color: #3273dc;
}

.results-table .ours-row {
  background-color: #eef6ff !important;
  font-weight: 600;
}

.results-table .delta-row {
  font-style: italic;
  color: #48c774;
  font-weight: 600;
}

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

.key-metrics {
  background: linear-gradient(135deg, #667eea11, #764ba211);
  border-radius: 12px;
  padding: 2rem;
  margin: 1.5rem 0;
}

.metric-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  height: 100%;
}

.metric-value {
  font-size: 2.2rem;
  font-weight: 700;
  color: #3273dc;
  font-family: 'Google Sans', sans-serif;
}

.metric-label {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.3rem;
}

.video-section video {
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

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