.is-style-text-link.wp-block-read-more,
.wp-block-post-excerpt__more-link {
	background: url(../images/icon-link.svg) no-repeat right 7px;
	border: none;
	border-radius: 0;
	color: var(--wp--preset--color--three);
	font-size: var(--wp--preset--font-size--heading-6);
	font-family: var(--wp--preset--font-family--one);
	font-weight: 400;
	padding: 7px 35px 13px 0;
	min-width: auto;
	letter-spacing: 3.5px;
	text-decoration: none;
}

.is-style-text-link.wp-block-read-more:hover,
.wp-block-post-excerpt__more-link:hover {
	background: url(../images/icon-link-hover.svg) no-repeat right 7px;
	text-decoration: none;
}
