.ayd-donate-page .woocommerce .single-product div.product {
	display: block;
}

.ayd-donate-page .entry-header,
.ayd-donate-page .woocommerce .single-product div.product .summary.entry-summary {
	box-sizing: border-box;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 760px;
	width: 100%;
}

.ayd-donate-page .entry-header {
	text-align: center;
}

.ayd-donate-page .woocommerce .single-product div.product .summary.entry-summary {
	clear: both;
}

.ayd-donate-page .woocommerce .single-product form.cart {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	width: 100%;
}

.ayd-donate-page .ayd-suggested-donations {
	border: 0;
	box-sizing: border-box;
	clear: both;
	margin: 0 0 1.25rem;
	min-width: 0;
	padding: 0;
	width: 100%;
}

.ayd-donate-page .ayd-suggested-donations legend {
	color: #18342e;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.8rem;
	padding: 0;
}

.ayd-donate-page .ayd-suggested-donations__grid {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ayd-donate-page .ayd-suggested-donations__button {
	align-items: flex-start;
	background: #fff;
	border: 2px solid #d9e4df;
	border-radius: 10px;
	color: #18342e;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-height: 92px;
	padding: 0.9rem;
	text-align: left;
	transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	width: 100%;
}

.ayd-donate-page .ayd-suggested-donations__button strong {
	font-size: 1rem;
}

.ayd-donate-page .ayd-suggested-donations__button span {
	font-size: 0.82rem;
	line-height: 1.35;
}

.ayd-donate-page .ayd-suggested-donations__button:hover {
	border-color: #277b69;
	color: #18342e;
}

.ayd-donate-page .ayd-suggested-donations__button:focus-visible {
	outline: 3px solid #277b69;
	outline-offset: 3px;
}

.ayd-donate-page .ayd-suggested-donations__button.is-selected,
.ayd-donate-page .ayd-suggested-donations__button[aria-pressed="true"] {
	background: #17623e;
	border-color: #17623e;
	box-shadow: 0 0 0 1px #17623e;
	color: #fff;
}

.ayd-donate-page .ayd-suggested-donations__button.is-selected strong,
.ayd-donate-page .ayd-suggested-donations__button.is-selected span,
.ayd-donate-page .ayd-suggested-donations__button[aria-pressed="true"] strong,
.ayd-donate-page .ayd-suggested-donations__button[aria-pressed="true"] span {
	color: #fff;
}

.ayd-donate-page .ayd-custom-amount {
	margin-bottom: 1.25rem;
	width: 100%;
}

.ayd-donate-page .ayd-custom-amount > label {
	color: #18342e;
	display: block;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.ayd-donate-page .ayd-custom-amount__control {
	align-items: center;
	display: flex;
	gap: 0.6rem;
}

.ayd-donate-page .ayd-custom-amount input.alg_open_price {
	box-sizing: border-box;
	font-size: 1rem;
	max-width: none !important;
	min-height: 48px;
	text-align: left !important;
	width: 100% !important;
}

.ayd-donate-page .ayd-custom-amount .popfwc-currency-symbol {
	color: #18342e;
	font-weight: 700;
}

.ayd-donate-page .woocommerce .single-product form.cart div.quantity {
	display: none;
}

.ayd-donate-page .woocommerce .single-product form.cart .single_add_to_cart_button {
	float: none;
	font-size: 1rem;
	margin: 0;
	min-height: 50px;
	width: 100%;
}

@media (max-width: 680px) {
	.ayd-donate-page .entry-header,
	.ayd-donate-page .woocommerce .single-product div.product .summary.entry-summary {
		max-width: 100%;
	}

	.ayd-donate-page .ayd-suggested-donations__grid {
		grid-template-columns: 1fr;
	}

	.ayd-donate-page .ayd-suggested-donations__button {
		min-height: 0;
	}
}
