/**
 * Elementor-module furniture only. Every component style lives in the
 * plugin's family sheets (assets/css/*.css); this file must never restyle
 * sfgi- components — it only covers the editor notice and the small
 * differences between block context and widget context.
 */

.gi-el-notice {
	font: 600 12px/1.5 var(--sfgi-f-ui, "Barlow Condensed", sans-serif);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--sfgi-muted, #8b97ad);
	background: var(--sfgi-panel, #0c111c);
	box-shadow: var(--sfgi-ring, inset 0 0 0 1px rgba(255, 255, 255, 0.1));
	border-radius: var(--sfgi-r-sm, 8px);
	padding: 14px 18px;
	text-align: center;
}

/* A widget wrapper must not clip component glows and stage shadows. */
.elementor-widget[class*="elementor-widget-gridiron-"] .elementor-widget-container {
	overflow: visible;
}

/* Inside the Elementor editor the ticker must not autoplay-scroll under the
   mouse while editing; keep it scrollable but calm. */
.elementor-editor-active .sfgi-el .sfgi-strip-track {
	animation-play-state: paused;
}
