/* static/css/index.css */
body {
  font-family: 'Noto Sans', sans-serif;
}

.footer {
  background: none;
  padding: 3rem 1.5rem 3rem;
}

.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-link a {
  margin-top: 0.5rem;
}

.publication-banner {
  text-align: center;
  margin-top: 2rem;
}

.publication-banner img {
  width: 90%;
  border-radius: 10px;
}

.teaser-caption {
  font-size: 0.95rem;
  margin-top: 1rem;
  color: #4a4a4a;
  line-height: 1.5;
}

/* BibTeX Section */
.bibtex-box {
  background-color: #f5f5f5;
  padding: 1.5rem;
  border-radius: 5px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.9rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* 2x2 Video Grid */
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 1.5rem;
}

.video-item {
  display: flex;
  flex-direction: column;
}

.video-grid video {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.video-caption {
  margin-top: 0.6rem;
  margin-bottom: 0;
  text-align: left;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #4a4a4a;
}

.overview-video {
  max-width: 800px;
  margin: 1.5rem auto;
}

.method-figure {
  width: 100%;
  margin: 1.5rem 0;
  border-radius: 8px;
}
