
body.ui-style-3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

main h2, main h3 {
  font-weight: 600;
}

main section {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  main {
    padding: 0 0.5rem;
  }

  main section {
    padding: 1rem !important;
  }
}

.video-card {
  transition: all 0.3s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
