/* Amadeus Hotels — multi-page search, results & booking */

.amadeus-hotels-wrap {
	--amadeus-primary: #ff6a00;
	--amadeus-hotels-gap: 20px;
	--amadeus-hotels-text: #1a2b48;
	--amadeus-hotels-hint: #6b7280;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 16px 40px;
}

/* ===== Premium search page ===== */
.amadeus-hotels-search-form {
	margin: 0;
	padding: 0;
	border: 0;
}

.amadeus-hotels-search--premium .amadeus-hotels-search-card {
	padding: 32px 36px 28px;
	border-radius: 16px;
	border: 1px solid #e8ecf2;
	box-shadow: 0 10px 40px rgba(26, 43, 72, 0.07);
	background: #fff;
	margin-bottom: 0;
}

.amadeus-hotels-search-header {
	margin-bottom: 22px;
}

.amadeus-hotels-search-title {
	margin: 0 0 6px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-search-subtitle {
	margin: 0;
	font-size: 15px;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.5;
}

.amadeus-hotels-panel {
	border: 1px solid #e5e9f0;
	border-radius: 12px;
	background: #fafbfd;
	padding: 4px;
	overflow: visible;
}

.amadeus-hotels-panel--compact {
	background: #fff;
	border-color: #e8ecf2;
	padding: 4px;
}

.amadeus-hotels-bar {
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: visible;
	position: relative;
	min-height: 0;
}

.amadeus-hotels-bar--premium {
	align-items: flex-end;
	gap: 0;
}

.amadeus-hotels-bar-fields {
	display: flex;
	align-items: flex-end;
	flex: 1 1 auto;
	min-width: 0;
	flex-wrap: nowrap;
	width: 100%;
}

.amadeus-hotels-field {
	flex: 1 1 0;
	min-width: 0;
	padding: 8px 6px;
	margin: 0 !important;
	position: relative;
}

.amadeus-hotels-search-form .amadeus-hotels-field {
	margin-bottom: 0 !important;
}

.amadeus-hotels-field--city {
	flex: 1.8 1 160px;
	min-width: 0;
}

.amadeus-hotels-field--date {
	flex: 1 1 108px;
	min-width: 0;
	max-width: 130px;
}

.amadeus-hotels-field--stepper {
	flex: 0 0 104px;
	min-width: 96px;
	max-width: 112px;
}

.amadeus-hotels-field--submit {
	flex: 0 0 auto;
	min-width: 0;
	padding: 8px 10px 8px 4px;
}

.amadeus-hotels-field-head {
	margin-bottom: 6px;
	min-height: 36px;
}

.amadeus-hotels-panel--compact .amadeus-hotels-field-head {
	min-height: 20px;
	margin-bottom: 4px;
}

.amadeus-hotels-field-head label,
.amadeus-hotels-field-head-label {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
	margin: 0 0 2px;
	line-height: 1.25;
}

.amadeus-hotels-field-head--spacer {
	visibility: hidden;
	pointer-events: none;
	user-select: none;
}

.amadeus-hotels-field-hint {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.amadeus-hotels-input-wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.amadeus-hotels-wrap .amadeus-autocomplete-wrap,
.amadeus-hotels-wrap .amadeus-autocomplete-mount {
	position: relative;
	z-index: 1;
}

.amadeus-hotels-wrap .amadeus-autocomplete-mount:focus-within,
.amadeus-hotels-wrap .amadeus-autocomplete-mount:has(.amadeus-autocomplete-list.is-open) {
	z-index: 60;
}

.amadeus-hotels-wrap .amadeus-autocomplete-mount > .amadeus-autocomplete-list {
	z-index: 70;
	min-width: 280px;
}

.amadeus-hotels-field--city .amadeus-hotels-input-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.amadeus-hotels-input-wrap .amadeus-hotels-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #9ca3af;
	pointer-events: none;
	z-index: 1;
	flex-shrink: 0;
}

.amadeus-hotels-input-wrap input[type="text"],
.amadeus-hotels-input-wrap input[type="date"] {
	width: 100%;
	border-radius: 8px;
	padding: 10px 10px 10px 36px;
	background: #fff;
	border: 1px solid #dfe3ea;
	font-size: 14px;
	min-height: 44px;
	height: 44px;
	box-sizing: border-box;
	color: var(--amadeus-hotels-text, #1a2b48);
	margin: 0;
	box-shadow: none;
	line-height: 1.3;
}

.amadeus-hotels-input-wrap input:focus {
	border-color: var(--amadeus-primary, #ff6a00);
	box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12);
	outline: none;
}

.amadeus-hotels-input-wrap--date input[type="date"] {
	color-scheme: light;
	font-size: 13px;
	padding-right: 6px;
	letter-spacing: -0.01em;
}

.amadeus-hotels-input-wrap--date input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}

.amadeus-hotels-input-wrap--date input[type="date"]::-webkit-datetime-edit {
	padding: 0;
}

.amadeus-hotels-input-wrap--date input[type="date"]::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

/* Desktop: single tight row via grid */
@media (min-width: 1025px) {
	.amadeus-hotels-bar--premium .amadeus-hotels-bar-fields {
		display: grid;
		grid-template-columns: minmax(150px, 2.1fr) minmax(96px, 1fr) minmax(96px, 1fr) 104px 104px minmax(148px, auto);
		align-items: end;
		gap: 0;
	}

	.amadeus-hotels-bar--premium .amadeus-hotels-field {
		flex: unset;
		min-width: 0;
		max-width: none;
		padding: 10px 6px;
	}

	.amadeus-hotels-bar--premium .amadeus-hotels-field--city {
		padding-left: 10px;
	}

	.amadeus-hotels-bar--premium .amadeus-hotels-field--submit {
		padding-right: 10px;
	}
}

/* Stepper */
.amadeus-hotels-stepper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2px;
	background: #fff;
	border: 1px solid #dfe3ea;
	border-radius: 8px;
	min-height: 44px;
	height: 44px;
	padding: 4px 5px;
	box-sizing: border-box;
}

.amadeus-hotels-step-btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
	min-height: 32px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #f3f4f6 !important;
	color: #374151 !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	cursor: pointer !important;
	box-shadow: none !important;
}

.amadeus-hotels-step-btn:hover {
	background: #e5e7eb !important;
	color: #111827 !important;
}

.amadeus-hotels-step-value {
	font-size: 15px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
	min-width: 20px;
	text-align: center;
}

.amadeus-hotels-step-input {
	position: absolute !important;
	opacity: 0 !important;
	width: 1px !important;
	height: 1px !important;
	pointer-events: none !important;
}

/* Search button */
.amadeus-hotels-wrap .amadeus-hotels-search-btn,
.elementor-widget-amadeus_hotel_search .amadeus-hotels-search-btn,
.elementor-widget-amadeus_hotel_results .amadeus-hotels-search-btn,
#st-content-wrapper .amadeus-hotels-search-form .amadeus-hotels-search-btn {
	flex: 0 0 auto;
	align-self: auto;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	visibility: visible !important;
	opacity: 1 !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 44px !important;
	min-height: 44px !important;
	max-height: 44px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--amadeus-primary, #ff6a00) !important;
	background-color: var(--amadeus-primary, #ff6a00) !important;
	background-image: none !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
	cursor: pointer !important;
	box-shadow: 0 4px 14px rgba(255, 106, 0, 0.32) !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	float: none !important;
}

.amadeus-hotels-wrap .amadeus-hotels-search-btn:hover,
.elementor-widget-amadeus_hotel_search .amadeus-hotels-search-btn:hover,
.elementor-widget-amadeus_hotel_results .amadeus-hotels-search-btn:hover,
#st-content-wrapper .amadeus-hotels-search-form .amadeus-hotels-search-btn:hover {
	filter: brightness(0.96) !important;
	color: #ffffff !important;
	background: var(--amadeus-primary, #ff6a00) !important;
	background-color: var(--amadeus-primary, #ff6a00) !important;
}

.amadeus-hotels-search-btn .amadeus-hotels-icon--btn {
	color: #fff;
	flex-shrink: 0;
}

/* Trust bar */
.amadeus-hotels-trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 26px;
	padding-top: 2px;
}

.amadeus-hotels-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.amadeus-hotels-trust-item .amadeus-hotels-icon--trust {
	color: var(--amadeus-primary, #ff6a00);
	flex-shrink: 0;
	margin-top: 2px;
}

.amadeus-hotels-trust-item strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: var(--amadeus-primary, #ff6a00);
	margin-bottom: 2px;
	line-height: 1.3;
}

.amadeus-hotels-trust-item span {
	display: block;
	font-size: 13px;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.4;
}

/* Legacy / compact overrides */
.amadeus-hotels-search-title.amadeus-title {
	margin-bottom: 8px;
}

.amadeus-hotels-field label {
	text-transform: none;
	letter-spacing: 0;
}

/* Legacy grid (fallback) */
.amadeus-hotels-search-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 80px 80px minmax(140px, auto);
	gap: 14px;
	align-items: end;
}

/* Modern inline bar on search page */
.amadeus-style-modern .amadeus-hotels-search-card {
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(20, 40, 80, 0.08);
	border: 1px solid rgba(227, 231, 238, 0.8);
}

.amadeus-style-modern .amadeus-hotels-bar {
	/* border: 1px solid rgba(227, 231, 238, 0.9); */
	box-shadow: none;
}

.amadeus-style-compact .amadeus-hotels-search-grid {
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.amadeus-style-minimal .amadeus-hotels-search-card {
	box-shadow: none;
	border: 0;
	padding: 0;
	background: transparent;
}

/* Results page */
.amadeus-hotels-results--premium {
	max-width: 1280px;
}

.amadeus-hotels-results-search {
	margin-bottom: 20px;
	padding: 16px 20px;
	border-radius: 14px;
	border: 1px solid #e8ecf2;
	box-shadow: 0 8px 28px rgba(26, 43, 72, 0.06);
	background: #fff;
}

.amadeus-hotels-results-search .amadeus-hotels-search-form {
	display: block;
	width: 100%;
	margin: 0;
}

.amadeus-hotels-results-bar {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 12px;
	align-items: stretch;
	width: 100%;
}

.amadeus-hotels-results-bar-fields {
	display: grid !important;
	grid-template-columns: minmax(150px, 2fr) minmax(118px, 1fr) minmax(118px, 1fr) minmax(132px, 1.1fr) !important;
	align-items: stretch;
	border: 1px solid #e5e9f0;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	min-width: 0;
	width: 100%;
}

.amadeus-hotels-results-bar-field {
	min-width: 0;
	padding: 14px 16px;
	border-right: 1px solid #eef1f6;
	position: relative;
	overflow: hidden;
}

.amadeus-hotels-results-bar-field:last-child {
	border-right: 0;
}

.amadeus-hotels-results-segment {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
}

.amadeus-hotels-results-segment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 18px;
	margin-top: 2px;
	color: #9ca3af;
}

.amadeus-hotels-results-segment-body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
}

.amadeus-hotels-results-segment-main {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--amadeus-hotels-text, #1a2b48);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.amadeus-hotels-results-segment-sub {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	color: var(--amadeus-hotels-hint, #6b7280);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.amadeus-hotels-results-segment-chevron {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	margin-top: 4px;
	color: #9ca3af;
}

.amadeus-hotels-results-search .amadeus-hotels-results-segment-input {
	display: block;
	width: 100% !important;
	min-width: 0 !important;
	border: 0 !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	box-shadow: none !important;
	outline: none !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: var(--amadeus-hotels-text, #1a2b48) !important;
	-webkit-appearance: none;
	appearance: none;
}

.amadeus-hotels-results-search .amadeus-hotels-results-segment-input:focus {
	box-shadow: none !important;
	outline: none !important;
}

.amadeus-hotels-results-search .amadeus-hotels-results-segment-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	z-index: 2;
}

.amadeus-hotels-results-search .amadeus-autocomplete-wrap {
	position: relative;
	z-index: 1;
}

.amadeus-hotels-results-search .amadeus-autocomplete-mount:focus-within,
.amadeus-hotels-results-search .amadeus-autocomplete-mount:has(.amadeus-autocomplete-list.is-open) {
	z-index: 30;
}

.amadeus-hotels-guests-trigger {
	height: 100%;
}

.amadeus-hotels-guests-panel {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 40;
	background: #fff;
	border: 1px solid #e5e9f0;
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(20, 40, 80, 0.12);
	padding: 14px;
}

.amadeus-hotels-guests-panel[hidden] {
	display: none;
}

.amadeus-hotels-guests-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0;
}

.amadeus-hotels-guests-row + .amadeus-hotels-guests-row {
	border-top: 1px solid #eef1f6;
}

.amadeus-hotels-results-search .amadeus-hotels-results-search-btn,
.amadeus-hotels-results-search.amadeus-hotels-inline-search .amadeus-hotels-results-search-btn,
.elementor-widget-amadeus_hotel_results .amadeus-hotels-results-search-btn {
	width: auto !important;
	min-width: 148px !important;
	max-width: 170px !important;
	flex: 0 0 auto !important;
	align-self: stretch !important;
	border-radius: 12px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	white-space: nowrap !important;
}

#st-content-wrapper .amadeus-hotels-results-search .amadeus-hotels-results-search-btn {
	width: auto !important;
	max-width: 170px !important;
}

.amadeus-hotels-results-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.amadeus-hotels-results-head .amadeus-hotels-summary {
	flex: 1 1 auto;
	margin-bottom: 0;
	align-items: center;
	min-width: 0;
}

.amadeus-hotels-results-head .amadeus-hotels-summary-main {
	min-width: 0;
}

.amadeus-hotels-results-head .amadeus-hotels-summary-title {
	font-size: 24px;
	margin-bottom: 4px;
}

.amadeus-hotels-results-head .amadeus-hotels-sort {
	flex-shrink: 0;
}

.amadeus-hotels-map-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #e5e9f0;
	background: #fff;
	border-radius: 10px;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	color: var(--amadeus-hotels-text, #1a2b48);
	cursor: pointer;
	white-space: nowrap;
}

.amadeus-hotels-map-btn:hover {
	border-color: var(--amadeus-primary, #ff6a00);
	color: var(--amadeus-primary, #ff6a00);
}

.amadeus-hotels-results-layout--loading {
	align-items: start;
}

.amadeus-hotels-results.is-pending-search .amadeus-hotels-summary-title,
.amadeus-hotels-results.is-pending-search .amadeus-hotels-summary-meta {
	opacity: 0.55;
}

.amadeus-hotels-results-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.amadeus-hotels-results-main {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: relative;
}

.amadeus-hotels-filters {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	padding: 18px 16px;
	position: sticky;
	top: 20px;
}

.amadeus-hotels-filters-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.amadeus-hotels-filters-head h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-filters-clear {
	border: 0;
	background: none;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--amadeus-primary, #ff6a00);
	cursor: pointer;
}

.amadeus-hotels-filter-group {
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eef1f6;
}

.amadeus-hotels-filter-group:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.amadeus-hotels-filter-group h4 {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-filter-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.amadeus-hotels-filter-check {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #374151;
	cursor: pointer;
}

.amadeus-hotels-filter-check input {
	accent-color: var(--amadeus-primary, #ff6a00);
}

.amadeus-hotels-filter-count {
	margin-left: auto;
	color: var(--amadeus-hotels-hint, #6b7280);
	font-size: 12px;
}

.amadeus-hotels-stars {
	display: inline-flex;
	gap: 2px;
	color: #f5b301;
}

.amadeus-hotels-icon--star {
	color: #f5b301;
}

.amadeus-hotels-price-slider {
	padding: 4px 0 0;
}

.amadeus-hotels-price-track-wrap {
	position: relative;
	height: 28px;
	display: flex;
	align-items: center;
}

.amadeus-hotels-price-track {
	position: absolute;
	left: 0;
	right: 0;
	height: 4px;
	background: #e5e7eb;
	border-radius: 999px;
}

.amadeus-hotels-price-fill {
	position: absolute;
	height: 100%;
	background: var(--amadeus-primary, #ff6a00);
	border-radius: 999px;
	left: 0;
	right: 0;
}

.amadeus-hotels-price-track-wrap input[type="range"] {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
	pointer-events: none;
	-webkit-appearance: none;
	appearance: none;
	height: 28px;
}

.amadeus-hotels-price-track-wrap input[type="range"]::-webkit-slider-runnable-track {
	height: 4px;
	background: transparent;
	border: 0;
}

.amadeus-hotels-price-track-wrap input[type="range"]::-moz-range-track {
	height: 4px;
	background: transparent;
	border: 0;
}

.amadeus-hotels-price-track-wrap input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	pointer-events: auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--amadeus-primary, #ff6a00);
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
	cursor: pointer;
	margin-top: -7px;
}

.amadeus-hotels-price-track-wrap input[type="range"]::-moz-range-thumb {
	pointer-events: auto;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--amadeus-primary, #ff6a00);
	border: 2px solid #fff;
	box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
	cursor: pointer;
}

.amadeus-hotels-price-track-wrap .amadeus-hotels-filter-price-min {
	z-index: 3;
}

.amadeus-hotels-price-track-wrap .amadeus-hotels-filter-price-max {
	z-index: 4;
}

.amadeus-hotels-price-labels {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
	margin-top: 4px;
}

.amadeus-hotels-filters-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 0;
	background: none;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: var(--amadeus-primary, #ff6a00);
	cursor: pointer;
}

.amadeus-hotels-value-bar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	background: #fff4eb;
	border-radius: 12px;
	padding: 14px 18px;
	margin-bottom: 16px;
}

.amadeus-hotels-value-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-value-item .amadeus-hotels-icon {
	color: var(--amadeus-primary, #ff6a00);
	flex-shrink: 0;
}

.amadeus-hotels-deal-alert {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	border-radius: 12px;
	padding: 12px 16px;
	margin-bottom: 16px;
}

.amadeus-hotels-deal-alert.is-hidden {
	display: none;
}

.amadeus-hotels-deal-alert .amadeus-hotels-icon--tag {
	color: #16a34a;
	flex-shrink: 0;
}

.amadeus-hotels-deal-alert p {
	margin: 0;
	flex: 1;
	font-size: 14px;
	color: #166534;
}

.amadeus-hotels-deal-alert-close {
	border: 0;
	background: none;
	font-size: 20px;
	line-height: 1;
	color: #166534;
	cursor: pointer;
	padding: 0 4px;
}

.amadeus-hotels-offers-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.amadeus-hotels-offer-card {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr) 180px;
	gap: 20px;
	padding: 16px;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(20, 40, 80, 0.04);
	transition: box-shadow 0.2s ease, transform 0.15s ease;
	align-items: stretch;
}

.amadeus-hotels-offer-card:hover {
	box-shadow: 0 10px 28px rgba(20, 40, 80, 0.1);
	transform: translateY(-1px);
}

.amadeus-hotels-offer-card.is-hidden {
	display: none;
}

.amadeus-hotels-offer-card.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.amadeus-hotels-offer-media {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.amadeus-hotels-offer-image-wrap {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eef1f6;
}

.amadeus-hotels-offer-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.amadeus-hotels-offer-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #16a34a;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 8px;
	border-radius: 6px;
}

.amadeus-hotels-offer-badge--small {
	position: static;
	display: inline-block;
	margin-left: 6px;
	font-size: 10px;
	padding: 2px 6px;
}

.amadeus-hotels-offer-wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #6b7280;
}

.amadeus-hotels-offer-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
}

.amadeus-hotels-offer-thumbs img {
	width: 100%;
	height: 48px;
	object-fit: cover;
	border-radius: 6px;
}

.amadeus-hotels-offer-thumbs-more {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef1f6;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #374151;
	height: 48px;
}

.amadeus-hotels-offer-body {
	min-width: 0;
}

.amadeus-hotels-offer-tag {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 6px;
	margin-bottom: 8px;
}

.amadeus-hotels-offer-tag--value {
	background: #ecfdf3;
	color: #16a34a;
}

.amadeus-hotels-offer-name {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--amadeus-hotels-text, #1a2b48);
	line-height: 1.25;
}

.amadeus-hotels-offer-stars {
	display: flex;
	gap: 2px;
	margin-bottom: 8px;
	color: #f5b301;
}

.amadeus-hotels-offer-location {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 0 0 10px;
	font-size: 13px;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.4;
}

.amadeus-hotels-offer-location .amadeus-hotels-icon {
	flex-shrink: 0;
	margin-top: 2px;
	color: #9ca3af;
}

.amadeus-hotels-offer-rating-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.amadeus-hotels-offer-score {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 32px;
	padding: 0 8px;
	background: #16a34a;
	color: #fff;
	border-radius: 8px 8px 8px 2px;
	font-size: 14px;
	font-weight: 800;
}

.amadeus-hotels-offer-rating-row strong {
	display: block;
	font-size: 13px;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-offer-rating-row span {
	display: block;
	font-size: 12px;
	color: var(--amadeus-hotels-hint, #6b7280);
}

.amadeus-hotels-offer-amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	font-size: 12px;
	color: #4b5563;
}

.amadeus-hotels-offer-amenities-more {
	color: var(--amadeus-primary, #ff6a00);
	font-weight: 600;
}

.amadeus-hotels-offer-room-block {
	margin-bottom: 10px;
}

.amadeus-hotels-offer-room-block strong {
	display: block;
	font-size: 14px;
	color: var(--amadeus-hotels-text, #1a2b48);
	margin-bottom: 4px;
}

.amadeus-hotels-offer-room-block p {
	margin: 0;
	font-size: 13px;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.45;
}

.amadeus-hotels-offer-inclusions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.amadeus-hotels-offer-pill {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 999px;
}

.amadeus-hotels-offer-pill--green {
	background: #ecfdf3;
	color: #16a34a;
}

.amadeus-hotels-offer-pricing {
	display: flex;
	flex-direction: column;
	/* align-items: flex-end; */
	justify-content: center;
	text-align: right;
	border-left: 1px solid #eef1f6;
	padding-left: 16px;
}

.amadeus-hotels-offer-price-old {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin-bottom: 4px;
}

.amadeus-hotels-offer-price-strike {
	font-size: 13px;
	color: #9ca3af;
	text-decoration: line-through;
}

.amadeus-hotels-offer-pricing .amadeus-hotels-offer-price {
	font-size: 26px;
	font-weight: 800;
	color: var(--amadeus-hotels-text, #1a2b48);
	line-height: 1.1;
	margin: 0;
}

.amadeus-hotels-offer-price-unit {
	font-size: 13px;
	font-weight: 600;
	color: var(--amadeus-hotels-hint, #6b7280);
}

.amadeus-hotels-offer-tax-note {
	margin: 4px 0 12px;
	font-size: 11px;
	color: var(--amadeus-hotels-hint, #6b7280);
}

.amadeus-hotels-offer-select {
	width: 100% !important;
	min-width: 0 !important;
	border-radius: 10px !important;
	padding: 12px 16px !important;
}

.amadeus-hotels-results-footer {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 20px;
	padding: 16px 18px;
	background: #fff4eb;
	border-radius: 12px;
}

.amadeus-hotels-results-footer .amadeus-hotels-icon--plane {
	color: var(--amadeus-primary, #ff6a00);
	flex-shrink: 0;
}

.amadeus-hotels-results-footer p {
	margin: 0;
	flex: 1;
	font-size: 14px;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-modify-search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border: 1px solid var(--amadeus-primary, #ff6a00);
	border-radius: 10px;
	background: #fff;
	color: var(--amadeus-primary, #ff6a00);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.amadeus-hotels-modify-search:hover {
	background: var(--amadeus-primary, #ff6a00);
	color: #fff;
}

.amadeus-hotels-inline-search .amadeus-hotels-bar {
	min-height: 68px;
}

.amadeus-hotels-inline-search .amadeus-hotels-search-btn {
	min-width: 0 !important;
	font-size: 13px !important;
	padding: 0 16px !important;
}

/* Theme resets (Traveler / Elementor) */
#st-content-wrapper .amadeus-hotels-wrap .amadeus-hotels-search-form input[type="text"],
#st-content-wrapper .amadeus-hotels-wrap .amadeus-hotels-search-form input[type="date"],
#st-content-wrapper .amadeus-hotels-wrap .amadeus-hotels-search-form input[type="number"] {
	border-radius: 8px !important;
	box-shadow: none !important;
}

#st-content-wrapper .amadeus-hotels-wrap .amadeus-hotels-step-btn {
	border-radius: 6px !important;
}

/* Other action buttons */
.amadeus-hotels-wrap .amadeus-btn,
.amadeus-hotels-wrap .amadeus-booking-form button,
.amadeus-hotels-wrap .amadeus-btn.amadeus-select-hotel {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
	min-width: 100px !important;
	min-height: 42px !important;
	background: var(--amadeus-primary, #ff6a00) !important;
	background-color: var(--amadeus-primary, #ff6a00) !important;
	color: #ffffff !important;
	border: 0 !important;
	border-radius: 10px !important;
	padding: 10px 22px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	cursor: pointer !important;
}

.amadeus-hotels-wrap .amadeus-hotels-submit-full,
.amadeus-hotels-wrap .amadeus-hotels-checkout-btn {
	width: 100% !important;
	display: block !important;
	min-height: 48px !important;
	border-radius: 12px !important;
}

.amadeus-hotels-summary {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.amadeus-hotels-summary-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 6px;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-summary-meta {
	margin: 0;
	color: var(--amadeus-hotels-hint, #6b7280);
	font-size: 14px;
}

.amadeus-hotels-sort {
	display: flex;
	align-items: center;
	gap: 10px;
	/* width: 100%; */
}

.amadeus-hotels-sort label {
	font-size: 13px;
	font-weight: 600;
	color: var(--amadeus-muted, #7a8294);
	margin: 0;
}

.amadeus-hotels-sort-select {
	border: 1px solid var(--amadeus-border, #e3e7ee);
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 14px;
	background: #fff;
	min-width: 180px;
}

/* Hotel offer cards (legacy fallback) */
.amadeus-hotels-offer:not(.amadeus-hotels-offer-card) {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 22px 26px;
	border: 1px solid var(--amadeus-border, #e3e7ee);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(20, 40, 80, 0.05);
	transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.amadeus-hotels-offer:not(.amadeus-hotels-offer-card):hover {
	box-shadow: 0 10px 28px rgba(20, 40, 80, 0.1);
	transform: translateY(-2px);
}

.amadeus-hotels-offer.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.amadeus-hotels-offer:not(.amadeus-hotels-offer-card) .amadeus-hotels-offer-body {
	flex: 1;
	min-width: 0;
}

.amadeus-hotels-offer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 8px;
}

.amadeus-hotels-offer:not(.amadeus-hotels-offer-card) .amadeus-hotels-offer-name {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	color: var(--amadeus-secondary, #333);
	line-height: 1.3;
	text-transform: none;
}

.amadeus-hotels-offer:not(.amadeus-hotels-offer-card) .amadeus-hotels-offer-price {
	font-size: 22px;
	font-weight: 800;
	color: var(--amadeus-secondary, #333);
	flex-shrink: 0;
}

.amadeus-hotels-offer-room {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--amadeus-muted, #7a8294);
}

.amadeus-hotels-offer-dates {
	margin: 0;
	font-size: 13px;
	color: var(--amadeus-muted, #7a8294);
}

.amadeus-hotels-wrap .amadeus-hotels-offer-action .amadeus-btn {
	border-radius: 10px;
	padding: 10px 22px;
	font-size: 14px;
}

.amadeus-hotels-results-count {
	text-align: center;
	color: var(--amadeus-muted, #7a8294);
	font-size: 13px;
	margin-top: 8px;
}

/* Loading state */
.amadeus-hotels-loading {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
	padding: 0 0 4px;
	text-align: left;
}

.amadeus-hotels-loading p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--amadeus-secondary, #333);
}

.amadeus-hotels-loading-bar {
	position: relative;
	display: block;
	height: 4px;
	width: 100%;
	border-radius: 999px;
	overflow: hidden;
	background: var(--amadeus-border, #e3e7ee);
}

.amadeus-hotels-loading-bar::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40%;
	border-radius: 999px;
	background: var(--amadeus-primary, #ff6a00);
	animation: amadeus-hotels-progress 1.2s ease-in-out infinite;
}

@keyframes amadeus-hotels-progress {
	0% { left: -40%; }
	100% { left: 100%; }
}

.amadeus-hotels-loading.is-error .amadeus-hotels-loading-bar {
	display: none;
}

.amadeus-hotels-loading.is-error p {
	max-width: 520px;
	margin: 0 auto;
	padding: 14px 18px;
	border-radius: 12px;
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	font-size: 14px;
	line-height: 1.5;
}

/* Booking page */
.amadeus-hotels-booking {
	--amadeus-hotels-booking-bg: #f0f2f5;
	max-width: 1200px;
	padding-top: 24px;
	padding-bottom: 48px;
	background: var(--amadeus-hotels-booking-bg);
	border-radius: 16px;
}

.amadeus-hotels-back {
	margin-bottom: 20px;
}

.amadeus-hotels-back a {
	color: var(--amadeus-primary, #ff6a00);
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.amadeus-hotels-back a:hover {
	text-decoration: underline;
}

.amadeus-hotels-booking-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
	gap: 24px;
	align-items: start;
}

.amadeus-hotels-booking .amadeus-card {
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	box-shadow: 0 4px 20px rgba(20, 40, 80, 0.06);
	padding: 24px;
	margin-bottom: 20px;
	background: #fff;
}

.amadeus-hotels-booking-card {
	margin-bottom: 20px;
}

.amadeus-hotels-booking-hotel {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.amadeus-hotels-booking-media {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.amadeus-hotels-booking-image-wrap {
	border-radius: 12px;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eef1f6;
}

.amadeus-hotels-booking-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.amadeus-hotels-booking-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
}

.amadeus-hotels-booking-thumbs img {
	width: 100%;
	height: 52px;
	object-fit: cover;
	border-radius: 8px;
}

.amadeus-hotels-booking-thumbs-more {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef1f6;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	color: #374151;
	height: 52px;
}

.amadeus-hotels-booking-details-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 14px;
}

.amadeus-hotels-booking-name {
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 8px;
	color: var(--amadeus-hotels-text, #1a2b48);
	line-height: 1.25;
}

.amadeus-hotels-booking-stars {
	display: flex;
	gap: 2px;
	margin-bottom: 8px;
	color: #f5b301;
}

.amadeus-hotels-booking-location {
	display: flex;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
	font-size: 13px;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.45;
}

.amadeus-hotels-booking-location .amadeus-hotels-icon {
	flex-shrink: 0;
	margin-top: 2px;
	color: #9ca3af;
}

.amadeus-hotels-booking-price-block {
	text-align: right;
	flex-shrink: 0;
}

.amadeus-hotels-booking-price {
	font-size: 26px;
	font-weight: 800;
	color: var(--amadeus-primary, #ff6a00);
	line-height: 1.1;
}

.amadeus-hotels-booking-price-label {
	display: block;
	font-size: 12px;
	color: var(--amadeus-hotels-hint, #6b7280);
	margin-top: 4px;
}

.amadeus-hotels-booking-room-desc {
	margin: 0 0 16px;
	font-size: 12px;
	line-height: 1.55;
	color: var(--amadeus-hotels-hint, #6b7280);
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.amadeus-hotels-booking-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 14px;
	border-top: 1px solid #eef1f6;
}

.amadeus-hotels-booking-meta-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 13px;
	color: var(--amadeus-hotels-hint, #6b7280);
}

.amadeus-hotels-booking-meta-item .amadeus-hotels-icon {
	flex-shrink: 0;
	color: #9ca3af;
}

/* Guest details */
.amadeus-hotels-guest-head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 22px;
}

.amadeus-hotels-guest-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff4eb;
	color: var(--amadeus-primary, #ff6a00);
	flex-shrink: 0;
}

.amadeus-hotels-guest-title {
	margin: 0 0 4px;
	font-size: 18px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-section-desc {
	color: var(--amadeus-hotels-hint, #6b7280);
	font-size: 14px;
	margin: 0;
	line-height: 1.45;
}

.amadeus-hotels-guest-fields {
	display: grid;
	grid-template-columns: 120px 1fr 1fr;
	gap: 16px;
}

.amadeus-hotels-field-full {
	grid-column: 1 / -1;
}

.amadeus-hotels-booking .amadeus-booking-form label {
	font-size: 13px;
	font-weight: 600;
	color: var(--amadeus-hotels-text, #1a2b48);
	margin-bottom: 8px;
}

.amadeus-hotels-booking .amadeus-booking-form input,
.amadeus-hotels-booking .amadeus-booking-form select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dfe3ea;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	color: var(--amadeus-hotels-text, #1a2b48);
	min-height: 46px;
}

.amadeus-hotels-booking .amadeus-booking-form input::placeholder {
	color: #9ca3af;
}

.amadeus-hotels-booking .amadeus-booking-form input:focus,
.amadeus-hotels-booking .amadeus-booking-form select:focus {
	outline: none;
	border-color: var(--amadeus-primary, #ff6a00);
	box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12);
}

.amadeus-hotels-booking .amadeus-booking-form .form-group {
	margin-bottom: 0;
}

.amadeus-hotels-phone-wrap {
	display: flex;
	gap: 10px;
}

.amadeus-hotels-phone-code {
	flex: 0 0 110px;
	width: 110px !important;
	min-width: 110px;
	padding-left: 10px !important;
	padding-right: 8px !important;
}

.amadeus-hotels-phone-wrap input[type="tel"] {
	flex: 1;
	min-width: 0;
}

.amadeus-hotels-field-hint {
	margin: 8px 0 0;
	font-size: 12px;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.4;
}

.amadeus-hotels-secure-note {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
	padding: 14px 16px;
	background: #fff4eb;
	border-radius: 10px;
	font-size: 13px;
	color: var(--amadeus-primary, #ff6a00);
	line-height: 1.45;
}

.amadeus-hotels-secure-note .amadeus-hotels-icon {
	flex-shrink: 0;
	color: var(--amadeus-primary, #ff6a00);
}

/* Confidence banner */
.amadeus-hotels-confidence-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 22px;
	background: #fff4eb;
	border-radius: 14px;
	margin-bottom: 0;
}

.amadeus-hotels-confidence-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--amadeus-primary, #ff6a00);
	color: #fff;
	flex-shrink: 0;
}

.amadeus-hotels-confidence-icon .amadeus-hotels-icon {
	color: #fff;
}

.amadeus-hotels-confidence-banner strong {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: var(--amadeus-primary, #ff6a00);
	margin-bottom: 4px;
}

.amadeus-hotels-confidence-banner p {
	margin: 0;
	font-size: 13px;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.45;
}

/* Sidebar summary */
.amadeus-hotels-booking-sidebar {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.amadeus-hotels-summary-card {
	position: sticky;
	top: 24px;
}

.amadeus-hotels-summary-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
}

.amadeus-hotels-summary-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #fff4eb;
	color: var(--amadeus-primary, #ff6a00);
	flex-shrink: 0;
}

.amadeus-hotels-summary-head .amadeus-hotels-summary-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	font-size: 14px;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-summary-tax-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.amadeus-hotels-summary-tax-label .amadeus-hotels-icon--info {
	color: #9ca3af;
}

.amadeus-hotels-summary-included {
	color: var(--amadeus-hotels-hint, #6b7280);
	font-weight: 600;
}

.amadeus-hotels-summary-total-block {
	margin-top: 6px;
	padding-top: 14px;
	border-top: 1px solid #eef1f6;
}

.amadeus-hotels-summary-total {
	padding-top: 0;
	font-size: 16px;
	font-weight: 700;
}

.amadeus-hotels-total-price {
	color: var(--amadeus-primary, #ff6a00);
	font-size: 24px;
	font-weight: 800;
}

.amadeus-hotels-summary-tax-note {
	margin: 4px 0 0;
	font-size: 12px;
	color: var(--amadeus-hotels-hint, #6b7280);
	text-align: right;
}

.amadeus-hotels-savings-alert {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 18px 0;
	padding: 14px 16px;
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	border-radius: 12px;
}

.amadeus-hotels-savings-alert .amadeus-hotels-icon--savings {
	color: #16a34a;
	flex-shrink: 0;
	margin-top: 2px;
}

.amadeus-hotels-savings-alert p {
	margin: 0;
	font-size: 13px;
	color: #166534;
	line-height: 1.45;
}

.amadeus-hotels-savings-alert strong {
	display: block;
	margin-bottom: 2px;
}

.amadeus-hotels-wrap .amadeus-hotels-checkout-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 10px !important;
	width: 100% !important;
	margin-top: 4px;
	border-radius: 12px !important;
	padding: 14px 20px !important;
	min-height: 52px !important;
	font-size: 15px !important;
	box-shadow: 0 4px 14px rgba(255, 106, 0, 0.35) !important;
}

.amadeus-hotels-wrap .amadeus-hotels-checkout-btn .amadeus-hotels-icon {
	color: #fff;
	flex-shrink: 0;
}

.amadeus-hotels-payment-trust {
	margin-top: 16px;
	text-align: center;
}

.amadeus-hotels-payment-trust-title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 0 6px;
	font-size: 13px;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-payment-trust-title .amadeus-hotels-icon {
	color: var(--amadeus-primary, #ff6a00);
}

.amadeus-hotels-summary-note {
	font-size: 12px;
	color: var(--amadeus-hotels-hint, #6b7280);
	margin: 0;
	text-align: center;
	line-height: 1.4;
}

/* What's included */
.amadeus-hotels-included-card {
	margin-bottom: 0;
}

.amadeus-hotels-included-title {
	margin: 0 0 18px;
	font-size: 16px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-included-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.amadeus-hotels-included-grid li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--amadeus-hotels-text, #1a2b48);
	line-height: 1.35;
}

.amadeus-hotels-included-grid .amadeus-hotels-icon {
	flex-shrink: 0;
	color: #9ca3af;
}

/* Legacy booking helpers */
.amadeus-hotels-booking-card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 12px;
}

.amadeus-hotels-offer-city {
	margin: 4px 0 0;
	color: var(--amadeus-muted, #7a8294);
	font-size: 14px;
}

.amadeus-hotels-offer-guests {
	margin: 8px 0 0;
	font-size: 13px;
	color: var(--amadeus-muted, #7a8294);
}

.amadeus-hotels-guest-grid {
	grid-template-columns: repeat(2, 1fr);
}

/* Order received */
.amadeus-hotels-order-received {
	max-width: 640px;
	margin: 0 auto;
	padding: 24px 16px;
}

.amadeus-hotels-order-card .amadeus-title {
	margin-top: 16px;
}

.amadeus-hotels-order-total {
	margin-top: 20px;
	font-size: 16px;
}

/* Filter drawer + mobile dock (hidden on desktop) */
.amadeus-hotels-filters-close,
.amadeus-hotels-mobile-dock,
.amadeus-hotels-filter-backdrop {
	display: none;
}

.amadeus-hotels-filters-head-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

/* Responsive — premium search */
@media (max-width: 960px) {
	.amadeus-hotels-results-bar-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.amadeus-hotels-results-bar-field:nth-child(2n) {
		border-right: 0;
	}

	.amadeus-hotels-results-bar-field:nth-child(-n+2) {
		border-bottom: 1px solid #eef1f6;
	}
}

@media (max-width: 1100px) {
	.amadeus-hotels-results-layout {
		display: block;
	}

	.amadeus-hotels-offer-card {
		grid-template-columns: 1fr;
	}

	.amadeus-hotels-value-bar {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Filters become a bottom-sheet drawer — hidden until opened */
	.amadeus-hotels-results-main {
		width: 100%;
	}

	.amadeus-hotels-results {
		padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
	}

	.amadeus-hotels-shimmer-sidebar {
		display: none !important;
	}

	.amadeus-hotels-filters {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1001;
		width: 100%;
		max-height: min(82vh, 720px);
		overflow-y: auto;
		transform: translate3d(0, 100%, 0);
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transition: transform 0.28s ease, opacity 0.24s ease, visibility 0s linear 0.28s;
		border-radius: 18px 18px 0 0;
		box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.18);
		padding-bottom: env(safe-area-inset-bottom, 0px);
		margin: 0;
		top: auto;
	}

	.amadeus-hotels-filters.is-open {
		transform: translate3d(0, 0, 0);
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transition: transform 0.28s ease, opacity 0.24s ease, visibility 0s;
	}

	.amadeus-hotels-filters-head {
		position: sticky;
		top: 0;
		z-index: 2;
		background: #fff;
		border-bottom: 1px solid var(--amadeus-border, #e3e7ee);
		padding-bottom: 12px;
	}

	.amadeus-hotels-filters-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border: 1px solid var(--amadeus-border, #e3e7ee);
		border-radius: 999px;
		background: #fff;
		color: var(--amadeus-secondary, #333);
		cursor: pointer;
	}

	.amadeus-hotels-filter-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 1000;
		border: 0;
		padding: 0;
		background: rgba(15, 23, 42, 0.45);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.24s ease;
	}

	.amadeus-hotels-filter-backdrop.is-open {
		opacity: 1;
		pointer-events: auto;
	}

	.amadeus-hotels-filter-backdrop[hidden] {
		display: block !important;
	}

	.amadeus-hotels-filter-backdrop[hidden]:not(.is-open) {
		opacity: 0;
		pointer-events: none;
	}

	.amadeus-hotels-mobile-dock {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 900;
		gap: 8px;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
		background: rgba(255, 255, 255, 0.96);
		border-top: 1px solid var(--amadeus-border, #e3e7ee);
		box-shadow: 0 -8px 28px rgba(15, 23, 42, 0.08);
		backdrop-filter: blur(8px);
	}

	.amadeus-hotels-dock-btn {
		flex: 1;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		min-height: 52px;
		padding: 7px 8px;
		border: 1px solid var(--amadeus-border, #e3e7ee);
		border-radius: 12px;
		background: #fff;
		color: var(--amadeus-secondary, #333);
		font-size: 11px;
		font-weight: 700;
		cursor: pointer;
	}

	.amadeus-hotels-dock-btn svg {
		color: var(--amadeus-primary, #ff6a00);
		width: 18px;
		height: 18px;
	}

	.amadeus-hotels-dock-btn:active {
		transform: scale(0.98);
	}

	body.amadeus-hotels-filters-open {
		overflow: hidden;
	}
}

@media (max-width: 1024px) {
	.amadeus-hotels-bar--premium {
		flex-wrap: wrap;
	}

	.amadeus-hotels-bar-fields {
		flex-wrap: wrap;
		width: 100%;
		display: flex;
	}

	.amadeus-hotels-field--city,
	.amadeus-hotels-field--date {
		flex: 1 1 calc(50% - 12px);
		min-width: 140px;
		max-width: none;
	}

	.amadeus-hotels-field--stepper {
		flex: 1 1 calc(50% - 12px);
		max-width: none;
	}

	.amadeus-hotels-field--submit {
		flex: 1 1 100%;
		padding: 4px 10px 10px;
	}

	.amadeus-hotels-field--submit .amadeus-hotels-field-head--spacer {
		display: none;
	}

	.amadeus-hotels-wrap .amadeus-hotels-search-btn,
	.elementor-widget-amadeus_hotel_search .amadeus-hotels-search-btn,
	.elementor-widget-amadeus_hotel_results .amadeus-hotels-search-btn {
		width: 100% !important;
		height: 48px !important;
		min-height: 48px !important;
		max-height: 48px !important;
		margin: 0 !important;
	}
}

@media (max-width: 640px) {
	.amadeus-hotels-wrap.amadeus-hotels-results {
		padding-left: 10px;
		padding-right: 10px;
	}

	.amadeus-hotels-search--premium .amadeus-hotels-search-card {
		padding: 22px 18px 20px;
	}

	.amadeus-hotels-search-title {
		font-size: 22px;
	}

	.amadeus-hotels-field--city,
	.amadeus-hotels-field--date,
	.amadeus-hotels-field--stepper {
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
	}

	.amadeus-hotels-trust {
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	.amadeus-hotels-results-bar {
		grid-template-columns: 1fr !important;
	}

	.amadeus-hotels-results-bar-fields {
		grid-template-columns: 1fr 1fr !important;
	}

	.amadeus-hotels-results-bar-field {
		border-right: 0;
		border-bottom: 1px solid #eef1f6;
	}

	.amadeus-hotels-results-bar-field:last-child {
		border-bottom: 0;
	}

	.amadeus-hotels-results-search .amadeus-hotels-results-search-btn,
	.amadeus-hotels-results-search.amadeus-hotels-inline-search .amadeus-hotels-results-search-btn {
		width: 100% !important;
		max-width: none !important;
		min-height: 48px !important;
	}

	.amadeus-hotels-results-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.amadeus-hotels-value-bar {
		grid-template-columns: 1fr 1fr;
	}

	.amadeus-hotels-offer-card {
		grid-template-columns: 1fr 1.4fr;
		padding: 14px;
		gap: 14px;
	}

	.amadeus-hotels-offer-room-block{
		display: none;
	}

	.amadeus-hotels-offer-name {
		font-size: 17px;
		line-height: 1.3;
	}

	.amadeus-hotels-offer-image-wrap {
		aspect-ratio: 16 / 10;
	}

	.amadeus-hotels-offer-thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 5px;
	}

	.amadeus-hotels-offer-thumbs img,
	.amadeus-hotels-offer-thumbs-more {
		height: 42px;
		min-width: 0;
	}

	.amadeus-hotels-offer-rating-row {
		flex-wrap: wrap;
		gap: 8px;
	}

	.amadeus-hotels-offer-amenities {
		flex-wrap: wrap;
		gap: 6px 10px;
	}

	.amadeus-hotels-offer-pricing {
		border-left: 0;
		border-top: 1px solid #eef1f6;
		padding-left: 0;
		padding-top: 14px;
		align-items: stretch;
		text-align: left;
		gap: 8px;
		grid-column: span 2;
	}

	.amadeus-hotels-offer-pricing .amadeus-hotels-offer-price {
		font-size: 22px;
	}

	.amadeus-hotels-offer-tax-note {
		margin-bottom: 8px;
	}

	.amadeus-hotels-offer-pricing .amadeus-hotels-offer-select {
		min-height: 46px !important;
	}

	.amadeus-hotels-offer-details-link {
		display: inline-block;
		margin-top: 2px;
		text-align: center;
	}

	.amadeus-hotels-offer-price-old {
		justify-content: flex-start;
	}

	.amadeus-hotels-results-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.amadeus-hotels-modify-search {
		width: 100%;
	}

	.amadeus-hotels-offer:not(.amadeus-hotels-offer-card) {
		flex-direction: column;
		align-items: stretch;
	}

	.amadeus-hotels-offer-top {
		flex-direction: column;
		gap: 8px;
	}

	.amadeus-hotels-wrap .amadeus-hotels-offer-action .amadeus-btn {
		width: 100% !important;
	}

	.amadeus-hotels-guest-grid {
		grid-template-columns: 1fr;
	}

	.amadeus-hotels-guest-fields {
		grid-template-columns: 1fr;
	}

	.amadeus-hotels-field-title {
		max-width: 160px;
	}

	.amadeus-hotels-booking-details-head {
		flex-direction: column;
	}

	.amadeus-hotels-booking-price-block {
		text-align: left;
	}

	.amadeus-hotels-included-grid {
		grid-template-columns: 1fr 1fr;
	}

	.amadeus-hotels-summary {
		flex-direction: column;
		align-items: flex-start !important;
	}
}

@media (max-width: 960px) {
	.amadeus-hotels-booking-grid {
		grid-template-columns: 1fr;
	}

	.amadeus-hotels-summary-card {
		position: static;
	}

	.amadeus-hotels-booking-hotel {
		grid-template-columns: 1fr;
	}

	.amadeus-hotels-booking-media {
		max-width: 360px;
	}
}

/* ===== Shimmer loaders ===== */
@keyframes amadeus-hotels-shimmer {
	0% { background-position: -468px 0; }
	100% { background-position: 468px 0; }
}

.amadeus-hotels-shimmer {
	background: linear-gradient(90deg, #eef1f6 0%, #f8f9fb 40%, #eef1f6 80%);
	background-size: 936px 100%;
	animation: amadeus-hotels-shimmer 1.4s ease-in-out infinite;
	border-radius: 8px;
}

.amadeus-hotels-shimmer-card {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr) 180px;
	gap: 20px;
	padding: 16px;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	background: #fff;
	pointer-events: none;
}

.amadeus-hotels-shimmer--media {
	height: 180px;
	border-radius: 10px;
}

.amadeus-hotels-shimmer-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.amadeus-hotels-shimmer-pricing {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	border-left: 1px solid #eef1f6;
	padding-left: 16px;
}

.amadeus-hotels-shimmer--line {
	height: 14px;
	width: 100%;
}

.amadeus-hotels-shimmer--title { width: 70%; height: 18px; }
.amadeus-hotels-shimmer--short { width: 45%; }
.amadeus-hotels-shimmer--medium { width: 85%; }
.amadeus-hotels-shimmer--pill { width: 35%; height: 22px; border-radius: 999px; }
.amadeus-hotels-shimmer--price { width: 120px; height: 24px; }
.amadeus-hotels-shimmer--tiny { width: 90px; height: 10px; }
.amadeus-hotels-shimmer--btn { width: 100%; height: 42px; border-radius: 10px; }

.amadeus-hotels-shimmer-sidebar {
	pointer-events: none;
	min-height: 420px;
}

.amadeus-hotels-shimmer-group {
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid #eef1f6;
}

.amadeus-hotels-shimmer-group:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.amadeus-hotels-shimmer-group--price {
	gap: 12px;
}

.amadeus-hotels-shimmer--track {
	height: 4px;
	width: 100%;
	border-radius: 999px;
}

.amadeus-hotels-shimmer-value {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	background: #fff4eb;
	border-radius: 12px;
	padding: 14px 18px;
}

.amadeus-hotels-offers-list--shimmer {
	opacity: 0.85;
}

/* ===== Offer card links & gaps ===== */
.amadeus-hotels-offer-name a {
	color: inherit;
	text-decoration: none;
}

.amadeus-hotels-offer-name a:hover {
	color: var(--amadeus-primary, #ff6a00);
}

.amadeus-hotels-offer-media-link {
	display: block;
	height: 100%;
}

.amadeus-hotels-offer-more-rooms,
.amadeus-hotels-offer-details-link {
	display: inline-block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--amadeus-primary, #ff6a00);
	text-decoration: none;
}

.amadeus-hotels-offer-details-link {
	margin-top: 10px;
	text-align: center;
}

.amadeus-hotels-offer-more-rooms:hover,
.amadeus-hotels-offer-details-link:hover {
	text-decoration: underline;
}

.amadeus-hotels-offer-tax-note {
	text-transform: lowercase;
}

.amadeus-hotels-offer-pricing .amadeus-hotels-offer-select {
	margin-bottom: 0;
}

/* ===== Hotel detail page ===== */
.amadeus-hotels-detail {
	--amadeus-detail-blue: #2563eb;
	--amadeus-detail-blue-hover: #1d4ed8;
	max-width: 1180px;
}

.amadeus-hotels-detail .amadeus-card {
	margin-bottom: 0;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	box-shadow: 0 4px 18px rgba(20, 40, 80, 0.05);
}

.amadeus-hotels-detail-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.amadeus-hotels-detail-back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--amadeus-hotels-text, #1a2b48);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.amadeus-hotels-detail-back:hover {
	color: var(--amadeus-detail-blue, #2563eb);
}

.amadeus-hotels-detail-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.amadeus-hotels-detail-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid #e8ecf2;
	background: #fff;
	border-radius: 999px;
	padding: 8px 14px;
	font-size: 13px;
	font-weight: 600;
	color: var(--amadeus-hotels-text, #1a2b48);
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.amadeus-hotels-detail-action:hover,
.amadeus-hotels-detail-action.is-active {
	border-color: var(--amadeus-detail-blue, #2563eb);
	color: var(--amadeus-detail-blue, #2563eb);
}

.amadeus-hotels-detail-action.is-active .amadeus-hotels-icon--heart {
	fill: currentColor;
	stroke: currentColor;
}

.amadeus-hotels-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(300px, 1fr);
	gap: 16px;
	margin-bottom: 16px;
	align-items: stretch;
}

.amadeus-hotels-detail-gallery {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.amadeus-hotels-detail-image-wrap {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	background: #eef1f6;
	flex: 1;
}

.amadeus-hotels-detail-image-main {
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	display: block;
}

.amadeus-hotels-detail-gallery-rating {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #16a34a;
	border-radius: 8px;
	padding: 7px 12px;
	box-shadow: 0 4px 16px rgba(20, 40, 80, 0.12);
	color: #fff;
	max-width: calc(100% - 130px);
}

.amadeus-hotels-detail-gallery-rating .amadeus-hotels-offer-score {
	min-width: 30px;
	height: 26px;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.18);
}

.amadeus-hotels-detail-gallery-rating-text {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.amadeus-hotels-detail-photos-btn {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 0;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(20, 40, 80, 0.08);
}

.amadeus-hotels-detail-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--amadeus-hotels-text, #1a2b48);
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(20, 40, 80, 0.12);
}

.amadeus-hotels-detail-gallery-nav--prev {
	left: 14px;
}

.amadeus-hotels-detail-gallery-nav--next {
	right: 14px;
}

.amadeus-hotels-detail-thumbs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.amadeus-hotels-detail-thumb {
	border: 2px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	background: none;
	cursor: pointer;
}

.amadeus-hotels-detail-thumb.is-active {
	border-color: var(--amadeus-detail-blue, #2563eb);
}

.amadeus-hotels-detail-thumb img {
	width: 100%;
	height: 64px;
	object-fit: cover;
	display: block;
}

.amadeus-hotels-detail-summary {
	display: flex;
	flex-direction: column;
	padding: 22px 22px 0;
	min-height: 100%;
}

.amadeus-hotels-detail-title {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.15;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-detail-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-bottom: 12px;
}

.amadeus-hotels-detail-meta .amadeus-hotels-offer-stars {
	margin-bottom: 0;
}

.amadeus-hotels-detail-meta .amadeus-hotels-offer-location {
	margin: 0;
}

.amadeus-hotels-detail-rating-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	border: 0;
	background: none;
	padding: 0;
	margin: 0 0 14px;
	text-align: left;
	cursor: pointer;
}

.amadeus-hotels-detail-rating-copy {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 4px 6px;
}

.amadeus-hotels-detail-rating-copy strong,
.amadeus-hotels-detail-rating-copy span {
	display: inline;
	font-size: 13px;
}

.amadeus-hotels-detail-rating-copy strong {
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-detail-rating-copy span {
	color: var(--amadeus-hotels-hint, #6b7280);
}

.amadeus-hotels-detail-rating-toggle .amadeus-hotels-icon--chevron {
	margin-left: auto;
	color: #9ca3af;
}

.amadeus-hotels-detail-trip {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	font-size: 14px;
	color: var(--amadeus-hotels-hint, #6b7280);
}

.amadeus-hotels-detail-trip .amadeus-hotels-icon {
	flex-shrink: 0;
	color: #9ca3af;
}

.amadeus-hotels-detail-from {
	margin-bottom: 0;
}

.amadeus-hotels-detail-booking-row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	margin-bottom: 14px;
}

.amadeus-hotels-detail-chips-wrap {
	margin-bottom: 14px;
}

.amadeus-hotels-detail-from-label {
	display: block;
	font-size: 13px;
	color: var(--amadeus-hotels-hint, #6b7280);
	margin-bottom: 4px;
}

.amadeus-hotels-detail-from strong {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	color: var(--amadeus-detail-blue, #2563eb);
}

.amadeus-hotels-detail-from .amadeus-hotels-offer-price-unit {
	color: var(--amadeus-detail-blue, #2563eb);
	font-size: 16px;
	font-weight: 700;
}

.amadeus-hotels-detail-from .amadeus-hotels-offer-tax-note {
	margin: 6px 0 0;
	text-transform: none;
}

.amadeus-hotels-detail-select-room {
	width: 100%;
	margin-bottom: 0;
	border-radius: 10px;
	padding: 13px 18px;
	font-size: 15px;
	font-weight: 700;
	background: var(--amadeus-detail-blue, #2563eb) !important;
}

.amadeus-hotels-detail-select-room:hover {
	background: var(--amadeus-detail-blue-hover, #1d4ed8) !important;
}

.amadeus-hotels-detail-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0 0 16px;
	padding: 0;
}

.amadeus-hotels-detail-chips li {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #f3f4f6;
	font-size: 12px;
	font-weight: 600;
	color: #374151;
}

.amadeus-hotels-detail-chips .amadeus-hotels-icon {
	color: #6b7280;
}

.amadeus-hotels-detail-chips-more {
	background: #eef1f6 !important;
	color: var(--amadeus-hotels-hint, #6b7280) !important;
}

.amadeus-hotels-detail-gallery-dots {
	display: none;
}

.amadeus-hotels-detail-guarantee {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 22px;
	margin: auto -22px 0;
	border-radius: 0 0 14px 14px;
	background: #ecfdf3;
	border-top: 1px solid #bbf7d0;
}

.amadeus-hotels-detail-guarantee > .amadeus-hotels-icon--chevron {
	display: none;
	margin-left: auto;
	color: #16a34a;
	flex-shrink: 0;
}

.amadeus-hotels-detail-guarantee .amadeus-hotels-icon {
	color: #16a34a;
	flex-shrink: 0;
	margin-top: 2px;
}

.amadeus-hotels-detail-guarantee strong {
	display: block;
	font-size: 14px;
	color: #166534;
	margin-bottom: 2px;
}

.amadeus-hotels-detail-guarantee span {
	display: block;
	font-size: 13px;
	color: #15803d;
}

.amadeus-hotels-detail-info {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 16px;
	align-items: stretch;
}

.amadeus-hotels-detail-info--no-sidebar {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amadeus-hotels-detail-section {
	padding: 20px 22px;
	margin-bottom: 0;
	height: 100%;
}

.amadeus-hotels-detail-section h2 {
	margin: 0 0 14px;
	font-size: 18px;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-detail-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.amadeus-hotels-detail-section-head h2 {
	margin: 0;
}

.amadeus-hotels-detail-section-head p {
	margin: 0;
	font-size: 13px;
	color: var(--amadeus-hotels-hint, #6b7280);
}

.amadeus-hotels-detail-description-wrap.is-expanded .amadeus-hotels-detail-description {
	-webkit-line-clamp: unset;
	display: block;
}

.amadeus-hotels-detail-description {
	margin: 0;
	font-size: 15px;
	line-height: 1.65;
	color: #4b5563;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.amadeus-hotels-detail-read-more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	border: 0;
	background: none;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: 600;
	color: var(--amadeus-detail-blue, #2563eb);
	cursor: pointer;
}

.amadeus-hotels-detail-amenity-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.amadeus-hotels-detail-amenity-grid li {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: #374151;
}

.amadeus-hotels-detail-amenity-grid .amadeus-hotels-icon {
	color: var(--amadeus-detail-blue, #2563eb);
	flex-shrink: 0;
}

.amadeus-hotels-detail-stay-card {
	display: flex;
	flex-direction: column;
}

.amadeus-hotels-detail-facts {
	margin: 0;
	flex: 1;
}

.amadeus-hotels-detail-facts div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #eef1f6;
	font-size: 14px;
}

.amadeus-hotels-detail-facts dt {
	margin: 0;
	color: var(--amadeus-hotels-hint, #6b7280);
	font-weight: 500;
}

.amadeus-hotels-detail-facts dd {
	margin: 0;
	font-weight: 700;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-detail-edit-search {
	display: block;
	width: 100%;
	margin-top: auto;
	padding: 14px 0 0;
	border: 0;
	background: none;
	color: var(--amadeus-detail-blue, #2563eb);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.amadeus-hotels-detail-rooms {
	margin-bottom: 16px;
}

.amadeus-hotels-room-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.amadeus-hotels-room-offer {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) 190px;
	gap: 18px;
	padding: 16px;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	background: #fff;
	align-items: stretch;
	box-shadow: 0 4px 18px rgba(20, 40, 80, 0.04);
}

.amadeus-hotels-room-offer.is-loading {
	opacity: 0.6;
	pointer-events: none;
}

.amadeus-hotels-room-offer-media {
	border-radius: 10px;
	overflow: hidden;
	background: #eef1f6;
}

.amadeus-hotels-room-offer-media img {
	width: 100%;
	height: 100%;
	min-height: 160px;
	object-fit: cover;
	display: block;
}

.amadeus-hotels-room-offer-title {
	margin: 0 0 8px;
	font-size: 18px;
	color: var(--amadeus-hotels-text, #1a2b48);
}

.amadeus-hotels-room-offer-desc {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--amadeus-hotels-hint, #6b7280);
}

.amadeus-hotels-room-offer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
	font-size: 13px;
	color: #374151;
}

.amadeus-hotels-offer-pill--blue {
	background: #eff6ff;
	color: #2563eb;
}

.amadeus-hotels-room-offer-pricing {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	text-align: right;
	border-left: 1px solid #eef1f6;
	padding-left: 16px;
}

.amadeus-hotels-room-deal-tag {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: #ecfdf3;
	color: #16a34a;
	font-size: 11px;
	font-weight: 700;
}

.amadeus-hotels-room-select {
	width: 100% !important;
	margin-top: 10px;
	background: var(--amadeus-detail-blue, #2563eb) !important;
}

.amadeus-hotels-room-urgency {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	margin: 10px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #ea580c;
}

.amadeus-hotels-room-urgency .amadeus-hotels-icon--bolt {
	color: #ea580c;
}

.amadeus-hotels-detail-trust {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	padding: 18px 20px;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	background: #fafbfd;
}

.amadeus-hotels-detail-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.amadeus-hotels-detail-trust-item .amadeus-hotels-icon {
	color: var(--amadeus-detail-blue, #2563eb);
	flex-shrink: 0;
	margin-top: 2px;
}

.amadeus-hotels-detail-trust-item strong {
	display: block;
	font-size: 13px;
	color: var(--amadeus-hotels-text, #1a2b48);
	margin-bottom: 2px;
}

.amadeus-hotels-detail-trust-item span {
	display: block;
	font-size: 12px;
	color: var(--amadeus-hotels-hint, #6b7280);
	line-height: 1.4;
}

.amadeus-hotels-detail-back-long {
	display: inline;
}

.amadeus-hotels-detail-back-short {
	display: none;
}

.amadeus-hotels-room-offer-chevron,
.amadeus-hotels-room-offer-details-link {
	display: none;
}

@media (min-width: 769px) {
	.amadeus-hotels-detail-summary {
		display: flex;
		flex-direction: column;
	}

	.amadeus-hotels-detail-chips-wrap {
		order: 6;
		margin-bottom: 16px;
	}

	.amadeus-hotels-detail-booking-row {
		order: 5;
	}

	.amadeus-hotels-detail-guarantee {
		order: 7;
	}

	.amadeus-hotels-room-offer {
		grid-template-columns: 220px minmax(0, 1fr) 190px;
		grid-template-rows: auto;
	}

	.amadeus-hotels-room-offer-media {
		grid-column: 1;
		grid-row: 1;
	}

	.amadeus-hotels-room-offer-main {
		grid-column: 2;
		grid-row: 1;
	}

	.amadeus-hotels-room-offer-pricing {
		display: flex;
		grid-column: 3;
		grid-row: 1;
	}

	.amadeus-hotels-room-offer-chevron,
	.amadeus-hotels-room-offer-details-link {
		display: none !important;
	}
}

@media (max-width: 960px) {
	.amadeus-hotels-detail-hero,
	.amadeus-hotels-detail-info {
		grid-template-columns: 1fr;
	}

	.amadeus-hotels-detail-amenity-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.amadeus-hotels-wrap.amadeus-hotels-detail {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
	}

	.amadeus-hotels-detail-toolbar {
		padding: 0 16px;
		margin-bottom: 12px;
	}

	.amadeus-hotels-detail-back-long {
		display: none;
	}

	.amadeus-hotels-detail-back-short {
		display: inline;
	}

	.amadeus-hotels-detail-action-label {
		display: none;
	}

	.amadeus-hotels-detail-action {
		width: 40px;
		height: 40px;
		padding: 0;
		justify-content: center;
		border-radius: 50%;
	}

	.amadeus-hotels-detail-hero {
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-bottom: 0;
	}

	.amadeus-hotels-detail-gallery {
		gap: 8px;
		padding: 0 16px;
	}

	.amadeus-hotels-detail-image-wrap {
		border-radius: 12px;
	}

	.amadeus-hotels-detail-image-main {
		min-height: 220px;
		aspect-ratio: 16 / 10;
	}

	.amadeus-hotels-detail-photos-btn {
		background: rgba(0, 0, 0, 0.55);
		color: #fff;
		box-shadow: none;
	}

	.amadeus-hotels-detail-gallery-dots {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 12px;
	}

	.amadeus-hotels-detail-gallery-dot {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.45);
	}

	.amadeus-hotels-detail-gallery-dot.is-active {
		width: 8px;
		height: 8px;
		background: #fff;
	}

	.amadeus-hotels-detail-thumbs {
		grid-template-columns: repeat(5, 1fr);
		gap: 6px;
	}

	.amadeus-hotels-detail-thumb img {
		height: 56px;
	}

	.amadeus-hotels-detail-summary.amadeus-card {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 16px 16px 0;
	}

	.amadeus-hotels-detail-title {
		font-size: 24px;
		margin-bottom: 6px;
	}

	.amadeus-hotels-detail-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.amadeus-hotels-detail-chips-wrap {
		margin: 0 -16px 14px;
		padding: 0 16px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.amadeus-hotels-detail-chips-wrap::-webkit-scrollbar {
		display: none;
	}

	.amadeus-hotels-detail-chips {
		flex-wrap: nowrap;
		width: max-content;
		max-width: none;
		margin: 0;
	}

	.amadeus-hotels-detail-chips li {
		flex-shrink: 0;
		padding: 8px 12px;
		border-radius: 10px;
		background: #f3f4f6;
	}

	.amadeus-hotels-detail-booking-row {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin-bottom: 14px;
	}

	.amadeus-hotels-detail-from {
		flex: 1;
		min-width: 0;
	}

	.amadeus-hotels-detail-from strong {
		font-size: 24px;
		color: var(--amadeus-hotels-text, #1a2b48);
	}

	.amadeus-hotels-detail-from .amadeus-hotels-offer-price-unit {
		color: var(--amadeus-hotels-text, #1a2b48);
		font-size: 14px;
	}

	.amadeus-hotels-detail-select-room {
		width: auto;
		flex-shrink: 0;
		padding: 12px 18px;
		font-size: 14px;
		background: var(--amadeus-primary, #ff6a00) !important;
		white-space: nowrap;
	}

	.amadeus-hotels-detail-select-room:hover {
		background: var(--amadeus-primary, #ff6a00) !important;
		filter: brightness(0.94);
	}

	.amadeus-hotels-detail-guarantee {
		align-items: center;
		margin: 0 -16px;
		padding: 14px 16px;
		border-radius: 0;
	}

	.amadeus-hotels-detail-guarantee > .amadeus-hotels-icon--chevron {
		display: inline-flex;
	}

	.amadeus-hotels-detail-info--desktop {
		display: none;
	}

	.amadeus-hotels-detail-rooms {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 16px;
	}

	.amadeus-hotels-detail-section-head {
		display: none;
	}

	.amadeus-hotels-room-list {
		gap: 12px;
	}

	.amadeus-hotels-room-offer {
		display: grid;
		grid-template-columns: 88px minmax(0, 1fr) 24px;
		grid-template-rows: auto auto;
		gap: 0 12px;
		padding: 14px;
		align-items: start;
	}

	.amadeus-hotels-room-offer-media {
		grid-row: 1 / 3;
		width: 88px;
		height: 88px;
	}

	.amadeus-hotels-room-offer-media img {
		min-height: 88px;
		height: 88px;
	}

	.amadeus-hotels-room-offer-main {
		grid-column: 2;
		min-width: 0;
	}

	.amadeus-hotels-room-offer-title {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.amadeus-hotels-room-offer-desc {
		font-size: 12px;
		margin-bottom: 8px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.amadeus-hotels-room-offer-meta {
		margin-bottom: 8px;
		font-size: 12px;
	}

	.amadeus-hotels-room-offer-pricing {
		display: none;
	}

	.amadeus-hotels-room-offer-chevron {
		display: inline-flex !important;
		align-items: flex-start;
		justify-content: center;
		grid-column: 3;
		grid-row: 1;
		border: 0;
		background: none !important;
		min-width: 0 !important;
		min-height: 0 !important;
		padding: 4px 0 0;
		color: #9ca3af;
		cursor: pointer;
		box-shadow: none !important;
	}

	.amadeus-hotels-room-offer-details-link {
		display: inline-flex;
		grid-column: 2;
		grid-row: 2;
		border: 0;
		background: none;
		padding: 8px 0 0;
		font-size: 13px;
		font-weight: 600;
		color: var(--amadeus-detail-blue, #2563eb);
		cursor: pointer;
	}

	.amadeus-hotels-detail-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 12px;
		margin: 0 16px 24px;
		padding: 16px;
		border-radius: 12px;
	}

	.amadeus-hotels-detail-trust-item strong {
		font-size: 12px;
	}

	.amadeus-hotels-detail-trust-item span {
		font-size: 11px;
	}
}

@media (max-width: 560px) {
	.amadeus-hotels-detail-trust {
		grid-template-columns: 1fr 1fr;
	}
}

/* Direct checkout payment methods */
.amadeus-hotels-payment-section {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.amadeus-hotels-payment-title {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
}

.amadeus-hotels-payment-gateways {
	display: grid;
	gap: 10px;
	margin-top: 12px;
}

.amadeus-hotels-payment-option {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 12px;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.amadeus-hotels-payment-option.is-selected {
	border-color: var(--amadeus-primary, #5191fa);
	box-shadow: 0 0 0 1px var(--amadeus-primary, #5191fa);
}

.amadeus-hotels-payment-option input[type="radio"] {
	margin: 3px 0 0;
}

.amadeus-hotels-payment-option-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.amadeus-hotels-payment-option-body strong {
	font-size: 14px;
}

.amadeus-hotels-payment-option-body span {
	font-size: 12px;
	color: #64748b;
}

.amadeus-hotels-payment-empty {
	margin: 12px 0 0;
	font-size: 13px;
	color: #64748b;
}

.amadeus-hotels-order-received .amadeus-hotels-order-card {
	padding: 24px;
}

.amadeus-hotels-order-actions {
	margin-top: 16px;
}
