.cs-result-card {
  min-height: 240px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-block: 20px;
  overflow:hidden;
  cursor:pointer;
  width: 270px;
  display: inline-block;
}

.cs-result-card:hover{
	text-decoration:none !important;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
}

.cs-img-thumbnail {
  object-fit: cover;
  width: 100% !important;
  height: 180px;
}

.cs-hotel-title{
	font-weight:bold;
	white-space: normal;
	line-height: 1.3;
	height: 64px;
}

.cs-result-card:hover {
	text-decoration: none;
}

.cs-price-med{
	font-weight:bold;
}

.carousel-pernight{
	font-size:14px;
	display:inline-block;
	font-weight: normal;
}
.cs-result-card .cardCashbackBadge{
	margin-top:2px;
}