.amber-accommodation-filter {
	width: 100%;
	padding: 10px 0;
	z-index: 1000;
}

.amber-accommodation-filter .filter_form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
	max-width: var(--content-width);
	margin: 0 auto;
	align-items: center;
}

.amber-accommodation-filter .search_input_box {
	position: relative;
}

.amber-accommodation-filter .search_input_box svg {
	width: 18px;
	position: absolute;
	top: calc(50% - 9px);
	left: 12px;
}

.amber-accommodation-filter select,
.amber-filter-popup-button,
.amber-filter-button {
	min-width: 180px;
	height: 40px;
	border: 1px solid rgb(188, 198, 202);
	border-radius: 8px;
	background: #fff;
	font-family: "Raleway", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	color: rgb(100, 122, 133);
}

.amber-accommodation-filter select {
	padding-left: 45px;
}

.amber-country-select-wrap {
	flex: 0 0 auto;
}

.amber-city-pills {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 260px;
	overflow-x: auto;
	padding: 2px 0;
}

.amber-city-pill {
	flex: 0 0 auto;
	height: 40px;
	padding: 0 18px;
	border: 1px solid #e1e5e8;
	border-radius: 999px;
	background: #fff;
	color: #647a85;
	font-family: "Raleway", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	cursor: pointer;
}

.amber-city-pill:hover,
.amber-city-pill:focus,
.amber-city-pill.active {
	border-color: #6424b2;
	color: #6424b2;
	background: rgba(100, 36, 178, 0.06);
}

.amber-filter-popup-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 14px;
	cursor: pointer;
}

.amber-filter-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	background: #6424b2;
	border-color: #6424b2;
	color: #fff !important;
	fill: #fff !important;
	line-height: 1;
	text-align: center;
}

.amber-clear-filters {
	color: #6424b2;
	font-family: "Raleway", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
}

.amber-clear-filters:hover,
.amber-clear-filters:focus {
	color: #4f1c8f;
	text-decoration: underline;
}

.amber-filter-popup {
	position: fixed;
	top: 176px;
	left: 0;
	bottom: 0;
	z-index: 2000;
	width: min(420px, 100%);
	background: #fafafa;
	box-shadow: rgba(34, 66, 81, 0.2) 20px 0 10px -2px;
	transform: translateX(calc(-100% - 30px));
	transition: transform 0.35s ease;
	overflow-y: auto;
}

.amber-filter-popup.active {
	transform: none;
}

.amber-filter-popup-inner {
	position: relative;
	padding: 28px 30px;
}

.amber-filter-popup-close {
	position: absolute;
	top: 12px;
	right: 18px;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #647a85;
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
}

.amber-filter-popup-close:hover,
.amber-filter-popup-close:focus {
	background: #e5e9eb;
	color: #222;
}

.amber-filter-popup h3,
.amber-checkbox-group h4 {
	margin: 0 0 18px;
	color: #224251;
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.amber-budget-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-bottom: 18px;
}

.amber-budget-fields label,
.amber-checkbox-group label {
	display: grid;
	gap: 6px;
	color: #647a85;
	font-family: "Raleway", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
}

.amber-budget-fields input {
	width: 100%;
	height: 42px;
	border: 1px solid #bcc6ca;
	border-radius: 8px;
	padding: 0 12px;
	color: #224251;
	font-family: "Raleway", sans-serif;
}

.amber-checkbox-group {
	display: grid;
	gap: 12px;
	margin-bottom: 26px;
}

.amber-checkbox-group label {
	grid-template-columns: auto 1fr;
	align-items: center;
}

.amber-checkbox-group input {
	width: 18px;
	height: 18px;
	accent-color: #6424b2;
}

.amber-popup-apply {
	width: 100%;
}

.amber-results {
	min-width: 0;
}

.amber-results .af-title-box {
	margin-bottom: 28px;
}

.amber-result-count,
.amber-empty-state {
	width: 100%;
	color: #647a85;
	font-family: "Raleway", sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.45;
}

.amber-empty-state {
	margin: 10px 15px 40px;
	padding: 18px;
	border: 1px solid #e5e9eb;
	border-radius: 8px;
	background: #fff;
}

.amber-result-row {
	display: flex;
	flex-wrap: wrap;
}

.amber-accommodation-box .accommodation_image img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: 12px;
}

#loadMoreDesktopMap,
#next_page_mobile_map {
	display: none !important;
}

.amber-demo-note {
	display: inline-block;
	margin: 10px 0 0;
	padding: 8px 12px;
	border-radius: 8px;
	background: rgba(100, 36, 178, 0.08);
	color: #6424b2;
	font-family: "Raleway", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
}

.amber-pagination {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin: 0 0 60px;
}

.amber-page-button {
	display: inline-flex;
	min-width: 120px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #6424b2;
	color: #fff !important;
	fill: #fff !important;
	font-family: "Raleway", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.amber-page-button:hover,
.amber-page-button:focus {
	background: #4f1c8f;
	color: #fff !important;
	text-decoration: none;
}

.amber-small-note {
	margin-top: 12px;
	color: #647a85;
	font-family: "Raleway", sans-serif;
	font-size: 0.875rem;
	line-height: 1.45;
}

.amber-offer-demo-note {
	margin: 20px 0;
}

.amber-offer-page {
	max-width: var(--content-width);
	margin: 0 auto;
}

.amber-offer-content-row {
	margin-top: 24px;
}

#amber-offer-page-main #photosMain .image-grid {
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	width: 100%;
	height: clamp(300px, 36vw, 430px);
	overflow: hidden;
}

#amber-offer-page-main #photosMain .left-image,
#amber-offer-page-main #photosMain .right-images {
	min-height: 0;
	max-height: none !important;
	aspect-ratio: auto !important;
}

#amber-offer-page-main #photosMain .left-image {
	display: block;
	grid-row: 1 / span 2;
}

#amber-offer-page-main #photosMain .right-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 5px;
	height: 100%;
}

#amber-offer-page-main #photosMain img,
#amber-offer-page-main #photosMain img.secondaryGridPhotos {
	display: block;
	width: 100%;
	height: 100% !important;
	max-height: none !important;
	aspect-ratio: auto !important;
	object-fit: cover;
}

#amber_offer_map {
	width: 100%;
	height: 420px;
	border-radius: 12px;
	overflow: hidden;
}

.amber-details-section {
	padding: 0;
}

.amber-detail-divider {
	margin-top: 28px;
	margin-bottom: 28px;
}

.amber-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 36px;
	margin-top: 22px;
}

.amber-detail-row {
	display: flex;
	align-items: center;
	min-width: 0;
}

.amber-details-section .amber-detail-icon {
	display: inline-flex;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	border-radius: 0;
	background: transparent;
	color: #222;
}

.amber-details-section .amber-detail-icon svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
	stroke: none;
}

.amber-detail-row .helper-text {
	max-width: none;
	margin: 0;
	color: #222;
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}

.amber-detail-row .helper-text b {
	font-weight: 700;
}

.amber-detail-value,
.amber-detail-row .info-link {
	color: #6424b2;
	font-weight: 700;
	text-decoration: none;
}

.amber-room-options {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.amber-room-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: start;
	padding: 16px;
	border: 1px solid #e5e9eb;
	border-radius: 8px;
	background: #fff;
}

.amber-room-option h4 {
	margin: 0 0 6px;
	color: #222;
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.amber-room-option p {
	margin: 0 0 4px;
}

.amber-room-option-price {
	color: #6424b2;
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	white-space: nowrap;
}

.amber-video-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.amber-video-link {
	display: block;
	overflow: hidden;
	border: 1px solid #e5e9eb;
	border-radius: 8px;
	background: #fff;
	color: #222;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.amber-video-link:hover,
.amber-video-link:focus {
	color: #6424b2;
	text-decoration: none;
}

.amber-video-link img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.amber-video-link span {
	display: block;
	padding: 12px;
}

.amber-date-selector-main {
	margin: 18px 0;
}

.amber-date-selector-main button {
	width: 100%;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	background: #fff;
	color: #222;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	padding: 14px 16px;
	text-align: left;
}

.amber-offer-description {
	color: #222;
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	line-height: 1.55;
}

.amber-offer-description p {
	margin: 0 0 1em;
}

.amber-offer-description a {
	color: inherit;
	pointer-events: none;
	text-decoration: none;
}

.amber-mobile-booking-bar {
	display: none;
}

.ggn-amber-mobile-map-controls {
	display: none;
}

@media only screen and (min-width: 768px) {
	#accommodation_filter.amber-accommodation-filter > .elementor-container {
		container-type: inline-size;
		container-name: amber-desktop-filter;
	}

	#accommodation_filter.amber-accommodation-filter .filter_form {
		position: relative;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	#accommodation_filter.amber-accommodation-filter .amber-country-select-wrap,
	#accommodation_filter.amber-accommodation-filter .amber-filter-popup-button,
	#accommodation_filter.amber-accommodation-filter .amber-filter-button {
		flex: 0 0 auto;
	}

	#accommodation_filter.amber-accommodation-filter .amber-country-select-wrap,
	#accommodation_filter.amber-accommodation-filter .amber-country-select-wrap select {
		width: 180px;
		min-width: 180px;
	}

	#accommodation_filter.amber-accommodation-filter .amber-city-pills {
		flex: 1 1 0;
		width: auto;
		min-width: 96px;
		max-width: none;
		flex-wrap: wrap;
		align-content: flex-start;
		white-space: normal;
		overflow: visible;
	}

	#accommodation_filter.amber-accommodation-filter .select_budget.amber-filter-popup-button {
		width: 136px;
		min-width: 136px;
	}

	#accommodation_filter.amber-accommodation-filter .select_amenities.amber-filter-popup-button {
		width: 104px;
		min-width: 104px;
	}

	#accommodation_filter.amber-accommodation-filter .amber-filter-form > .amber-filter-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100px;
		min-width: 100px;
		padding: 0 12px;
		line-height: 1;
		text-align: center;
	}

	#accommodation_filter.amber-accommodation-filter .amber-clear-filters {
		position: absolute;
		top: calc(100% + 4px);
		right: 0;
		white-space: nowrap;
	}
}

@container amber-desktop-filter (max-width: 800px) {
	#accommodation_filter.amber-accommodation-filter .amber-country-select-wrap,
	#accommodation_filter.amber-accommodation-filter .amber-country-select-wrap select {
		width: 160px;
		min-width: 160px;
	}

	#accommodation_filter.amber-accommodation-filter .select_budget.amber-filter-popup-button,
	#accommodation_filter.amber-accommodation-filter .select_amenities.amber-filter-popup-button {
		width: 42px;
		min-width: 42px;
		padding: 0;
	}

	#accommodation_filter.amber-accommodation-filter .amber-filter-popup-button span {
		display: none;
	}

	#accommodation_filter.amber-accommodation-filter .amber-filter-form > .amber-filter-button {
		width: 90px;
		min-width: 90px;
	}
}

#accommodation_filter .search_submit,
#accommodation_filter .apply_btn,
.amber-book-button,
.amber-book-button:hover,
.amber-book-button:focus {
	color: #fff !important;
	fill: #fff !important;
}

@media only screen and (max-width: 1024px) {
	.amber-pagination {
		margin-bottom: 90px;
	}

	.amber-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 767px) {
	.ggn-amber-mobile-map-controls {
		position: fixed;
		left: 0;
		right: 0;
		bottom: calc(env(safe-area-inset-bottom, 0px) + 18px);
		z-index: 7800;
		display: flex;
		justify-content: center;
		padding: 0 16px;
		pointer-events: none;
	}

	.ggn-amber-mobile-map-controls .showMapMobileButton {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 44px;
		margin: 0;
		padding: 9px 18px;
		border: 1px solid #222;
		border-radius: 999px;
		background: #222 !important;
		color: #fff !important;
		font-family: "Raleway", sans-serif;
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 1;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
		pointer-events: auto;
	}

	.ggn-amber-mobile-map-controls .showMapMobileButton svg {
		width: 20px;
		height: 20px;
		fill: currentColor;
		flex: 0 0 auto;
	}

	body.ggn-amber-map-open .ggn-amber-mobile-map-controls {
		display: none;
	}

	.ggn-amber-map-modal {
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100dvh;
		background: #fff;
	}

	.elementor-sticky--active:has(#accommodation_filter),
	.elementor-element-3200142.elementor-sticky--active {
		top: var(--ggn-amber-filter-top, 104px) !important;
		z-index: 7990 !important;
		margin-top: 0 !important;
	}

	#mapModal {
		z-index: 999999 !important;
	}

	body:has(#mapModal.show) .modal-backdrop.show {
		z-index: 999998 !important;
	}

	#mapModal .modal-dialog,
	#mapModal .modal-content {
		height: 100dvh;
		min-height: 100vh;
	}

	#mapModal .modal-content {
		border: 0;
		border-radius: 0;
	}

	#mapModal .modal-header {
		position: absolute;
		top: calc(env(safe-area-inset-top, 0px) + 12px);
		left: 12px;
		right: 12px;
		z-index: 30;
		display: flex;
		justify-content: flex-end;
		padding: 0;
		border: 0;
		background: transparent;
		pointer-events: none;
	}

	#mapModal .modal-title,
	#mapModal #loading_spinner {
		display: none !important;
	}

	#mapModal .btn-close {
		width: 44px;
		height: 44px;
		margin: 0;
		padding: 0;
		border-radius: 999px;
		background-color: #fff !important;
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M18 6 6 18'/%3e%3cpath d='m6 6 12 12'/%3e%3c/svg%3e") !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-size: 20px 20px !important;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
		opacity: 1;
		pointer-events: auto;
		filter: none !important;
	}

	#mapModal .modal-body,
	#modal-body-map,
	#map_mobile {
		width: 100%;
		height: 100dvh;
		min-height: 100vh;
		margin: 0;
		padding: 0 !important;
	}

	#mapModal .mapboxgl-ctrl-top-right {
		top: calc(env(safe-area-inset-top, 0px) + 68px);
		right: 12px;
		z-index: 20;
	}

	#mapModal .mapboxgl-ctrl-group {
		overflow: hidden;
		border-radius: 10px;
		background: #fff;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
	}

	#mapModal .mapboxgl-ctrl button {
		background-color: #fff !important;
		color: #222 !important;
	}

	#mapModal .mapboxgl-ctrl button .mapboxgl-ctrl-icon {
		opacity: 1 !important;
		filter: none !important;
	}

	.amber-offer-page {
		padding-bottom: 136px;
	}

	#amber-offer-page-main #photosMobile,
	#amber-offer-page-main #photosMobile .owl-stage-outer,
	#amber-offer-page-main #photosMobile .owl-stage,
	#amber-offer-page-main #photosMobile .owl-item {
		height: clamp(220px, 58vw, 340px);
	}

	#amber-offer-page-main #photosMobile img {
		display: block;
		width: 100%;
		height: 100% !important;
		max-height: none !important;
		aspect-ratio: auto !important;
		object-fit: cover;
	}

	.amber-mobile-booking-bar {
		position: fixed;
		left: 14px;
		right: 14px;
		bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
		z-index: 9000;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 8px;
		padding: 12px;
		border: 1px solid rgba(34, 66, 81, 0.12);
		border-radius: 14px;
		background: #fff;
		box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
	}

	.amber-mobile-booking-price {
		width: 100%;
		max-width: none;
		overflow: hidden;
		color: #224251;
		font-family: "Raleway", sans-serif;
		font-size: 1rem;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.amber-mobile-booking-bar .amber-book-button {
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 12px 18px;
		font-size: 0.875rem;
		line-height: 1.2;
		text-align: center;
		white-space: normal;
	}

	.amber-accommodation-filter {
		position: relative;
		z-index: 1200;
		padding: 0;
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
		background: #fff;
		overflow: visible;
		box-shadow: none;
	}

	#accommodation_filter.amber-accommodation-filter * {
		box-sizing: border-box;
	}

	#accommodation_filter.amber-accommodation-filter > .elementor-container {
		display: block !important;
		width: 100vw !important;
		max-width: 100vw !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	#accommodation_filter.amber-accommodation-filter .filter_form {
		box-sizing: border-box;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 42px 42px;
		grid-template-areas:
			"country budget filters"
			"cities apply apply"
			"clear clear clear";
		align-items: center;
		gap: 8px 6px;
		width: calc(100vw - 40px);
		max-width: calc(100vw - 40px);
		margin: 0 auto;
		padding: 10px;
		background: #fff;
		box-shadow: 0 4px 16px rgba(34, 66, 81, 0.08);
	}

	#accommodation_filter.amber-accommodation-filter form .amber-country-select-wrap {
		grid-area: country;
		width: auto !important;
		max-width: none;
		min-width: 0;
		margin-bottom: 0 !important;
	}

	#accommodation_filter form .amber-country-select-wrap svg {
		display: none !important;
	}

	#accommodation_filter form .amber-country-select-wrap select {
		display: block;
		width: 100%;
		min-width: 0 !important;
		height: 42px;
		padding-left: 14px;
		padding-right: 28px;
		font-size: 0.875rem;
		line-height: 42px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#accommodation_filter.amber-accommodation-filter form .amber-city-pills {
		grid-area: cities;
		display: flex;
		align-items: center;
		flex: none;
		width: auto;
		min-width: 0;
		max-width: none;
		margin: 0;
		padding: 0;
		gap: 6px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	#accommodation_filter.amber-accommodation-filter .amber-city-pill {
		height: 42px;
		padding: 0 16px;
		font-size: 0.8125rem;
	}

	#accommodation_filter.amber-accommodation-filter .amber-filter-popup-button {
		flex: none;
		width: 42px !important;
		max-width: 42px;
		min-width: 0 !important;
		height: 42px;
		margin: 0 !important;
		padding: 0 !important;
		gap: 0;
	}

	#accommodation_filter.amber-accommodation-filter .select_budget.amber-filter-popup-button {
		grid-area: budget;
	}

	#accommodation_filter.amber-accommodation-filter .select_amenities.amber-filter-popup-button {
		grid-area: filters;
	}

	#accommodation_filter.amber-accommodation-filter .amber-filter-popup-button span {
		display: none !important;
		font-size: 0.8125rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#accommodation_filter.amber-accommodation-filter .amber-filter-popup-button svg:first-child {
		flex: 0 0 auto;
		width: 20px;
		height: 20px;
		margin-right: 0 !important;
	}

	#accommodation_filter.amber-accommodation-filter .amber-filter-form > .amber-filter-button {
		grid-area: apply;
		width: 100%;
		min-width: 0;
		height: 42px;
		padding: 0 10px !important;
		font-size: 0.9375rem;
	}

	#accommodation_filter.amber-accommodation-filter .amber-clear-filters {
		grid-area: clear;
		margin-top: -2px;
		font-size: 0.8125rem;
		line-height: 1.2;
	}

	.amber-filter-popup {
		order: 10;
		top: var(--ggn-amber-popup-top, 0px) !important;
	}

	.amber-budget-fields {
		grid-template-columns: 1fr;
	}

	.amber-detail-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.amber-detail-divider {
		margin-top: 24px;
		margin-bottom: 24px;
	}

	.amber-room-option {
		grid-template-columns: 1fr;
	}

	.amber-room-option-price {
		white-space: normal;
	}
}
