/* OffPeakLuxury self-catering property page. hotels.css dresses the header, tabs, offer box and sidebar and
   gallery.css the gallery; this file adds the pieces the hotel page has no equivalent for */

/* ---- the header strip: the location line under the name, as the hotel page shows it */
#hotel_header span.hotel_location a {
	font-size: inherit;
}

/* ---- the "Your stay" box: the hotel's offers box, one column of facts instead of a package */
#offers_box_body ul.offer_details_list {
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}
#offers_box_body ul.offer_details_list li {
	padding: 1px 0;
	margin-bottom: 2px;
	line-height: 1.4em !important;
}
/* the hotel offer box's own tick (proto.css draws it from this icon on the hotel page) */
#offers_box_body ul.offer_details_list li span.fa {
	display: inline-block;
	width: 16px;
	height: 16px;
	min-width: 16px;
	margin: 0 8px -3px 0;
	background: url(/proto/icons/circle-check-regular.svg) no-repeat 0 50%;
	background-size: 16px;
}
#offers_box_body p {
	line-height: 1.4em !important;
}
#offers_box_header span.price_basis_disclaimer {
	display: block;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #888;
}

/* ---- the sprite icons inside the hotel page's maroon icon squares */
span.icon_group_icon.sc-svg-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
span.icon_group_icon.sc-svg-icon svg {
	width: 30px;
	height: 30px;
	color: #fff;
}

/* ---- location: the hotel page's map block, wider and drawn live (hotels.css puts it at 320px absolute right) */
#at_a_glance_location #map_block {
	width: 440px;
}
#at_a_glance_location #map_block .sc-map {
	width: 100%;
	height: 300px;
}
#at_a_glance_location #how_to_find {
	margin-right: 460px;
	min-height: 300px;
}
#how_to_find form.sc-directions {
	margin-top: 10px;
}
#how_to_find form.sc-directions input[type=text] {
	padding: 6px;
	border: 1px solid #CCC;
	border-radius: 2px;
	width: 160px;
	margin-right: 6px;
}

/* ---- the sidebar enquiry box: the hotel's booking box, with facts where the calendar was */
#booking_box p.sc-side-price {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 8px 0 2px;
	color: #fff;
}
#booking_box p.sc-side-price small {
	display: block;
	font-size: 0.7em;
	color: #F0D0D0;
}
#booking_box ul.sc-side-facts {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 0.95em;
	color: #fff;
}
#booking_box ul.sc-side-facts li {
	padding: 3px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#booking_box a.book_button {
	display: block;
	text-align: center;
	margin-top: 10px;
}
#booking_box p.sc-side-note {
	font-size: 0.8em;
	color: #F0D0D0;
	margin: 8px 0 0;
}

/* ---- nearby properties: the similar-hotels block and its two-up grid (similar_hotels.cfm styles that inline) */
#similar_hotels .hotel_row_wrapper {
	display: flex;
	flex-wrap: wrap;
}
#similar_hotels .hotel_cell_wrapper {
	width: 48%;
	margin: 10px 0;
	display: flex;
}
#similar_hotels .hotel_cell_image {
	width: 120px;
	margin-right: 10px;
	flex: 0 0 auto;
}
#similar_hotels .hotel_cell_image img {
	width: 110px;
	height: 80px;
	object-fit: cover;
	display: block;
}

/* the newsletter panel sits in the floating box here: full width of the box, room for the envelope before the voucher */
#floating_booking_box .top_item_wrapper {
	margin-bottom: 20px;
}
#floating_booking_box .top_item_wrapper div.gradient_wrapper {
	width: auto;
	float: none;
	margin-top: 10px;
}

@media (max-width: 768px) {
	/* the hotel page's fixed "Book" button is sized for four letters */
	#mobile_hotel_calendar {
		width: auto !important;
		padding: 0 10px 0 30px;
	}
	#similar_hotels .hotel_cell_wrapper {
		width: 100%;
	}
	#at_a_glance_location #map_block .sc-map {
		width: 100%;
	}
}

/* the description's Read more */
#hotel_desc .sc-desc-toggle {
	margin: 4px 0 0;
}
#hotel_desc .sc-desc-toggle a {
	font-size: 0.9em;
}
