/* SKR widgets shared styles — small file, loaded on every page. */
/* Main visuals are in the theme's site.css (which carries the design system). */

/* Elementor editor compatibility — kill the editor's "select widget" border bleed */
.elementor-element .skr-qf-root { padding: 0; }

/* Quote-form host */
.skr-qf-root { min-height: 320px; }

/* Faq accordion behaviour relies on CSS in site.css; this file just adds */
/* a tiny bit of editor-only styling so widgets are visible inside Elementor. */
.elementor-edit-mode .eb,
.elementor-edit-mode .hd,
.elementor-edit-mode .ft {
	background: var(--bg-2, #10192B);
	color: var(--ink, #F5F4EF);
}

/* Inside the hero-form-card slot, drop the placeholder note */
.hero-form-card .skr-qf-root p { padding: 0; }
