<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
	width: 100%;
	display: table;
}
.content {
	padding: 0 10px;
}
.row {
	width: 233px;
	min-height: 275px;
	padding: 0;
	display: inline-block;
	background: white;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	margin: 0 0 30px 27px;
	vertical-align: top;
	position: relative;
}
.image {
	display: block;
	overflow: hidden;
	height: 160px;
}
.image img {
	width: 100%;
	height: 150px;
}
.container .image {
	width: 100%;
	display: block;
	overflow: hidden;
	height: 160px;
}

.user-author {
	margin-bottom: 20px;
	display: table;
	color: #93ae8c;
}
.ratings {
	color: #ffc107;
	font-size: 14px;
	cursor: pointer;
	left: 10px;
	bottom: 0;
	position: absolute;
	margin: 14px 0;
}
.ratings .rating {
	display: none !important;
}
.user-rating span {
	margin-bottom: 0 !important;
	margin-left: 0;
}
.user-rating {
	margin: 0;
	font-size: 9px;
	color: #777;
	position: absolute;
	right: 10px;
	bottom: 12px;
	float: right;
}
.user-rating .stars {
	margin-top: 0 !important;
}
</pre></body></html>