/**
 * Coordinotes List V5 – Elementor/theme compatibility layer.
 *
 * This file is intentionally loaded after every plugin module stylesheet.
 * It does not impose a visual identity: typography inherits from the page,
 * while component colors use Elementor globals when available.
 */


/* Elementor Site Settings become the default component palette. */
.bgr-registry,
.bgr-single-gift,
.bgr-community-shell,
.bgr-welcome-shell,
.bgr-access-shell {
  --bgr-accent-color: var(--e-global-color-accent, var(--e-global-color-primary, currentColor));
  --bgr-button-background: var(--e-global-color-primary, #26221f);
  --bgr-button-bg: var(--e-global-color-primary, #26221f);
  --bgr-button-text: var(--e-global-color-secondary, #ffffff);
  --bgr-text-color: var(--e-global-color-text, inherit);
  --bgr-text: var(--e-global-color-text, inherit);
}


/* Stable hooks that can be targeted from Elementor Pro Custom CSS or theme CSS. */
.bgr-registry { container-name: bgr-registry; container-type: inline-size; }
.bgr-community-shell { container-name: bgr-community; container-type: inline-size; }
.bgr-single-gift { container-name: bgr-single-gift; container-type: inline-size; }
