/**
 * Seasonal Donate Button in header (tertiary menu).
 *
 * Ensures the donate block fits inline in the tertiary nav and is clickable.
 */

/* .donate-block-wrapper.donate-block {
	display: inline-flex;
	flex-direction: column;
	align-items: stretch;
}

.donate-block-wrapper .donate-block__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5em;
	text-align: center;
}

.donate-block-wrapper .donate-block__content .button.button--callout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.4em 0.8em;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid currentColor;
	white-space: nowrap;
}

.donate-block-wrapper .donate-block__content .button.button--callout:hover,
.donate-block-wrapper .donate-block__content .button.button--callout:focus {
	text-decoration: none;
	opacity: 0.9;
} */
