.wp-block-button.is-style-teal-white .wp-block-button__link,
.wp-block-button.is-style-teal-orange .wp-block-button__link {
	background-color: var(--wp--preset--color--teal);
    border-color: var(--wp--preset--color--teal);
    color: var(--wp--preset--color--charcoal);
}

.wp-block-button.is-style-teal-white .wp-block-button__link:hover,
.wp-block-button.is-style-teal-white .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--white);
}

.wp-block-button.is-style-teal-orange .wp-block-button__link:hover,
.wp-block-button.is-style-teal-orange .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--orange);
    border-color: var(--wp--preset--color--orange);
}

.wp-block-button.is-style-orange-shadow .wp-block-button__link {
    border: 10px solid #FFD6CB;
}

.wp-block-button.is-style-orange-shadow .wp-block-button__link:hover,
.wp-block-button.is-style-orange-shadow .wp-block-button__link:focus {
	border: 10px solid #9C9C9C;
}

.is-style-link .wp-element-button {
	background: transparent;
	border: transparent;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px 0 0;
	min-width: auto;
	position: relative;
}

.is-style-link .wp-element-button:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/link-icon.svg) no-repeat center;
	position: absolute;
	top: 1px;
	right: 0;
}

.is-style-link .wp-element-button:focus, 
.is-style-link .wp-element-button:hover {
	color: var(--wp--preset--color--charcoal);
	text-decoration: underline;
}