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

.dnerf {
  font-variant: small-caps;
}

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

.publication-banner video {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  object-fit: fit;
}

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

.results-carousel {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 5px;
}

.slider-pagination .slider-page {
  background: #000000;
}

.eql-cntrb {
  font-size: smaller;
}

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

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

.section-title-separator {
  border-top: 2px solid #dbdbdb;
  margin: 2rem 0 1.5rem;
}

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

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

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