/* Download button with icon */
.manifesto-button {
	position: relative;
}
.manifesto-button a:before {
	content: "\f1c1";
  font-family: "Font Awesome 6 Free";
	color: var(--brand-white);
}

.search-buttons .wp-block-column:nth-child(1) {
	display: flex;
	justify-content: flex-end !important;
}
.search-buttons .wp-block-column:nth-child(2) {
	display: flex;
	justify-content: flex-start !important;
}