.krl-favorite-host {
	position: relative;
}

.krl-favorite-heart {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	min-width: 0 !important;
	min-height: 0 !important;
	line-height: 1 !important;
	appearance: none !important;
	cursor: pointer;
}

.krl-favorite-heart img {
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent !important;
}

.krl-favorite-heart[aria-pressed="true"] {}

.favorite-icon.krl-favorite-legacy--loading {
	opacity: 0.5;
	pointer-events: none;
}

.favorite-icon.krl-favorite-legacy--active .elementor-button-icon i {
	font-weight: 900;
}
