/* Elválasztó Elementor widget — gradiens vonal + Lucide szív. */

.pb-elvalaszto {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	gap: 14px;
}

.pb-elvalaszto__vonal {
	flex: 1 1 auto;
	height: 1px;
}

.pb-elvalaszto__ikon {
	flex: 0 0 auto;
	display: inline-flex;
	width: 24px;
	height: 24px;
	color: #5D2C56;
}

.pb-elvalaszto__ikon svg {
	width: 100%;
	height: 100%;
	display: block;
}
