.is-style-text-link.wp-block-read-more {
	background: url(../images/icon-link.svg) no-repeat right 17px;
	border: none;
	border-radius: 0;
	color: var(--wp--preset--color--3);
	font-family: var(--wp--preset--font-family--2);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.3px;
	min-width: 0;
	padding: 10px 35px 0 0;
    border-top: 1px dashed var(--wp--preset--color--6);
    width: 100%;
	border-bottom: none !important;
	margin: 30px 0 0 !important;
}

.is-style-text-link.wp-block-read-more:hover {
	text-decoration: underline;
}

