<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pp-container .swipe_view2_item{
	padding: 5px;
	box-sizing: border-box;
}

.pp-item {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	height: 300px;
	max-width: 350px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	position: relative;
	padding-bottom: 60px;
	color: #535353;
	margin: 0 auto;
	font-size: 16px;
}
.pp-item &gt; img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.pp-item:hover{
	box-shadow: 0px 0px 0px 1px #cccccc,0px 4px 12px 0 rgba(0, 0, 0, 0.24);
	text-decoration:none;
	color: #535353;
}
.pp-item .pp-item-bottom{
	box-sizing: border-box;
	background:#fff;
	position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:70px;
    padding:10px 14px;
}
.pp-item .pp-item-name {
    white-space:nowrap;
    text-align: left;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
}
.pp-item .pp-item-stars{
	display:block;
	position:absolute;
	left:14px;
    bottom:10px;
}
.pp-item .pp-item-reviews{
	position:absolute;
	right:14px;
    bottom:10px;
}
.pp-item .pp-item-reviews:hover {
	text-decoration:underline;
}
.pp-item .vehicles-count-block{
	background-color: #293948;
	color: #fff;
	border-radius:2px;
	position:absolute;
	top:-12px;
	right:5px;
	font-weight:bold;
	font-size:.9em;
	padding: 0 8px;
}

.pp-item .vehicles-count-block .vehicles-count{
	border-right:1px solid #fff;
	margin-right:4px;
	padding: 4px 8px 4px 0;
	display:inline-block;
}

</pre></body></html>