.is-style-text-link.wp-block-read-more {
	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;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2.25px;
}

.is-style-text-link.wp-block-read-more:hover,
.is-style-text-link.wp-block-read-more:focus {
	text-decoration: underline;
	text-decoration-color: var(--wp--preset--color--3);
}