/*
Theme Name: 35th LD Democrats
Template: twentytwentyfive
Description: Child theme of Twenty Twenty-Five for the 35th LD Democrats website.
Version: 1.0
*/

/* Header CTA buttons — DONATE / REGISTER TO VOTE */
.header-cta-buttons {
	display: flex;
	align-self: stretch;
	margin: 0;
	gap: 0;
}

.header-cta-buttons .wp-block-buttons {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	align-self: stretch;
}

.header-cta-buttons .wp-block-button {
	margin: 0;
	align-self: stretch;
}

.header-cta-buttons .wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100%;
	border-radius: 0;
	padding: 0 10px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
}

.header-cta-buttons .wp-block-button__link:hover {
	opacity: 0.9;
}
