.rw-read-more {
	display: inline-flex;
	gap: 8px;
	color: #fff;
	text-decoration: none;
	font-family: 'Noto Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

a.rw-read-more:after {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url('../images/arrow-right.svg');
}

a.rw-read-more:hover {
	color: #01D3CA;
}

a.rw-read-more:hover:after {
	color: #01D3CA;
	background-image: url('../images/arrow-right-blue.svg');
}

.rw-posts-read-more-hide-unhide {
	display: block !important;
	width: fit-content;
	text-align: center;
	color: #0086DF;
	background-color: white ;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	opacity: 1;
	transition: all 0.2s;
}

.rw-posts-read-more-hide-unhide:hover {
	background-color: #01D3CA;
	color: white;
}

.rw-posts-read-more-hide-unhide-div {
	display: flex;
	justify-content: center;
	margin-top: 32px;
}

.rw-posts-read-more-hide-unhide-hidden {
	display: none !important;
}