.wtaw-donate-button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	padding: 14px 22px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: transform 150ms ease, box-shadow 150ms ease;
}

.wtaw-donate-button:hover,
.wtaw-donate-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.wtaw-donate-button:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 2px;
}

@media (max-width: 600px) {
	.wtaw-donate-button {
		right: 12px;
		bottom: 12px;
		padding: 12px 18px;
		font-size: 14px;
	}
}

@media (min-width: 601px) {
	.wtaw-donate-button {
		right: 28px;
		bottom: 28px;
		padding: 18px 32px;
		font-size: 20px;
	}
}
