.wpheka-plugin-donation-notice {
	position: relative;
	border-left-color: #cd331f;
	padding-right: 38px;
}

.wpheka-plugin-donation-notice p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.wpheka-plugin-donation-plugin-name {
	font-weight: 600;
	color: #1d2327;
}

.wpheka-plugin-donation-text {
	color: #50575e;
}

.wpheka-plugin-donation-notice .wpheka-plugin-donation-button,
.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:visited {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #fff;
	border: 1px solid #cd331f;
	border-radius: 3px;
	color: #cd331f;
	padding: 3px 12px;
	text-decoration: none;
	box-shadow: none;
	line-height: 1.6;
}

.wpheka-plugin-donation-notice .wpheka-plugin-donation-button .dashicons-heart {
	color: #cd331f;
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 1.3;
}

.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:hover,
.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:focus,
.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:active {
	background: #cd331f;
	color: #fff;
	text-decoration: none;
}

.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:hover .dashicons-heart,
.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:focus .dashicons-heart,
.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:active .dashicons-heart {
	color: #fff;
}

.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:focus {
	box-shadow: none;
	outline: 1px solid #cd331f;
	outline-offset: 1px;
}

.wpheka-plugin-donation-notice .wpheka-plugin-donation-button:hover .dashicons-heart {
	animation: .8s infinite heart_beat;
}

@keyframes heart_beat {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.1);
	}
	40% {
		transform: scale(1);
	}
	60% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
