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

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

.publication-title .title-emphasis,
.publication-title .title-keyword {
  color: #2F80ED;
  font-weight: 700;
}

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

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

.publication-links .link-block {
  margin-left: 6px;
  margin-right: 6px;
}

.teaser-section {
  padding-top: 0.75rem;
  margin-top: -1rem;
}

.training-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
}

.training-video-card {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.training-video-title {
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.training-video-card video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.fps-table-wrap {
  margin-top: 18px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.fps-table-caption {
  margin-bottom: 8px;
  text-align: center;
  font-size: 0.95rem;
}

.fps-table-scroll {
  overflow-x: auto;
}

.fps-table {
  width: auto;
  min-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.fps-table th,
.fps-table td {
  border: 1px solid #d7dbe0;
  padding: 10px 12px;
  text-align: center;
}

.fps-table thead th {
  background: #f7f9fc;
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
}

.fps-table .fps-ours {
  font-weight: 700;
}

@media (max-width: 640px) {
  .training-video-grid {
    gap: 12px;
  }

  .fps-table-caption {
    font-size: 0.9rem;
  }

  .fps-table th,
  .fps-table td {
    padding: 8px 10px;
  }
}
