/* ================================
   Global Styles
================================ */
body {
  background-color: #f8f9fa;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

a {
  text-decoration: none;
}

.card {
  border-radius: 14px;
}

.btn {
  border-radius: 10px;
}

/* ================================
   Navbar
================================ */
.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* ================================
   Quiz Page
================================ */
#quizBox {
  min-height: 260px;
}

#timer {
  font-size: 0.9rem;
  padding: 6px 10px;
}

.list-group-item {
  cursor: pointer;
  transition: 0.15s ease-in-out;
}

.list-group-item:hover {
  background-color: #f1f3f5;
}

.list-group-item.active {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* ================================
   Footer
================================ */
footer {
  font-size: 0.9rem;
}

/* ================================
   Admin
================================ */
.table th {
  white-space: nowrap;
}
