#pluginAppObj_8_01 .post { 
    max-height: 370px;
    overflow: auto;
}

@media (max-width: 479.9px) { #pluginAppObj_8_01 .post {overflow: visible; }}

    #pluginAppObj_8_01 .post_title {
	display: block;
	font-family: 'Poppins';
	font-size: calc(20pt - max(20pt - var(--min-text-size), 0pt) * var(--font-size-factor)) ;
	text-align: left;
	color: rgba(0, 0, 0, 1);
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 5px;
}

#pluginAppObj_8_01 .post_body {
	font-family: 'Poppins';
	font-size: calc(14pt - max(14pt - var(--min-text-size), 0pt) * var(--font-size-factor)) ;
	text-align: left;
	color: rgba(102, 102, 102, 1);
	font-style: normal;
	font-weight: normal;
	margin-bottom: 5px;
}

#pluginAppObj_8_01 .post_data {
	font-size: calc(13pt - max(13pt - var(--min-text-size), 0pt) * var(--font-size-factor));
	font-family: 'Poppins';
	text-align: left;
	color: rgba(102, 102, 102, 1);
	font-style: normal;
	font-weight: normal;
	margin-bottom: 8px;
}