<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-69482 .elementor-element.elementor-element-64f730c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-69482 .elementor-element.elementor-element-6544cf9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:20px;}.elementor-69482 .elementor-element.elementor-element-5fca6e2{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-69482 .elementor-element.elementor-element-8fe0d80{width:var( --container-widget-width, 205px );max-width:205px;--container-widget-width:205px;--container-widget-flex-grow:0;}.elementor-69482 .elementor-element.elementor-element-8fe0d80.elementor-element{--order:99999 /* order end hack */;}.elementor-69482 .elementor-element.elementor-element-132e8a6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-69482 .elementor-element.elementor-element-6544cf9{--width:50%;}.elementor-69482 .elementor-element.elementor-element-132e8a6{--width:50%;}}/* Start custom CSS for container, class: .elementor-element-64f730c */.fixed-height-container{
	max-height: 800px;
	height: 100%;
	overflow-y: scroll;
}

.destinations-parent-container{
display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    gap: 20px;
	  margin-bottom: 20px;
}

.destination-item{
	margin: 0;
	border: 1px solid #DDDDDD;
	padding: 20px;
	border-radius: 3px;
	flex: 1 1 100%;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.destination-item .destination-data{
	width: 50%;
}

.destination-data h2 a{
	display: block;
	width: fit-content;
}

.destination-item h2{
	font-size: 1.2em;
	line-height: 1.1;
	margin: 0;
}

.destination-item p{
	padding: 0;
	margin: 0;
	color: #888888;
	line-height: 1;
}

.destination-item p a{
	color: #888888;
	font-size: 0.8em;
	line-height: 1;
}

.buttons-container{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 50%;
	justify-content: flex-end;
	align-items: center;
	margin-top: 0;
}

.buttons{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

.buttons .elementor-button-content-wrapper{
	flex-direction: row-reverse;
}

.buttons{
	font-size: 0.8em;
}

.facetwp-map-filtering { 
  display: none; 
}

.facetwp-facet{
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 767px){
	.fixed-height-container{
		max-height: 100%;
		height: 100%;
		overflow-y: none;
	}
	
	.destination-item  .destination-data{
		width: 70%;
	}
	
	.destination-item .buttons-container{
		width: 30%;
	}
}/* End custom CSS */</pre></body></html>