.is-style-navy-lime .wp-block-button__link {
	background-color: var(--wp--preset--color--three);
	color: var(--wp--preset--color--one);
}

.is-style-navy-lime .wp-block-button__link:hover,
.is-style-navy-lime .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--five);
	color: var(--wp--preset--color--three);
}

.is-style-text-link .wp-block-button__link {
	background: url(../images/icon-link.svg) no-repeat right 7px;
	border: none;
	border-radius: 0;
	color: var(--wp--preset--color--three);
	font-size: var(--wp--preset--font-size--heading-6);
	font-family: var(--wp--preset--font-family--one);
	font-weight: 400;
	padding: 13px 35px 13px 0;
	min-width: auto;
	letter-spacing: 3.5px;
	text-decoration: none;
}

.is-style-text-link .wp-block-button__link:hover {
	background: url(../images/icon-link-hover.svg) no-repeat right 7px;
	text-decoration: none;
}