/* 321 Study — Courses page styles.
 * Ported from courses.dc.html: hover states that were authored as
 * style-hover attributes on JS-built / page-specific elements.
 */

/* "View plans" link-button inside each course card */
.courses-view-btn:hover { color: var(--color-primary-hover); }

/* Plan modal close button */
.courses-modal-close:hover { background: var(--bg-alt); color: var(--text-primary); }
