/* courses-list.css — Supplementary styles for the course browser */
/* Loaded only on the courses list page */

.course-row[hidden] { display: none; }

/* Smooth filter transitions */
.course-row {
  transition: opacity 0.15s ease;
}
