/**
 * Free Widgets For Elementor — shared frontend base.
 * Loaded only on pages where a Free Widget is present (dependency of widget CSS).
 */

:root {
	--fwfe-border-radius: 0px;
	--fwfe-shadow: none;
	--fwfe-primary-color: #6366f1;
	--fwfe-text-color: #1f2937;
	--fwfe-spacing-sm: 8px;
	--fwfe-spacing-md: 16px;
	--fwfe-spacing-lg: 24px;
}

/* Visually hidden but available to assistive tech (icon-only controls, etc). */
.fwfe-screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect( 0, 0, 0, 0 );
	white-space: nowrap;
	border: 0;
}
