/* bw/course-table — dynamic course-link grid.
 *
 * The grid cells, hover treatment and the course modal are all inherited from
 * blocks/table-link/style.css: render.php emits the same .bw-tl / .bw-tl__grid /
 * .bw-tl__cell / .bw-tl__modal markup, and this block's style depends on the
 * bw-table-link handle (see inc/brentwood-blocks.php). The front-end modal JS is
 * the shared bw-table-link-view script.
 *
 * .bw-course-table is the wrapper hook reserved for any course-table-specific
 * overrides — none needed today; keep it so future tweaks don't have to touch
 * the shared table-link CSS. */

.bw-course-table {
	/* intentionally empty — inherits everything from bw-tl */
}
