/**
 * Section Banners (SectionBanners\FrontendStyles).
 *
 * Only enqueued on a Page that actually has a banner to show, together with
 * the inline `:root { --bchbc-section-banner: url(...) }` that fills this in.
 * Never load this file on its own: with the property unset, the rule below
 * would blank out the hero's own Elementor background.
 *
 * Only the image is overridden. Position, size, repeat, overlay and the
 * responsive variants all stay under Elementor's control on the container.
 *
 * @package BCHBC\ChapterManagement
 */

.page-title {
	background-image: var( --bchbc-section-banner ) !important;
}
