.wp-block-button__link: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;
}
.gform_footer .wp-block-button__link:after {
	background: url("../images/btn-arrow-white.svg") no-repeat center;
}

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

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

.is-style-text-link .wp-block-button__link {
    background: none;
    border: none;
    border-radius: 0;
    color: var(--wp--preset--color--2);
    font-size: var(--wp--preset--font-size--small-size-1);
    font-family: var(--wp--preset--font-family--1);
    font-weight: 500;
    padding: 5px 0 0;
    min-width: 0;
}

.is-style-text-link .wp-block-button__link:after {
	margin: -2px 0 -2px 5px;
}

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

#site-container .is-style-text-link.wp-block-read-more {
	padding-right: 20px;
}

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

.is-style-play-button .wp-block-button__link {
	background: url(../images/video-play-btn.svg) no-repeat center center;
    border: none;
    text-indent: -9999px;
    color: var(--wp--preset--color--one);
    background-color: var(--wp--preset--color--two);
    position: absolute;
    inset: 0;
}

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

