/* SportSQL project page - Map&Make-style overrides */
body {
  font-family: 'Google Sans', 'Noto Sans', sans-serif;
}

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

a:hover {
  color: #764ba2;
  text-decoration: underline;
}

.hero.teaser {
  padding: 1.5rem 0;
}

img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.title {
  font-weight: 700;
}

.subtitle {
  color: #4a5568;
}

pre {
  font-size: 0.9rem;
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.publication-title {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .publication-title {
    font-size: 1.5rem;
  }
}
