/**
 * Public stylesheet — intentionally minimal.
 *
 * The original scaffold shipped hardcoded visual skins here (gray/blue
 * alphabetical + monthly break-heading styles, a 📅 ::before icon, borders,
 * animations, dark-mode/print overrides) plus rules for speculative features
 * whose markup nothing ever outputs (.cdswerx-phone-number,
 * .cdswerx-trimmed-text, .cdswerx-addon-grid, visibility conditions).
 *
 * All of that was removed in 1.21.0-dev.2: break-heading appearance is now
 * fully owned by the Elementor Style-tab controls (base + per-type sections,
 * incl. Border, Accent Bar, and a proper Icon control), so headings inherit
 * theme typography until deliberately styled. Do not re-add decorative
 * defaults here — undecorated-by-default is the contract.
 */

/* Structural only: shortcode wrapper positioning context. */
.cdswerx-jetengine-addon-wrapper {
	position: relative;
}
