/**
 * Social Icons widget — Elementor overrides.
 */
.elementor-widget-beep-social-icons .beep-contact-socials {
	display: flex;
	flex-wrap: wrap;
}

.elementor-widget-beep-social-icons .beep-contact-socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	overflow: hidden;
}

.elementor-widget-beep-social-icons .beep-contact-socials a i,
.elementor-widget-beep-social-icons .beep-contact-socials a .elementor-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	color: inherit;
}

.elementor-widget-beep-social-icons .beep-contact-socials a svg,
.elementor-widget-beep-social-icons .beep-contact-socials a svg.e-font-icon-svg {
	width: 1em;
	height: 1em;
	display: block;
	flex-shrink: 0;
	fill: currentColor;
}

.elementor-widget-beep-social-icons .beep-contact-socials a svg path {
	fill: currentColor;
}
