<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.offers-container {
	font-family: 'Montserrat', sans-serif;
	color: #4a4a4a;
	max-width: 900px;
	margin: 0 auto;
  }
  
  .offers-heading {
	color: #4b6c1c;
	font-size: 28px;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 10px;
	margin-bottom: 25px;
  }
  
  .offers-content {
	background-color: #f9f9f9;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }
  
  .offers-text {
	line-height: 1.6;
	margin-bottom: 20px;
  }
  
  .contact-link {
	color: #4b6c1c;
	text-decoration: none;
	border-bottom: 1px dotted #3a7bd5;
  }
  
  .tips-heading {
	color: #4b6c1c;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 20px;
  }
  
  .tips-list {
	background-color: white;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 20px;
  }
  
  .tip-item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
  }
  
  .tip-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
  }
  
  .tip-number {
	background-color: #4b6c1c;
	color: white;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	margin-right: 10px;
	font-weight: bold;
  }
  
  .tip-title {
	color: #4b6c1c;
  }
  
  .offers-content {
	background-color: #f9f9f9;
	border-radius: 8px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	border-left: 4px solid #c2b48c;
  }


.availabilityContainer {
	
	margin-left: -30px;
	width: CALC(100% + 60px);
	margin-top: -5px;
	
}

.resultsBox2Left {
	
	padding-right: 14px;
	
}

.a3AccommName {

	margin-top: 20px;
	border-radius: 0;
	margin: 10px -30px;
	width: CALC(100% + 60px);
	padding: 13px 0;
	font-size: 22pt;
	
}


.availabilityContainer {

	justify-content: space-around;
	-webkit-justify-content: space-around;
	
}


.regionBox {
	
	width: 25%;

}



/* Media Queries */

/* smart phone portrait */

@media only screen and (max-width: 600px) {
	
	.availabilityContainer {

		flex-direction: column;
		-webkit-flex-direction: column;
		
	}
	
	.regionBox {
		width: 100%;
	}
	
	.desktopVersion {
		display: none;
	}
	
	.mobileVersion {
		display: block;
	}
		
	.a3AccommName {
		
		margin: auto;
		padding: 10px;
		font-size: 16pt;
		
	}
		
	.regionBox {
		display: flex;
		flex-direction: row;
		padding: 10px 10px 0 10px;

	}
	
	.availText {
		text-align: left;
	}
	

	
	.availabilityContainer {
		
		margin: auto;
		width: 100%;
		margin-top: 4px;

	}
	
	.dealsBoxesContainer {
		margin-top: 12px;
	}
	
	.resultsBox2Left {
		
		font-size: 9pt;
		width: 100%;
		color: black;
		padding-right: 7px;
		margin-bottom: 6px;
		
	}

}

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