

.wp-block-button__link,
.wp-block-button__link:link {
	background:#575a5f;
	color:#fff;
	text-decoration:none;
	border-radius:0.3em;
	box-shadow:none;
	padding:0.8em 1.5em;
	font-size:1.6rem;
	cursor:pointer;
	font-weight:700;
	transition:0.2s all;
}
.wp-block-button__link:active,
.wp-block-button__link:hover {
	background:#63676d;
	color:#fff;
}

.is-style-blue .wp-block-button__link {
	background:#002f7c;
	color:#fff;
}
.is-style-blue .wp-block-button__link:active,
.is-style-blue .wp-block-button__link:hover {
	background:#023d9d;
	color:#fff;
}