<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*RATING*/
.bx-newsdetail .fa.bx-star-active {
	color: #33B111;
}
/*BTN*/
.bx-newsdetail .btn {
	background-color: #33B111;
	border-color: #33B111;
}
.bx-newsdetail .btn:active,
.bx-newsdetail .btn:hover {
	background-color: #76E359;
	border-color: #76E359;
}
</pre></body></html>