.is-style-text-link.wp-block-read-more {
	background: url( "../images/text-link-icon-normal.svg" ) no-repeat right center;
	border: none;
	border-radius: 0;
	color: var(--wp--preset--color--three);
	padding: 6px 36px 6px 0;
	min-width: auto;
	text-decoration: none;
	font-weight: 700;
}

.is-style-text-link.wp-block-read-more:hover,
.is-style-text-link.wp-block-read-more:focus {
	background-image: url( "../images/text-link-icon-hover.svg" );
}