/* M2 — front page sections. Owned by the home-page task. */

/*
 * Courses teaser on the front page (Elementor widget 592ffaa on page 9836).
 *
 * The section is a teaser: three cards, then "Browse more modules" leads to
 * /courses-2/ where the full, paginated catalogue lives. The pager used to be
 * hidden here with `display: none`, which kept ?course_page=2 / ?course_page=3
 * links in the markup — crawlable, and reachable by keyboard. The shortcode now
 * takes `pagination="no"` and the teaser uses it, so the pager is not rendered
 * at all and the CSS stopgap is gone.
 */

/* The teaser grid sits inside an Elementor section that already carries the
 * section padding, so the archive's own bottom margin doubles up. */
.elementor-element-592ffaa .ollie-course-grid {
	margin-bottom: 0;
}

/*
 * Closing CTA (section fa38fae). The button had no link at all and rendered as
 * href="#"; it now points at the free starter course. Give it the same visual
 * weight as the hero CTA so the page ends on a real action.
 */
.elementor-element-0b2a28e .edublink-button-item {
	margin-top: 8px;
}
