.is-style-text-link.wp-block-read-more {
	padding: 5px 32px 1px 0;
	min-width: auto;
	font-weight: 700;
	font-size: 16px;
	border-radius: 0;
	background: url( "../images/icon-link.svg" ) no-repeat right center;
	transition: unset;
}

.is-style-text-link.wp-block-read-more{
	display: flex;
	text-decoration: none;
	gap: 5px;
	font-weight: 700;
}

.is-style-text-link.wp-block-read-more:after {
	content: "";
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: url(../images/icon-link.png) no-repeat center center;
	top: 2px;
    position: relative;
}

.is-style-text-link.wp-block-read-more:hover:after{
	background: url(../images/icon-link-hover.png) no-repeat center center;
	border-radius: 0;
}