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

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

.link-block a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.teaser {
  font-family: 'Google Sans', sans-serif;
}

.publication-header .hero-body {
  padding-top: 3rem;
  padding-bottom: 0rem;
}

.publication-author-block .hero-body {
  padding-top: 1rem;
  padding-bottom: 0rem;
}

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

.publication-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.method-text {
  font-size: 120%;
}

/* ===== Tables ===== */
table.results-table {
  font-size: 0.85rem;
  border-collapse: collapse;
  width: 100%;
  margin: 1rem auto;
}

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

table.results-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

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

table.results-table .best {
  font-weight: bold;
}

table.results-table .second {
  text-decoration: underline;
}

table.results-table .separator {
  border-top: 2px solid #aaa;
}

table.results-table .highlight-row td {
  background-color: #eaf4ff;
  font-weight: bold;
}

/* ===== Contribution list ===== */
.contribution-list li {
  font-size: 110%;
  margin-bottom: 0.5rem;
}

/* ===== Placeholder figures ===== */
.placeholder-fig {
  background: #e8e8e8;
  border: 2px dashed #aaa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #888;
  font-size: 0.9rem;
  padding: 2rem;
  min-height: 200px;
  text-align: center;
}

.placeholder-fig .placeholder-label {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #666;
}

/* ===== Videos ===== */
video {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.video-placeholder {
  background: #1a1a2e;
  border: 2px dashed #555;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #aaa;
  font-size: 0.9rem;
  padding: 3rem 2rem;
  min-height: 220px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.video-placeholder .video-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  color: #6699cc;
}

.video-placeholder .video-label {
  font-size: 1rem;
  font-weight: bold;
  color: #ccc;
  margin-bottom: 0.3rem;
}

/* ===== Stage badges ===== */
.stage-badge {
  display: inline-block;
  background: #3273dc;
  color: white;
  border-radius: 4px;
  padding: 0.15rem 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 0.4rem;
  vertical-align: middle;
}

.stage-badge.stage-ii { background: #23d160; }
.stage-badge.stage-iii { background: #ff3860; }

/* ===== Success highlight ===== */
.success-stat {
  font-size: 3rem;
  font-weight: bold;
  color: #3273dc;
  line-height: 1;
}

.success-label {
  font-size: 1rem;
  color: #666;
  margin-top: 0.25rem;
}

.stat-block {
  text-align: center;
  padding: 1.5rem;
}
