/**
 * Header Donate (button 1): filled heart + green CTA, white label.
 */
#masthead .ast-header-button-1 .ast-custom-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.6em;
	flex-direction: row;
	padding: 0.7em 1.6em;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	color: #fff !important;
	background-color: #C4D600 !important;
	border-color: transparent !important;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

#masthead .ast-header-button-1 .ast-custom-button:hover,
#masthead .ast-header-button-1 .ast-custom-button:focus {
	color: #fff !important;
	background-color: #a8b000 !important;
}

#masthead .ast-header-button-1 .ast-custom-button::before {
	content: "";
	display: block;
	width: 1.3em;
	height: 1.3em;
	flex-shrink: 0;
	background: transparent no-repeat center / contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
	transform-origin: center;
	will-change: transform;
	animation: hfh-donate-heart-breathe 1.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
	#masthead .ast-header-button-1 .ast-custom-button::before {
		animation: none;
	}
}

@keyframes hfh-donate-heart-breathe {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
}

/* Transparent header: keep Donate readable on hero */
.ast-theme-transparent-header #masthead .ast-header-button-1 .ast-custom-button {
	color: #fff !important;
	background-color: #C4D600 !important;
}

.ast-theme-transparent-header #masthead .ast-header-button-1 .ast-custom-button:hover {
	background-color: #a8b000 !important;
}

/* Elementor header donate button */
#hfh-el-donate--header {
	display: inline-flex !important;
	align-items: center;
	gap: 0.6em;
	padding: 0.7em 1.6em !important;
	font-size: 1.05rem !important;
	font-weight: 700 !important;
	border-radius: 10px !important;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

#hfh-el-donate--header::before {
	content: "";
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
	flex-shrink: 0;
	background: transparent no-repeat center / contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");
	transform-origin: center;
	will-change: transform;
	animation: hfh-donate-heart-breathe 1.8s ease-in-out infinite;
}
