.wp-block-jille-read-more::after {
	content: "";
	clear: both;
	display: table;
}

.wp-block-jille-read-more .read-more-block > img {
	margin-bottom: 10px;
	margin-right: 10px;
	max-height: 100px;
	max-width: 100px;
	float: left;
}

.wp-block-jille-read-more.opened .read-more-block > img {
	max-height: unset;
	max-width: 285px;
	margin-right: 1em;
	transition: 400ms;
}

@media screen and (max-width: 500px) {
	.wp-block-jille-read-more.opened .read-more-block > img {
		margin: 0 auto 1em auto;
		width: 100%;
		max-width: unset;
		float: none;
	}
}

.wp-block-jille-read-more:not(.opened) .read-more-block > .wp-block-group:nth-of-type(2) {
	display: none;
}

.wp-block-jille-read-more .read-more-block .wp-block-jille-read-more-text {
    background-color: inherit;
    text-align: center;
    color: #9DBF3B;
    border-top: 2px solid lightgrey;
    margin: 0;
	clear: both;
	cursor: pointer;
	height: 0;
}

.wp-block-jille-read-more .read-more-block .wp-block-jille-read-more-text::after {
	content: "\f0dd";
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	margin-left: 5px;
	position: relative;
	top: -0.2em;
} 

.wp-block-jille-read-more.opened .read-more-block .wp-block-jille-read-more-text::after {
	content: "\f0de";
	top: 0.2em;
}