/* index.css - OmniPro Project Page */

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

.publication-authors {
  margin-bottom: 0.5rem;
}

.publication-links {
  margin-top: 1.5rem;
}

.link-block {
  margin: 0.25rem;
}

.hero.teaser {
  padding-top: 0;
}

.hero.teaser .hero-body {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

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

.content p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.box {
  padding: 1.5rem;
}

section.section {
  padding: 3rem 1.5rem;
}

pre code {
  font-size: 0.85rem;
}

footer {
  padding: 2rem 0;
}

/* Carousel */
#carousel-container {
  max-width: 100%;
  overflow: hidden;
}

.carousel-slide {
  padding: 1rem;
}

.carousel-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-dot.active {
  background: #2B7BE8;
}

#prev-btn:hover, #next-btn:hover {
  background: rgba(0,0,0,0.8);
}

