<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* option-beach.css */

.heading-1 {
	background: #84cfe8;
	color: #fff;
	padding: 10px 30px;
	text-align: left;
	font-size: 15px;
	margin: 0 -10px 0;
}
ul.disc {
	list-style: disc;
	margin: 15px 0 0 10px;
	text-align: left;
	font-size: 12px;
}
.others-wp .post li:not(:first-child) {
	margin-top: 5px;
}
.others-wp .post .dots {
	display: inline-block;
	width: 60%;
	background: url(/common/img/option/others/beach/bg-dots.jpg) repeat-x left center;
}
.others-wp .post .item {
	background: #fff;
}
.others-wp .post .price {
	display: inline-block;
	font-size: 16px;
	color: rgb(51,51,51) !important;
}
.plan-box {
	font-size: 12px;
	padding-top: 15px;
}
.plan-box .title-1 {
	color: #0aa0d2;
	font-weight: bold;
	font-size: 13px;
}
.col-1.v1 {
	margin-top: 40px;
}
.heading-1.v1 {
	margin-top: 40px;
}
.option-banners {
	margin-top: 40px !important;
}
@media screen and (min-width: 800px) {
	ul.disc {
		font-size: 14px;
		margin: 15px 0 0 45px;
	}
	.heading-1 {
		background: #84cfe8;
		color: #fff;
		padding: 5px 10px;
		text-align: left;
		font-size: 14px;
	}
	.others-wp .post .price {
		display: inline-block;
		font-size: 18px;
	}
	.plan-box {
		overflow: hidden;
		font-size: 12px;
		padding-top: 15px;
	}
	.plan-box .col-1 {
		float: left;
		width: 50%;
	}
	.plan-box .title-1 {
		color: #0aa0d2;
		font-size: 14px;
		font-weight: bold;
	}
	.option-banners {
		margin-top: 65px !important;
	}
	.col-1.v1 {
		margin-top: 0;
	}
}
</pre></body></html>