/* PXS Icon Elementor widget */

.pxs-icon-widget {
	display: inline-block;
	line-height: 0;
}

.pxs-icon-widget__inner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	box-sizing: border-box;
	line-height: 0;
	transition: opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, fill 0.2s ease;
}

.pxs-icon-widget__inner:focus {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.pxs-icon-widget__glyph {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
