.read-more-content {

	position: relative;
	font-weight: 400;
	cursor: pointer;
}



.showmore {
	cursor: pointer;
	display: inline;
	position: absolute;
	right: 40px;
	    line-height: inherit;
    top: 0;


}

.showmore:after{
    height: 20px;
    width: 20px;

    content: '+';
    position: absolute;
}
.show-part + .showmore:after{
	content: '-';
}


.read-more-content .hidden-part {
	display: none;
	color:var(--wp--preset--color--light-gray);
	font-weight: 400;
	margin-top:20px;

	cursor: auto;
}