.wp-element-button:after {
    content: '';
	display: inline-block;
	width: 18px;
	height: 12px;
	background: url(../images/btn-arrow.svg) no-repeat center;
	margin: -2px 0 -2px 13px;
	transition: all 0.3s ease-in-out;
}

.wp-element-button:hover:after {
	filter: brightness(0) saturate(100%) invert(16%) sepia(3%) saturate(16%) hue-rotate(320deg) brightness(106%) contrast(92%);
}

.is-style-btn-2 .wp-block-button__link {
	background-color: var(--wp--preset--color--4);
	border-color: var(--wp--preset--color--4);
	color: var(--wp--preset--color--1);
}

.is-style-btn-2 .wp-block-button__link:hover,
.is-style-btn-2 .wp-block-button__link:focus {
	background-color: transparent;
	border-color: var(--wp--preset--color--4);
	color: var(--wp--preset--color--4);
}
.is-style-btn-3 .wp-block-button__link:hover,
.is-style-btn-3 .wp-block-button__link:focus {
	background-color: var(--wp--preset--color--4);
	border-color: var(--wp--preset--color--1);
	color: var(--wp--preset--color--1);
}
.is-style-btn-3 .wp-element-button:hover:after {
	filter: none;
}

.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--3);
	font-size: var(--wp--preset--font-size--paragraph-1);
	font-family: var(--wp--preset--font-family--1);
	font-size: 20px;
	font-weight: 400;
	padding: 5px 35px 1px 0;
	min-width: auto;
}

.is-style-text-link .wp-block-button__link:hover {
	text-decoration: underline;
}

/*------------------- Play Button -------------------*/

.is-style-play-button .wp-block-button__link {
	background: url( "../images/video-play-button.svg" ) no-repeat center center;
	background-size: contain;
	padding: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	min-width: unset;
	border: none;
	text-indent: -9999px;
	color: var(--wp--preset--color--one);
	background-color: var(--wp--preset--color--two);
}

.is-style-play-button .wp-block-button__link:after {
	display:none;
}
