/* ==========================================================================
   Canvas Compatibility — Plugin CSS Overrides
   ========================================================================== */

/* ── Elementor ─────────────────────────────────────────────────────────── */

/* Remove default block padding from Elementor containers */
.e-con {
	--padding-inline-start: 0 !important;
	--padding-inline-end: 0 !important;
}

/* ── Custom Social Links ──────────────────────────────────────────────── */

/* Hover color from repeater brand color custom property */
.canvas-social-custom:hover {
	background-color: var(--cnvs-social-color) !important;
	color: #fff !important;
}
