/* Custom Styles for Class Central Clone */

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
}

.navbar a {
  color: #003049 !important;
  font-weight: 500;
}

.hero h1 {
  font-size: 2.5rem;
}

.search-wrapper {
  max-width: 500px;
}

.search-wrapper input {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.featured-tags .badge {
  font-size: 0.875rem;
  padding: 0.5em 0.75em;
  border-radius: 1em;
  cursor: pointer;
  transition: 0.2s ease;
}

.featured-tags .badge:hover {
  background-color: #e0e0e0;
}

/* General list styling */
.best-courses-section ul {
  padding-left: 0;
}

.best-courses-section ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

/* Logo image size */
.best-courses-section ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/* Button styling for consistency */
.best-courses-section .btn {
  font-size: 0.85rem;
  border-radius: 999px;
  padding: 4px 16px;
}

