body.habg-layout3-active {
	--habg-navy: #16283d;
	--habg-gold: #b47a35;
	--habg-gold-dark: #8f5f28;
	--habg-surface: #f7f5f1;
	--habg-card: #fff;
	--habg-border: #ddd8cf;
	--habg-muted: #5e6d77;
	overflow-x: clip;
}

.habg-layout3,
.habg-layout3 * {
	box-sizing: border-box;
}

.habg-layout3 .container {
	max-width: 1200px;
}

.habg-layout3__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin: 18px 0 22px;
}

.habg-layout3__title {
	margin: 0;
	color: var(--habg-navy);
	font-size: 30px;
	font-weight: 500;
	letter-spacing: -.015em;
	line-height: 1.3;
}

.habg-layout3__address {
	margin-top: 8px;
	color: var(--habg-muted);
}

.habg-layout3__rating {
	min-width: 150px;
	text-align: right;
}

.habg-layout3-gallery {
	position: relative;
	overflow: hidden;
	border-radius: 14px;
	background: #e9edf0;
}

.habg-layout3-gallery__track {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 6px;
	height: 500px;
}

.habg-layout3-gallery__item {
	position: relative;
	display: block;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	background: #e9edf0;
}

.habg-layout3-gallery__item:first-child {
	grid-row: 1 / 3;
}

.habg-layout3-gallery__item:nth-child(n+6) {
	display: none;
}

.habg-layout3-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .2s ease;
}

.habg-layout3-gallery__item:hover .habg-layout3-gallery__image {
	transform: scale(1.02);
}

.habg-layout3-gallery--1 .habg-layout3-gallery__track {
	grid-template-columns: 1fr;
}

.habg-layout3-gallery--1 .habg-layout3-gallery__item:first-child {
	grid-column: 1 / -1;
}

.habg-layout3-gallery--2 .habg-layout3-gallery__track,
.habg-layout3-gallery--3 .habg-layout3-gallery__track {
	grid-template-columns: 2fr 1fr;
}

.habg-layout3-gallery--2 .habg-layout3-gallery__item:nth-child(2),
.habg-layout3-gallery--4 .habg-layout3-gallery__item:nth-child(2) {
	grid-row: 1 / 3;
}

.habg-layout3-gallery__more {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 14px;
	border-radius: 22px;
	background: rgba(0, 0, 0, .72);
	color: #fff;
	font-size: 14px;
	font-weight: 650;
}

.habg-layout3-gallery__mobile-nav {
	display: none;
}

.habg-layout3-summary {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 106px;
	margin: 20px 0 28px;
	padding: 0;
	border: 1px solid var(--habg-border);
	border-radius: 14px;
	background: var(--habg-surface);
	box-shadow: 0 8px 28px rgba(22, 40, 61, .06);
}

.habg-layout3-summary__item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 16px 20px;
	border-left: 1px solid var(--habg-border);
}

.habg-layout3-summary__item:first-child {
	border-left: 0;
}

.habg-layout3-summary__icon {
	flex: 0 0 auto;
	color: var(--habg-gold);
	font-size: 25px;
}

.habg-layout3-summary__content {
	min-width: 0;
}

.habg-layout3-summary__name {
	display: block;
	margin-bottom: 3px;
	color: var(--habg-muted);
	font-size: 14px;
	font-weight: 500;
}

.habg-layout3-summary__value {
	display: block;
	overflow-wrap: anywhere;
	color: var(--habg-navy);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
}

.habg-layout3__body {
	display: grid;
	grid-template-columns: minmax(0, 870px) 270px;
	align-items: start;
	gap: 30px;
}

.habg-layout3__content-column {
	min-width: 0;
}

.habg-layout3__main {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--habg-border);
	border-radius: 14px;
	padding: 38px 42px;
	background: var(--habg-surface);
	box-shadow: 0 8px 24px rgba(22, 40, 61, .06);
}

.habg-layout3-section {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid var(--habg-border);
}

.habg-layout3-section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.habg-layout3-section > :first-child {
	margin-top: 0;
}

.habg-layout3-section > :last-child {
	margin-bottom: 0;
}

.habg-layout3-section h2 {
	margin: 0 0 18px;
	color: var(--habg-navy);
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -.015em;
}

.habg-layout3-section h3 {
	margin: 22px 0 8px;
	color: var(--habg-navy);
	font-size: 18px;
	font-weight: 700;
}

.habg-layout3-section p,
.habg-layout3-section li {
	color: #354558;
	font-size: 16px;
	line-height: 1.72;
}

/* Treat legacy nested content blocks like the surrounding paragraph copy. */
.habg-layout3-section > .habg-layout3-section {
	margin: 0;
	padding: 0;
	border: 0;
	color: #354558;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.72;
}

.habg-layout3-section ul {
	margin-bottom: 0;
	padding-left: 22px;
}

.habg-layout3-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	padding: 0;
	list-style: none;
}

.habg-layout3-list li {
	position: relative;
	padding-left: 26px;
}

.habg-layout3-list li::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--habg-gold);
	font-family: FontAwesome;
	content: "\f00c";
}

.habg-layout3-program {
	display: grid;
	gap: 18px;
}

.habg-layout3-program__item {
	padding: 0;
}

.habg-layout3-program__item h3 {
	margin-top: 0;
}

.habg-layout3-included {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.habg-layout3-included--single .habg-layout3-included__yes {
	grid-column: 1 / -1;
}

.habg-layout3-included--single .habg-layout3-included__yes ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
}

.habg-layout3-included ul {
	padding: 0;
	list-style: none;
}

.habg-layout3-included li {
	position: relative;
	padding: 5px 0 5px 27px;
}

.habg-layout3-included__yes li::before,
.habg-layout3-included__no li::before {
	position: absolute;
	top: 5px;
	left: 0;
	font-family: FontAwesome;
}

.habg-layout3-included__yes li::before {
	color: var(--habg-gold);
	content: "\f00c";
}

.habg-layout3-included__no li::before {
	color: #d65b4a;
	content: "\f00d";
}

.habg-layout3-faq {
	border-top: 1px solid var(--habg-border);
}

.habg-layout3-faq:first-of-type {
	border-top: 0;
}

.habg-layout3-faq summary {
	position: relative;
	padding: 17px 38px 17px 0;
	color: var(--habg-navy);
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.habg-layout3-faq summary::-webkit-details-marker {
	display: none;
}

.habg-layout3-faq summary::after {
	position: absolute;
	top: 15px;
	right: 4px;
	color: var(--habg-gold);
	font-size: 22px;
	content: "+";
}

.habg-layout3-faq[open] summary::after {
	content: "−";
}

.habg-layout3-faq__answer {
	padding: 0 30px 16px 0;
}

.habg-layout3-support-line {
	margin: 0 0 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid var(--habg-border);
	color: #425164;
	font-size: 16px;
	line-height: 1.65;
}

.habg-layout3-support-line a {
	color: var(--habg-gold-dark);
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.habg-layout3__sidebar {
	min-width: 0;
}

.habg-layout3__sidebar-stack {
	position: static;
}

@media (min-width: 992px) {
	body.habg-layout3-active .habg-layout3__sidebar {
		padding-top: 20px;
	}

	body.habg-layout3-active .habg-layout3__sidebar-stack.habg-smart-fit-active {
		position: sticky;
		top: 24px;
		z-index: 2;
	}

	body.admin-bar.habg-layout3-active .habg-layout3__sidebar-stack.habg-smart-fit-active {
		top: 56px;
	}

	/* Traveler's single-card desktop stickiness must not split the three-card stack. */
	body.habg-layout3-active .habg-layout3__sidebar #booking-request {
		position: static !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: auto !important;
		z-index: auto !important;
	}
}

.habg-layout3__sidebar .widgets,
.habg-layout3__sidebar #booking-request {
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.habg-layout3__sidebar #booking-request > form,
.habg-layout3__sidebar #booking-request .form-booking-wrapper,
.habg-layout3__sidebar #booking-request .widget-box {
	border: 1px solid var(--habg-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(22, 40, 61, .09);
}

.habg-layout3__sidebar #booking-request .form-head {
	border-color: var(--habg-gold) !important;
	background: var(--habg-gold) !important;
}

.habg-layout3__sidebar #booking-request .form-head,
.habg-layout3__sidebar #booking-request .form-head * {
	color: #fff !important;
}

.habg-layout3__sidebar .btn-primary,
.habg-layout3__sidebar .btn-green,
.habg-layout3 .hotel-target-book-mobile .btn {
	border-color: var(--habg-gold) !important;
	background: var(--habg-gold) !important;
}

.habg-layout3__sidebar .btn-primary:hover,
.habg-layout3__sidebar .btn-green:hover,
.habg-layout3 .hotel-target-book-mobile .btn:hover {
	border-color: var(--habg-gold-dark) !important;
	background: var(--habg-gold-dark) !important;
}

/* Match the approved live calendar palette on desktop and mobile. */
body.habg-layout3-active .daterangepicker .calendar-table {
	color: #1a2b48 !important;
	font-family: Poppins, sans-serif !important;
	font-size: 14px !important;
	line-height: 21px !important;
}

body.habg-layout3-active .daterangepicker .month {
	color: #000 !important;
}

body.habg-layout3-active .daterangepicker .td-date.available:not(.active) .date {
	color: #1a2b48 !important;
}

body.habg-layout3-active .daterangepicker .td-date.today .date,
body.habg-layout3-active .daterangepicker .td-date.active .date {
	color: #fa5535 !important;
}

body.habg-layout3-active .daterangepicker .event-tooltip {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}

.habg-layout3-aside-card {
	margin-top: 18px;
	padding: 22px;
	border: 1px solid var(--habg-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(22, 40, 61, .06);
}

.habg-layout3-aside-card h2 {
	margin: 0 0 14px;
	color: var(--habg-navy);
	font-size: 20px;
	font-weight: 750;
}

.habg-layout3-aside-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.habg-layout3-aside-card li {
	position: relative;
	margin: 8px 0;
	padding-left: 22px;
	color: #425164;
}

.habg-layout3-aside-card li::before {
	position: absolute;
	left: 0;
	color: var(--habg-gold);
	font-family: FontAwesome;
	content: "\f00c";
}

.habg-layout3-contact a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 0;
	border-top: 1px solid var(--habg-border);
	color: var(--habg-navy);
}

.habg-layout3-contact a:first-of-type {
	border-top: 0;
}

.habg-layout3-contact i {
	width: 20px;
	color: var(--habg-gold);
	text-align: center;
}

.habg-layout3-contact span,
.habg-layout3-contact small,
.habg-layout3-contact strong {
	display: block;
}

.habg-layout3-contact small {
	margin-bottom: 2px;
	color: var(--habg-muted);
	font-size: 11px;
	font-weight: 500;
}

.habg-layout3-contact strong {
	overflow-wrap: anywhere;
	color: var(--habg-navy);
	font-size: 13px;
	line-height: 1.35;
}

@media (min-width: 992px) {
	body.habg-layout3-active .habg-layout3-contact a[href^="mailto:"] {
		gap: 8px;
	}

	body.habg-layout3-active .habg-layout3-contact a[href^="mailto:"] strong {
		overflow-wrap: normal;
		white-space: nowrap;
		font-size: 12px;
	}
}

.habg-layout3-related {
	margin: 0;
	padding: 0;
}

.habg-layout3-related h2 {
	margin: 0 0 22px;
	color: var(--habg-navy);
	font-size: 25px;
	font-weight: 500;
}

.habg-layout3-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.habg-layout3-related__card {
	overflow: hidden;
	border: 1px solid var(--habg-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(22, 40, 61, .07);
}

.habg-layout3-related__image-link {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e9edf0;
}

.habg-layout3-related__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .2s ease;
}

.habg-layout3-related__card:hover .habg-layout3-related__image {
	transform: scale(1.025);
}

.habg-layout3-related__body {
	padding: 16px;
}

.habg-layout3-related__title {
	margin: 0 0 14px;
	font-size: 19px;
	line-height: 1.35;
}

.habg-layout3-related__price {
	color: var(--habg-muted);
	font-size: 14px;
}

.habg-layout3-related__price strong {
	color: var(--habg-navy);
	font-size: 19px;
}

.habg-layout3-related__cta {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	margin-top: 16px;
	padding: 10px 18px;
	border-radius: 7px;
	background: var(--habg-gold);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.habg-layout3-related__cta:hover,
.habg-layout3-related__cta:focus {
	background: var(--habg-gold-dark);
	color: #fff;
}

@media (max-width: 991px) {
	.habg-layout3 .container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.habg-layout3__header {
		display: block;
		margin-top: 12px;
	}

	.habg-layout3__rating {
		display: none;
	}

	.habg-layout3-gallery {
		margin-right: 0;
		margin-left: 0;
		border-radius: 0;
	}

	.habg-layout3-gallery__track {
		display: flex;
		height: auto;
		gap: 0;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.habg-layout3-gallery__track::-webkit-scrollbar {
		display: none;
	}

	.habg-layout3-gallery__item,
	.habg-layout3-gallery__item:first-child,
	.habg-layout3-gallery__item:nth-child(n+6) {
		display: block;
		flex: 0 0 100%;
		width: 100%;
		aspect-ratio: 4 / 3;
		scroll-snap-align: start;
	}

	.habg-layout3-gallery__more {
		display: none;
	}

	.habg-layout3-gallery__mobile-nav {
		position: absolute;
		inset: 0;
		z-index: 5;
		display: block;
		pointer-events: none;
	}

	.habg-layout3-gallery__arrow {
		position: absolute;
		top: 50%;
		width: 38px;
		height: 38px;
		margin-top: -19px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(0, 0, 0, .62);
		color: #fff;
		pointer-events: auto;
	}

	.habg-layout3-gallery__arrow--previous {
		left: 10px;
	}

	.habg-layout3-gallery__arrow--next {
		right: 10px;
	}

	.habg-layout3-gallery__counter {
		position: absolute;
		right: 14px;
		bottom: 14px;
		padding: 6px 10px;
		border-radius: 16px;
		background: rgba(0, 0, 0, .72);
		color: #fff;
		font-size: 13px;
	}

	.habg-layout3-summary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		min-height: 0;
		margin: 14px 0 20px;
		padding: 0;
		border-radius: 12px;
	}

	.habg-layout3-summary__item {
		display: flex;
		min-width: 0;
		min-height: 84px;
		padding: 14px 18px;
		text-align: left;
	}

	.habg-layout3-summary__item:nth-child(odd) {
		border-left: 0;
	}

	.habg-layout3-summary__item:nth-child(n+3) {
		border-top: 1px solid var(--habg-border);
	}

	.habg-layout3-summary__icon {
		display: inline-block;
		margin: 0;
		font-size: 22px;
		line-height: 1;
	}

	.habg-layout3-summary__name {
		min-height: 0;
		margin: 0 0 3px;
		font-size: 12px;
		line-height: 1.25;
	}

	.habg-layout3-summary__value {
		font-size: 15px;
		line-height: 1.35;
	}

	.habg-layout3__body {
		display: block;
	}

	.habg-layout3__main {
		padding: 24px 20px;
		border-radius: 12px;
	}

	.habg-layout3-section {
		margin-bottom: 24px;
		padding: 0 0 24px;
	}

	.habg-layout3-section h2 {
		font-size: 24px;
	}

	.habg-layout3-list,
	.habg-layout3-included,
	.habg-layout3-included--single .habg-layout3-included__yes ul {
		grid-template-columns: 1fr;
	}

	.habg-layout3__sidebar-stack {
		position: static;
	}

	.habg-layout3-aside-card {
		display: none;
	}

	.habg-layout3-related {
		margin: 0;
	}

	.habg-layout3-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 991px) {
	body.habg-layout3-active {
		padding-bottom: 70px;
	}

	.habg-layout3 .hotel-target-book-mobile {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9999;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		width: 100%;
		min-height: 63px;
		padding: 8px 15px;
		border-top: 1px solid var(--habg-border);
		background: #fff;
		box-shadow: 0 -8px 24px rgba(22, 40, 61, .12);
	}

	.habg-layout3 .hotel-target-book-mobile .price-wrapper {
		color: var(--habg-muted);
		font-size: 13px;
		line-height: 1;
	}

	.habg-layout3 .hotel-target-book-mobile .price {
		display: inline;
		margin: 0 0 0 3px;
		color: var(--habg-navy);
		font-size: 18px;
		font-weight: 700;
	}

	.habg-layout3 .hotel-target-book-mobile .btn {
		min-width: 108px;
		margin: 0;
		padding: 10px 16px;
		border-radius: 6px;
		font-size: 14px;
		font-weight: 700;
	}

	body.habg-layout3-active #ht-ctc-chat {
		right: auto !important;
		bottom: 10px !important;
		left: 50% !important;
		z-index: 10000 !important;
		transform: translateX(-50%);
	}

	body.habg-layout3-active #ht-ctc-chat .ctc_chip {
		width: 42px;
		height: 42px;
		padding: 0 !important;
		border-radius: 50% !important;
		background: #fff !important;
		box-shadow: 0 2px 9px rgba(22, 40, 61, .2);
	}

	body.habg-layout3-active #ht-ctc-chat .ctc_cta {
		display: none !important;
	}

	body.habg-layout3-active #ht-ctc-chat .s4_img {
		margin: 0 !important;
	}
}

@media (max-width: 575px) {
	.habg-layout3__title {
		font-size: 26px;
	}

	.habg-layout3-related__grid {
		grid-template-columns: 1fr;
	}
}

/*
 * Approved live booking palette.
 * Traveler moves the mobile booking form outside .habg-layout3, so these rules
 * intentionally use the page body flag rather than a layout-descendant selector.
 */
body.habg-layout3-active #booking-request .form-book-wrapper {
	border-color: #b47a35 !important;
	background: #fff !important;
}

body.habg-layout3-active #booking-request .form-head {
	border-color: #b47a35 !important;
	background: #b47a35 !important;
	color: #fff !important;
}

body.habg-layout3-active #booking-request .form-head .price,
body.habg-layout3-active #booking-request .form-head .price .label,
body.habg-layout3-active #booking-request .form-head .price .value,
body.habg-layout3-active #booking-request .form-head .text-lg {
	border-color: #fff !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

body.habg-layout3-active #booking-request input.st-input-number {
	border-color: #b47a35 !important;
	color: #b47a35 !important;
	-webkit-text-fill-color: #b47a35 !important;
}

body.habg-layout3-active #booking-request .btn-book-ajax {
	border-color: #b47a35 !important;
	background: #b47a35 !important;
	color: #fff !important;
}

body.habg-layout3-active #booking-request .btn-book-ajax:hover,
body.habg-layout3-active #booking-request .btn-book-ajax:focus {
	border-color: #8f5f28 !important;
	background: #8f5f28 !important;
	color: #fff !important;
}

@media (max-width: 991px) {
	body.habg-layout3-active #booking-request.open,
	body.habg-layout3-active #booking-request.open .form-book-wrapper {
		background: #fff !important;
	}

	body.habg-layout3-active #booking-request .form-head {
		padding: 17px 20px 12px !important;
	}

	body.habg-layout3-active #booking-request .form-head .price {
		font-size: 18px !important;
		font-weight: 500 !important;
		line-height: 27px !important;
	}

	body.habg-layout3-active #booking-request .form-head .price .label {
		padding-right: 10px !important;
		font-size: 13px !important;
		font-weight: 400 !important;
		line-height: 18px !important;
	}

	body.habg-layout3-active #booking-request .form-head .price .value,
	body.habg-layout3-active #booking-request .form-head .text-lg {
		font-size: 21px !important;
		font-weight: 500 !important;
		line-height: 25px !important;
	}

	body.habg-layout3-active #booking-request .date-wrapper,
	body.habg-layout3-active #booking-request .guest-wrapper {
		padding: 12px 20px !important;
	}

	body.habg-layout3-active #booking-request .date-wrapper label,
	body.habg-layout3-active #booking-request .guest-wrapper label {
		margin-bottom: 3px !important;
		font-size: 14px !important;
		line-height: 21px !important;
	}

	body.habg-layout3-active #booking-request .date-wrapper .render {
		font-size: 12px !important;
		line-height: 18px !important;
	}

	body.habg-layout3-active #booking-request input.st-input-number {
		font-size: 14px !important;
		line-height: 20px !important;
	}

	body.habg-layout3-active #booking-request .btn-book-ajax {
		padding: 10px 15px !important;
		font-size: 13px !important;
		line-height: 18px !important;
	}

	body.habg-layout3-active .hotel-target-book-mobile {
		min-height: 63px !important;
		padding: 10px 15px !important;
		box-shadow: none !important;
	}

	body.habg-layout3-active .hotel-target-book-mobile .price-wrapper {
		color: #111 !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		line-height: 21px !important;
	}

	body.habg-layout3-active .hotel-target-book-mobile .price {
		margin: 0 !important;
		color: #111 !important;
		font-size: 18px !important;
		font-weight: 500 !important;
		line-height: 26px !important;
	}

	body.habg-layout3-active .hotel-target-book-mobile .btn {
		min-width: 108px !important;
		padding: 10px 15px !important;
		border-color: #b47a35 !important;
		border-radius: 8px !important;
		background: #b47a35 !important;
		color: #fff !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		line-height: 20px !important;
	}

	body.habg-layout3-active .hotel-target-book-mobile .btn:hover,
	body.habg-layout3-active .hotel-target-book-mobile .btn:focus {
		border-color: #8f5f28 !important;
		background: #8f5f28 !important;
		color: #fff !important;
	}
}

/* Win over Traveler's high-specificity booking color declarations. */
html body.habg-layout3-active #booking-request .form-book-wrapper {
	border-color: #b47a35 !important;
}

html body.habg-layout3-active #booking-request .form-book-wrapper .form-head .price,
html body.habg-layout3-active #booking-request .form-book-wrapper .form-head .price .value {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

html body.habg-layout3-active #booking-request #form-booking-inpage input.form-control.st-input-number {
	border-color: #b47a35 !important;
	color: #b47a35 !important;
	-webkit-text-fill-color: #b47a35 !important;
}

html body.habg-layout3-active #booking-request #form-booking-inpage .btn.btn-book-ajax {
	height: 40px !important;
	min-height: 40px !important;
	border-color: #b47a35 !important;
	background-color: #b47a35 !important;
	color: #fff !important;
}

@media (max-width: 991px) {
	html body.habg-layout3-active .hotel-target-book-mobile .price-wrapper,
	html body.habg-layout3-active .hotel-target-book-mobile .price {
		color: #111 !important;
		-webkit-text-fill-color: #111 !important;
	}

	html body.habg-layout3-active #st-content-wrapper.st-single-tour .hotel-target-book-mobile .price-wrapper,
	html body.habg-layout3-active #st-content-wrapper.st-single-tour .hotel-target-book-mobile .price {
		color: #111 !important;
		-webkit-text-fill-color: #111 !important;
	}

	html body.habg-layout3-active .hotel-target-book-mobile .btn.btn-mpopup {
		height: 42px !important;
		min-height: 42px !important;
		border-color: #b47a35 !important;
		background-color: #b47a35 !important;
		color: #fff !important;
	}

	html body.habg-layout3-active .hotel-target-book-mobile .btn.btn-mpopup:hover,
	html body.habg-layout3-active .hotel-target-book-mobile .btn.btn-mpopup:focus {
		border-color: #8f5f28 !important;
		background-color: #8f5f28 !important;
	}
}

@supports (-webkit-touch-callout: none) {
	@media (max-width: 575px) {
		#st-content-wrapper.habg-layout3 {
			-webkit-text-size-adjust: 87%;
			text-size-adjust: 87%;
		}
	}
}

.habg-layout3 #overview > div {
    color: #354558;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.72;
}

.habg-layout3 #overview > :where(p, div, section):not(:empty) + :where(p, div, section):not(:empty),
.habg-layout3 #overview > :where(p, div, section):not(:empty) + div:empty + :where(p, div, section):not(:empty) {
    margin-top: 10px;
}