<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* POI carousel cards*/
 
  .card {
	margin: 0 20px 0 0;
	/*box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);*/
	border: none;
	background: none !important;
	color: #fff !important;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.8px;
	text-align: left !important;
	padding: 0 !important;
	border-radius: 15px;
  }
  .card a, .card a:hover {
	color: #fff !important;
  }
  .card .poi_slider_cont {
	padding-bottom:15px; 
	background-color: #000; 
	border-radius: 15px;
  }
  .card .img-wrapper {
	display: flex;
	max-width: 100%;
	height: 180px;
	justify-content: right;
	align-items: end;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius: 15px;
	padding: 15px;
  }
  
  .card .poi_slider_ttl {
	padding: 15px !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -0.64px;
  }
  
.poi_card_prc_from {
	color: #000;
	background-color: #fff;
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.56px;
	text-align: center;
}

.poi_card_prc_from i {
	font-size: 18px !important;
	margin-right: 5px;
}
  
  .carousel-control-prev2,
  .carousel-control-next2 {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border: 0 !important;
	border-radius: 50%;
	margin-top: 20px;
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  }
  .carousel-control-prev2 i,
  .carousel-control-next2 i{
	font-size: 20px;
	margin-top: 6px;
	margin-right: 3px;
  }
  @media (min-width: 576px) {
	.carousel-inner {
		display: flex;
	  }
	.carousel-item {
		display: block;
		margin-right: 0;
		flex: 0 0 calc(90%/5);
	}
	
  }
  
  @media (max-width: 767px) {
	.card {
		margin: 0 15px;
	}
	.card .img-wrapper {
	height: 180px;
	}
  }

  @media (min-width: 768px) and (max-width:1023px) {
	.card .img-wrapper {
		height: 100px;
		padding: 7px !important;
	}
	.poi_slider_cont {
		padding-bottom:0px !important ;
	}
	.poi_slider_ttl {
		font-size: 12px !important;
	}
	.poi_card_prc_from,
	.poi_card_prc_from i {
		font-size: 11px !important;
	}
  }

  /* carousel cards END */</pre></body></html>