.is-style-white-hover .wp-block-button__link:hover,
.is-style-white-hover .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--1);
	border-color: var(--wp--preset--color--1);
	color: var(--wp--preset--color--4);
}

.is-style-orange-outline .wp-block-button__link {
	background-color: transparent;
	border-color: var(--wp--preset--color--3);
	color: var(--wp--preset--color--6);
}

.is-style-orange-outline .wp-block-button__link:hover,
.is-style-orange-outline .wp-block-button__link:focus {
	border-color: var(--wp--preset--color--3);
	background-color: var(--wp--preset--color--3);
	color: var(--wp--preset--color--4);
}

.is-style-text-link .wp-block-button__link {
	background: url( "../images/icon-link.svg" ) no-repeat right center;
	border: none;
	border-radius: 0;
	color: var(--wp--preset--color--6);
	padding: 0 28px 0 0;
	min-width: auto;
	text-underline-offset: 5px;
}

.is-style-text-link .wp-block-button__link:hover,
.is-style-text-link .wp-block-button__link:focus {
	text-decoration: underline;
	text-decoration-color: var(--wp--preset--color--3);
}

.is-style-text-link .wp-block-button__link:focus {
	outline: 1px solid var(--wp--preset--color--6);
	outline-offset: 0;
}

.is-style-course-button .wp-block-button__link {
	padding-left: 45px;
	padding-right: 60px;
	font-weight: 600;
	background-image: url( "../images/icon-plus-gray.svg" );
	background-repeat: no-repeat;
	background-size: 19px 19px;
	background-position: right 34px center;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.95px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.is-style-course-button .wp-block-button__link:hover,
.is-style-course-button .wp-block-button__link:focus {
	background-image: url( "../images/icon-plus-white.svg" );
}