.mtr-tez {
	background: #fff;
	border: 1px solid rgba(20, 42, 73, .1);
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(25, 52, 78, .08);
	padding: 18px;
}

.mtr-tez-intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 14px;
}

.mtr-tez-intro h3 {
	font-size: clamp(23px, 2.6vw, 28px);
	margin: 4px 0 0;
}

.mtr-tez-intro p {
	color: #667085;
	margin: 0;
	max-width: 420px;
	font-size: 13px;
}

.mtr-tez-live {
	align-items: center;
	color: #3f7f8d;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
}

.mtr-tez-live i {
	background: #55959f;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(63, 127, 141, .12);
	display: inline-block;
	height: 8px;
	margin-right: 10px;
	width: 8px;
}

.mtr-tez-form {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(9, minmax(0, 1fr));
}

.mtr-tez-field {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-weight: 700;
	gap: 6px;
	grid-column: span 1;
}

.mtr-tez-field-wide {
	grid-column: span 3;
}

.mtr-tez-field-2 { grid-column: span 2; }

.mtr-tez-static-field strong {
	align-items: center;
	background: #f7f9fb;
	border: 1px solid #d9e0e7;
	border-radius: 10px;
	color: #152b43;
	display: flex;
	height: 40px;
	padding: 0 11px;
}

.mtr-tez-field input,
.mtr-tez-field select {
	appearance: none;
	background: #f7f9fb;
	border: 1px solid #d9e0e7;
	border-radius: 10px;
	color: #152b43;
	font: inherit;
	height: 40px;
	min-width: 0;
	padding: 0 11px;
	width: 100%;
}

.mtr-tez-field select {
	background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
	background-position: calc(100% - 16px) 16px, calc(100% - 11px) 16px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	padding-right: 34px;
}

.mtr-tez-birthdays {
	display: grid;
	gap: 16px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mtr-tez-birthdays[hidden] { display: none; }

.mtr-tez-advanced {
	background: #f7f9fb;
	border: 1px solid #dce4ea;
	border-radius: 11px;
	grid-column: 1 / -1;
	overflow: hidden;
}

.mtr-tez-advanced > summary {
	align-items: center;
	color: #152b43;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 14px;
	justify-content: space-between;
	list-style: none;
	padding: 11px 14px;
}

.mtr-tez-advanced > summary::-webkit-details-marker { display: none; }
.mtr-tez-advanced > summary::after { content: '+'; font-size: 21px; font-weight: 500; line-height: 1; }
.mtr-tez-advanced[open] > summary::after { content: '−'; }
.mtr-tez-advanced > summary small { color: #3f7f8d; font-size: 12px; margin-left: auto; }

.mtr-tez-reference-status {
	border-top: 1px solid #e3e9ee;
	color: #667085;
	font-size: 12px;
	font-weight: 650;
	padding: 9px 16px 0;
}

.mtr-tez-reference-status.is-loading { animation: mtr-tez-pulse 1.1s ease-in-out infinite alternate; }
.mtr-tez-reference-status.is-success { color: #23705c; }
.mtr-tez-reference-status.is-error { color: #846536; }

.mtr-tez-advanced-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 14px 16px 16px;
}

.mtr-tez-filter-panel {
	background: #fff;
	border: 1px solid #e2e8ed;
	border-radius: 11px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	padding: 14px;
}

.mtr-tez-filter-panel-tall { grid-row: span 2; height: 540px; min-height: 0; overflow: hidden; }
.mtr-tez-filter-panel-hotels { grid-column: span 1; }
.mtr-tez-filter-panel h4 { color: #152b43; font-size: 16px; margin: 0; }

.mtr-tez-filter-search {
	background: #f7f9fb;
	border: 1px solid #d9e0e7;
	border-radius: 10px;
	color: #152b43;
	font: inherit;
	height: 42px;
	min-width: 0;
	padding: 0 12px;
	width: 100%;
}

.mtr-tez-check {
	align-items: flex-start;
	color: #475467;
	cursor: pointer;
	display: flex;
	font-size: 13px;
	font-weight: 650;
	gap: 18px;
	line-height: 1.35;
}

.mtr-tez-check input {
	accent-color: #4b8994;
	flex: 0 0 auto;
	height: 17px;
	margin: 1px 0 0;
	width: 17px;
}

.mtr-tez-check-all {
	background: #edf6f7;
	border-radius: 9px;
	color: #315f68;
	padding: 9px 10px;
}

.mtr-tez-option-list {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 9px;
	min-height: 0;
	overflow: auto;
	padding: 2px 5px 2px 1px;
	scrollbar-width: thin;
}

.mtr-tez-airport-groups {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 2px;
}

.mtr-tez-airport-title {
	color: #315f68;
	font-size: 11px;
	font-weight: 800;
	padding: 2px 3px 0;
}

.mtr-tez-airport-section,
.mtr-tez-other-resorts {
	border: 1px solid rgba(75, 137, 148, .18);
	border-radius: 8px;
	overflow: hidden;
}

.mtr-tez-airport-option {
	align-items: center;
	background: rgba(237, 246, 247, .92);
	color: #315f68;
	font-size: 12px;
	gap: 10px;
	min-width: 0;
	padding: 9px 10px;
}

.mtr-tez-airport-option span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.mtr-tez-airport-resorts,
.mtr-tez-other-options {
	background: rgba(255, 255, 255, .72);
	display: flex;
	flex-direction: column;
	gap: 9px;
	padding: 10px;
}

.mtr-tez-other-title {
	background: rgba(248, 249, 250, .92);
	color: #58677a;
	display: block;
	font-size: 12px;
	font-weight: 800;
	padding: 9px 10px;
}

.mtr-tez-option[hidden] { display: none; }
.mtr-tez-option span { overflow-wrap: anywhere; }

.mtr-tez-filter-note { color: #667085; flex: 0 0 auto; font-size: 11px; }
.mtr-tez-filter-note.is-warning { color: #846536; font-weight: 700; }

.mtr-tez-budget-row { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }

.mtr-tez-filter-actions {
	display: grid;
	gap: 10px;
	margin-top: 2px;
}

.mtr-tez-reset-filters {
	align-items: center;
	background: rgba(75, 137, 148, .09);
	border: 1px solid rgba(75, 137, 148, .24);
	border-radius: 11px;
	color: #315f68;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	justify-content: center;
	min-height: 42px;
	padding: 9px 14px;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
	width: 100%;
}

.mtr-tez-reset-filters:hover {
	background: rgba(75, 137, 148, .15);
	border-color: rgba(75, 137, 148, .36);
}

.mtr-tez-reset-filters:active { transform: translateY(1px); }
.mtr-tez-reset-filters:focus-visible { box-shadow: 0 0 0 4px rgba(74, 170, 211, .13); outline: 0; }

.mtr-tez-advanced-submit {
	gap: 9px;
	min-height: 44px;
	width: 100%;
}

.mtr-tez-submit {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	grid-column: span 3;
	justify-content: flex-end;
}

.mtr-tez-submit .mtr-button { min-height: 40px; width: 100%; }
.mtr-tez-submit small { color: #7b8794; font-size: 12px; font-weight: 500; }
.mtr-tez-disclaimer { color: #7b8794; font-size: 11px; margin: 10px 0 0; }

.mtr-tez-status {
	border-radius: 14px;
	font-weight: 650;
	margin-top: 24px;
}

.mtr-tez-status:not(:empty) { background: #f1f7f6; color: #285d58; padding: 14px 16px; }
.mtr-tez-status.is-error { background: #fbf5ea; color: #846536; }
.mtr-tez-status.is-empty { background: #fff8e8; color: #795718; }
.mtr-tez-status.is-loading { animation: mtr-tez-pulse 1.1s ease-in-out infinite alternate; }

@keyframes mtr-tez-pulse { to { opacity: .58; } }

.mtr-tez-results {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px;
}

.mtr-tez-load-more {
	display: flex;
	grid-column: 1 / -1;
	justify-content: center;
	padding: 10px 0 2px;
}

.mtr-tez-load-more-button {
	min-width: 210px;
	padding-inline: 28px;
}

.mtr-tez-load-more-button:disabled { cursor: wait; opacity: .68; }

.mtr-tez-card {
	background: #fff;
	border: 1px solid #e4e9ee;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: background-color .7s ease, border-color .7s ease, transform .2s ease, box-shadow .2s ease;
}

.mtr-tez-card-clickable { cursor: pointer; }
.mtr-tez-card:hover { box-shadow: 0 18px 45px rgba(25, 52, 78, .12); transform: translateY(-3px); }
.mtr-tez-card-media { aspect-ratio: 16 / 10; background: #eaf1f3; overflow: hidden; position: relative; }
.mtr-tez-card-media img { height: 100%; object-fit: cover; width: 100%; }
.mtr-tez-card-placeholder { align-items: center; color: #668a88; display: flex; font-size: 13px; font-weight: 800; height: 100%; justify-content: center; letter-spacing: .08em; }
.mtr-tez-badges { display: flex; flex-wrap: wrap; gap: 6px; left: 12px; max-width: calc(100% - 24px); position: absolute; top: 12px; }
.mtr-tez-badge { background: #fff; border-radius: 999px; color: #3f7f8d; font-size: 11px; font-weight: 800; padding: 7px 10px; }
.mtr-tez-badge-confirm { color: #23705c; }
.mtr-tez-card-body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.mtr-tez-card-region { color: #3f7f8d; font-size: 12px; font-weight: 800; letter-spacing: .04em; margin: 0 0 7px; text-transform: uppercase; }
.mtr-tez-card h4 { font-size: 18px; line-height: 1.25; margin: 0 0 8px; }
.mtr-tez-card-stars,
.mtr-tez-modal-stars { color: #d49418; font-size: 14px; font-weight: 900; letter-spacing: .04em; margin: 0 0 12px; }
.mtr-tez-modal-stars { font-size: 16px; margin-bottom: 5px; }
.mtr-tez-card-facts { color: #667085; display: grid; font-size: 13px; gap: 6px; margin-bottom: 20px; }
.mtr-tez-card-footer { align-items: stretch; border-top: 1px solid #edf0f2; display: flex; flex-direction: column; gap: 14px; margin-top: auto; padding-top: 16px; }
.mtr-tez-price { display: flex; flex-direction: column; }
.mtr-tez-price strong { color: #132a43; font-size: 22px; }
.mtr-tez-price small { color: #7b8794; font-size: 11px; }
.mtr-tez-card-actions { display: grid; gap: 8px; grid-template-columns: 1fr; }
.mtr-tez-card-footer .mtr-button { min-height: 43px; padding-inline: 10px; text-align: center; width: 100%; }
.mtr-button-secondary { background: #eef5f5 !important; color: #285d58 !important; }
.mtr-tez-details-button,
.mtr-tez-share-button {
	background: #e8f3f0 !important;
	border-color: rgba(74, 136, 119, .20) !important;
	color: #2b6259 !important;
}
.mtr-tez-share-button {
	align-items: center;
	display: inline-flex;
	gap: 7px;
	justify-content: center;
}
.mtr-tez-share-button.is-loading { cursor: wait; opacity: .68; }
.mtr-tez-share-icon {
	align-items: center;
	border: 1px solid rgba(40, 93, 88, .28);
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 20px;
	font-size: 13px;
	height: 20px;
	justify-content: center;
	line-height: 1;
	width: 20px;
}
.mtr-tez-share-menu {
	background: rgba(255, 255, 255, .98);
	border: 1px solid rgba(68, 126, 139, .24);
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(14, 42, 61, .2);
	display: grid;
	gap: 3px;
	min-width: 220px;
	padding: 6px;
	position: fixed;
	z-index: 1000002;
}
.mtr-tez-share-option {
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: #29465d;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	min-height: 40px;
	padding: 9px 11px;
	text-align: left;
	width: 100%;
}
.mtr-tez-share-option:hover,
.mtr-tez-share-option:focus-visible {
	background: #edf6f7;
	color: #216579;
	outline: 0;
}
.mtr-tez-share-option:disabled {
	cursor: wait;
	opacity: .64;
}
.mtr-tez-toast {
	background: #17354b;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 8px;
	bottom: 24px;
	box-shadow: 0 18px 50px rgba(13, 39, 58, .28);
	color: #fff;
	font-size: 14px;
	font-weight: 750;
	left: 50%;
	line-height: 1.4;
	max-width: min(520px, calc(100vw - 24px));
	padding: 13px 17px;
	position: fixed;
	transform: translateX(-50%);
	transition: opacity .18s ease, transform .18s ease;
	z-index: 1000003;
}
.mtr-tez-toast.is-success { background: #216a58; }
.mtr-tez-toast.is-error { background: #8b4a31; }
.mtr-tez-toast.is-price { background: #193d63; }
.mtr-tez-toast.is-leaving {
	opacity: 0;
	transform: translate(-50%, 8px);
}
.mtr-tez-card.is-shared-offer {
	border-color: #2e7f91;
	box-shadow: 0 0 0 3px rgba(46, 127, 145, .18), 0 18px 45px rgba(25, 52, 78, .14);
}
.mtr-tez-card.is-carousel-highlighted {
	background: #dff4e5;
	border-color: #4ba66a;
	box-shadow: 0 0 0 3px rgba(75, 166, 106, .20), 0 18px 45px rgba(25, 78, 48, .16);
}
.mtr-tez-modal-actions {
	display: grid;
	gap: 8px;
	min-width: min(270px, 100%);
}
.mtr-tez-provider { align-self: flex-end; color: #7b8794; display: inline-flex; font-size: 10px; font-weight: 700; letter-spacing: .02em; margin-top: 10px; }
.mtr-tez-more { background: #eef7f6; border-radius: 14px; color: #285d58; grid-column: 1 / -1; margin: 0; padding: 14px 16px; }

body.mtr-tez-modal-open { overflow: hidden; }

.mtr-tez-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 1000000;
}

.mtr-tez-modal-backdrop {
	background: rgba(10, 25, 40, .72);
	border: 0;
	cursor: default;
	inset: 0;
	padding: 0;
	position: absolute;
}

.mtr-tez-modal-dialog {
	background: #fff;
	border-radius: 26px;
	box-shadow: 0 30px 90px rgba(5, 20, 35, .34);
	display: grid;
	grid-template-columns: minmax(300px, .88fr) minmax(420px, 1.12fr);
	max-height: calc(100vh - 48px);
	max-width: 1080px;
	overflow: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mtr-tez-modal-close {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	box-shadow: 0 6px 20px rgba(12, 31, 48, .18);
	color: #132a43;
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 42px;
	z-index: 2;
}

.mtr-tez-modal-media { align-self: start; background: #eaf1f3; height: calc(100vh - 48px); max-height: 860px; min-height: 430px; overflow: hidden; position: sticky; top: 0; }
.mtr-tez-gallery-stage { height: 100%; min-height: 0; position: relative; }
.mtr-tez-modal [hidden] { display: none !important; }
.mtr-tez-gallery-stage > img { height: 100%; object-fit: cover; width: 100%; }
.mtr-tez-gallery-placeholder {
	align-items: center;
	background:
		radial-gradient(circle at 72% 24%, rgba(111, 215, 229, .7), transparent 28%),
		linear-gradient(145deg, #173e58, #4b8994);
	color: #fff;
	display: flex;
	font-size: clamp(52px, 8vw, 96px);
	font-weight: 900;
	height: 100%;
	justify-content: center;
	letter-spacing: -.08em;
	padding: 28px;
	text-align: center;
	text-shadow: 0 2px 18px rgba(4, 31, 49, .28);
}
.mtr-tez-gallery-placeholder[hidden] { display: none; }
.mtr-tez-gallery-arrow { align-items: center; background: rgba(255, 255, 255, .92); border: 0; border-radius: 50%; box-shadow: 0 5px 18px rgba(10, 25, 40, .2); color: #132a43; cursor: pointer; display: flex; font-size: 32px; height: 44px; justify-content: center; line-height: 1; padding: 0 0 4px; position: absolute; top: 50%; transform: translateY(-50%); width: 44px; z-index: 2; }
.mtr-tez-gallery-arrow.is-previous { left: 16px; }
.mtr-tez-gallery-arrow.is-next { right: 16px; }
.mtr-tez-gallery-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.05); }
.mtr-tez-gallery-count { background: rgba(10, 25, 40, .72); border-radius: 999px; color: #fff; font-size: 12px; font-weight: 750; left: 16px; padding: 7px 11px; position: absolute; top: 16px; z-index: 2; }
.mtr-tez-gallery-thumbs { background: linear-gradient(transparent, rgba(7, 18, 30, .76)); bottom: 0; display: flex; gap: 8px; left: 0; overflow-x: auto; padding: 34px 14px 14px; position: absolute; right: 0; scrollbar-width: none; z-index: 2; }
.mtr-tez-gallery-thumbs::-webkit-scrollbar { display: none; }
.mtr-tez-gallery-thumb { background: #fff; border: 2px solid transparent; border-radius: 9px; box-shadow: 0 4px 14px rgba(4, 15, 25, .22); cursor: pointer; flex: 0 0 68px; height: 48px; overflow: hidden; padding: 0; }
.mtr-tez-gallery-thumb img { height: 100%; object-fit: cover; width: 100%; }
.mtr-tez-gallery-thumb.is-active { border-color: #fff; box-shadow: 0 0 0 2px #4b8994, 0 4px 14px rgba(4, 15, 25, .28); }
.mtr-tez-gallery-status { background: rgba(10, 25, 40, .7); border-radius: 999px; bottom: 78px; color: #fff; font-size: 11px; left: 50%; padding: 7px 11px; position: absolute; transform: translateX(-50%); white-space: nowrap; z-index: 2; }
.mtr-tez-modal-content { padding: clamp(26px, 4vw, 46px); }
.mtr-tez-modal-kicker { color: #3f7f8d; font-size: 12px; font-weight: 800; letter-spacing: .08em; margin: 0 0 8px; text-transform: uppercase; }
.mtr-tez-modal-content h3 { font-size: clamp(28px, 4vw, 42px); line-height: 1.12; margin: 0; padding-right: 38px; }
.mtr-tez-modal-region { color: #667085; font-weight: 700; margin: 10px 0 26px; }

.mtr-tez-detail-grid { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.mtr-tez-detail-fact { background: #f6f8fa; border-radius: 14px; display: flex; flex-direction: column; gap: 5px; padding: 13px 15px; }
.mtr-tez-detail-fact span { color: #7b8794; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.mtr-tez-detail-fact strong { color: #132a43; font-size: 14px; line-height: 1.4; }
.mtr-tez-detail-choice { position: relative; }
.mtr-tez-detail-choice.is-open { z-index: 30; }
.mtr-tez-detail-select {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: #132a43;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	justify-content: space-between;
	line-height: 1.4;
	min-width: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.mtr-tez-detail-select::after {
	border-bottom: 2px solid #5f7180;
	border-right: 2px solid #5f7180;
	content: "";
	flex: 0 0 8px;
	height: 8px;
	margin: -4px 2px 0 14px;
	transform: rotate(45deg);
	transition: transform .18s ease, margin .18s ease;
	width: 8px;
}
.mtr-tez-detail-choice.is-open .mtr-tez-detail-select::after {
	margin-top: 4px;
	transform: rotate(225deg);
}
.mtr-tez-detail-select:disabled { cursor: default; opacity: 1; }
.mtr-tez-detail-select:focus-visible { border-radius: 6px; box-shadow: 0 0 0 3px rgba(74, 170, 211, .16); outline: 0; }
.mtr-tez-detail-options {
	background: rgba(255, 255, 255, .97);
	border: 1px solid rgba(93, 143, 157, .2);
	border-radius: 15px;
	box-shadow: 0 18px 46px rgba(14, 42, 61, .2), inset 0 1px 0 #fff;
	left: 8px;
	max-height: 245px;
	overflow-y: auto;
	padding: 6px;
	position: absolute;
	right: 8px;
	scrollbar-color: rgba(63, 127, 141, .42) transparent;
	top: calc(100% - 4px);
	z-index: 40;
	-webkit-backdrop-filter: blur(22px) saturate(160%);
	backdrop-filter: blur(22px) saturate(160%);
}
.mtr-tez-detail-option {
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: #19344b;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	padding: 10px 11px;
	text-align: left;
	width: 100%;
}
.mtr-tez-detail-option:hover,
.mtr-tez-detail-option:focus-visible { background: rgba(75, 137, 148, .12); outline: 0; }
.mtr-tez-detail-option.is-selected {
	background: linear-gradient(135deg, rgba(75, 137, 148, .19), rgba(91, 180, 188, .11));
	color: #245f69;
}
.mtr-tez-variant-message {
	align-items: center;
	background: rgba(255, 248, 226, .88);
	border: 1px solid rgba(190, 143, 50, .22);
	border-radius: 14px;
	color: #72551d;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 12px;
	justify-content: space-between;
	margin-top: 12px;
	padding: 11px 13px;
}
.mtr-tez-variant-message p { line-height: 1.45; margin: 0; }
.mtr-tez-variant-message.is-success {
	background: rgba(232, 248, 243, .9);
	border-color: rgba(35, 112, 92, .2);
	color: #23705c;
}
.mtr-tez-variant-message .mtr-button { flex: 0 0 auto; min-height: 38px; padding: 8px 13px; }
.mtr-tez-detail-section { border-top: 1px solid #e8edf1; margin-top: 24px; padding-top: 22px; }
.mtr-tez-detail-section h4 { font-size: 20px; margin: 0 0 10px; }
.mtr-tez-detail-lead { color: #132a43; font-weight: 750; margin: 0 0 8px; }
.mtr-tez-detail-ok { color: #23705c; font-size: 14px; font-weight: 700; margin: 0 0 8px; }
.mtr-tez-detail-muted { color: #667085; font-size: 13px; line-height: 1.55; margin: 0; }
.mtr-tez-detail-list { color: #4c5f70; margin: 0; padding-left: 20px; }
.mtr-tez-detail-list li + li { margin-top: 7px; }

.mtr-tez-modal-footer { align-items: center; border-top: 1px solid #e8edf1; display: flex; gap: 20px; justify-content: space-between; margin-top: 24px; padding-top: 22px; }
.mtr-tez-modal-footer .mtr-button { min-height: 48px; }
.mtr-tez-modal-note { color: #7b8794; font-size: 12px; margin: 12px 0 0; }

.mtr-live-destination-carousel { position: relative; }
.mtr-live-destination-controls {
	display: flex;
	gap: 9px;
	justify-content: flex-end;
	margin: -6px 0 14px;
}
.mtr-live-destination-controls button {
	align-items: center;
	background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(230, 246, 248, .94));
	border: 1px solid rgba(63, 127, 141, .24);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgba(24, 76, 91, .12), inset 0 1px 0 rgba(255, 255, 255, .88);
	color: #347887;
	cursor: pointer;
	display: inline-flex;
	font-size: 21px;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	transition: background .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
	width: 52px;
}
.mtr-live-destination-controls button:hover:not(:disabled),
.mtr-live-destination-controls button:focus-visible:not(:disabled) {
	background: linear-gradient(145deg, #eefafb, #d7f0f3);
	box-shadow: 0 11px 25px rgba(24, 76, 91, .17), inset 0 1px 0 #fff;
	color: #245f6c;
	outline: 0;
	transform: translateY(-1px);
}
.mtr-live-destination-controls button:focus-visible {
	outline: 3px solid rgba(63, 127, 141, .2);
	outline-offset: 2px;
}
.mtr-live-destination-controls button:disabled {
	cursor: default;
	opacity: .36;
}
.mtr-destination-grid.mtr-live-destination-grid {
	align-items: start;
	display: grid;
	gap: 16px;
	grid-auto-columns: calc((100% - 48px) / 4);
	grid-auto-flow: column;
	grid-template-columns: none;
	overflow-x: auto;
	padding: 2px 2px 4px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.mtr-live-destination-grid::-webkit-scrollbar { display: none; }
.mtr-destination-card.mtr-live-destination-card {
	-webkit-backdrop-filter: none;
	align-self: start;
	backdrop-filter: none;
	background: #fff;
	box-shadow: inset 0 1px 0 #fff;
	display: flex;
	flex-direction: column;
	height: auto;
	isolation: isolate;
	scroll-snap-align: start;
}
.mtr-destination-card.mtr-live-destination-card:hover {
	box-shadow: inset 0 1px 0 #fff;
}
.mtr-live-destination-card .mtr-destination-media { aspect-ratio: 16 / 9; }
.mtr-live-destination-card .mtr-destination-body { display: flex; flex: 0 0 auto; flex-direction: column; padding: 12px; }
.mtr-live-destination-card .mtr-destination-body h3 { font-size: 17px; }
.mtr-live-offer-price { align-items: baseline; display: flex; gap: 8px; margin: 4px 0 2px; }
.mtr-live-destination-card .mtr-live-offer-price span { color: #667085; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.mtr-live-offer-price strong { color: #132a43; font-size: clamp(23px, 2.2vw, 29px); letter-spacing: -.04em; line-height: 1; }
.mtr-live-offer-occupancy { color: #667085; font-size: 12px; margin: 3px 0 14px; }
.mtr-live-offer-trip-dates { color: #132a43; font-size: 12px; font-weight: 800; letter-spacing: -.01em; margin: 0 0 5px; white-space: nowrap; }
.mtr-live-offer-dates { color: #132a43; font-size: 13px; font-weight: 750; margin: 0 0 5px; }
.mtr-live-offer-stars {
	color: #c88400;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1;
	margin: 1px 0 5px;
}
.mtr-live-offer-hotel { color: #667085; font-size: 12px; line-height: 1.35; margin: 0 0 14px; }
.mtr-live-destination-card .mtr-live-offer-action { color: #3f7f8d; font-size: 13px; font-weight: 800; margin-top: 12px; }
.mtr-live-offer-note { color: #7b8794; font-size: 12px; line-height: 1.5; margin: 16px 0 0; }

@media (max-width: 980px) {
	.mtr-tez-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mtr-tez-field, .mtr-tez-field-wide, .mtr-tez-field-2, .mtr-tez-submit { grid-column: span 1; }
	.mtr-tez-advanced { grid-column: 1 / -1; }
	.mtr-tez-advanced-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mtr-tez-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mtr-destination-grid.mtr-live-destination-grid { grid-auto-columns: calc((100% - 18px) / 2); gap: 18px; }
}

@media (max-width: 680px) {
	.mtr-tez { border-radius: 14px; padding: 14px; }
	.mtr-tez-intro { align-items: flex-start; flex-direction: column; gap: 10px; }
	.mtr-live-destination-controls { display: none; }
	.mtr-destination-grid.mtr-live-destination-grid { grid-auto-columns: 88%; gap: 14px; padding-bottom: 4px; }
	.mtr-tez-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mtr-tez-birthdays, .mtr-tez-results { grid-template-columns: 1fr; }
	.mtr-tez-field, .mtr-tez-field-wide, .mtr-tez-field-2 { grid-column: span 1; }
	.mtr-tez-submit, .mtr-tez-advanced { grid-column: 1 / -1; }
	.mtr-tez-advanced > summary { display: block; padding: 16px 48px 16px 16px; position: relative; }
	.mtr-tez-advanced > summary::after { position: absolute; right: 17px; top: 17px; }
	.mtr-tez-advanced > summary small { display: block; margin: 8px 0 0; width: 100%; }
	.mtr-tez-reference-status { padding-inline: 16px; }
	.mtr-tez-advanced-grid { grid-template-columns: 1fr; padding: 14px 12px 16px; }
	.mtr-tez-filter-panel-tall { grid-row: auto; height: auto; overflow: visible; }
	.mtr-tez-option-list { max-height: 360px; }
	.mtr-tez-budget-row { grid-template-columns: 1fr 1fr; }
	.mtr-tez-card-footer .mtr-button { width: 100%; }
	.mtr-tez-modal { align-items: flex-end; padding: 0; }
	.mtr-tez-modal-dialog { border-radius: 22px 22px 0 0; display: block; max-height: 94vh; }
	.mtr-tez-modal-media { height: 280px; max-height: none; min-height: 280px; position: relative; top: auto; }
	.mtr-tez-gallery-stage { height: 280px; min-height: 280px; }
	.mtr-tez-gallery-arrow { height: 38px; width: 38px; }
	.mtr-tez-gallery-thumb { flex-basis: 58px; height: 42px; }
	.mtr-tez-modal-content { padding: 24px 18px 30px; }
	.mtr-tez-detail-grid { grid-template-columns: 1fr; }
	.mtr-tez-variant-message { align-items: stretch; flex-direction: column; }
	.mtr-tez-variant-message .mtr-button { width: 100%; }
	.mtr-tez-card-actions { grid-template-columns: 1fr; }
	.mtr-tez-modal-footer { align-items: stretch; flex-direction: column; }
	.mtr-tez-modal-footer .mtr-button { width: 100%; }
}

/* Liquid Glass treatment for the live search interface. */
.mtr-tez {
	position: relative;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(255, 255, 255, .80), rgba(255, 255, 255, .57));
	border: 1px solid rgba(255, 255, 255, .88);
	border-radius: 27px;
	box-shadow: 0 24px 64px rgba(37, 70, 98, .14), inset 0 1px 0 rgba(255, 255, 255, .98), inset 0 -1px 0 rgba(106, 142, 169, .11);
	-webkit-backdrop-filter: blur(28px) saturate(175%);
	backdrop-filter: blur(28px) saturate(175%);
}
.mtr-tez.is-sort-open { overflow: visible; }
.mtr-tez.is-select-open { overflow: visible; }
.mtr-tez.is-select-open .mtr-tez-form {
	position: relative;
	z-index: 200;
}

.mtr-tez::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 92px;
	background: linear-gradient(105deg, rgba(255, 255, 255, .48), transparent 48%, rgba(105, 205, 227, .08));
	pointer-events: none;
}

.mtr-tez > * { position: relative; z-index: 1; }

.mtr-tez-static-field strong,
.mtr-tez-field input,
.mtr-tez-field select,
.mtr-tez-filter-search {
	background-color: rgba(255, 255, 255, .66);
	border-color: rgba(255, 255, 255, .92);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 #fff, 0 5px 15px rgba(35, 65, 90, .07);
	-webkit-backdrop-filter: blur(14px) saturate(150%);
	backdrop-filter: blur(14px) saturate(150%);
}

.mtr-tez-field input:focus,
.mtr-tez-field select:focus,
.mtr-tez-filter-search:focus {
	border-color: rgba(77, 156, 196, .52);
	box-shadow: 0 0 0 4px rgba(74, 170, 211, .11), inset 0 1px 0 #fff;
	outline: 0;
}

.mtr-tez-advanced {
	background: rgba(255, 255, 255, .43);
	border-color: rgba(255, 255, 255, .82);
	border-radius: 17px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .88);
}

.mtr-tez-advanced > summary:focus { outline: 0; }
.mtr-tez-advanced > summary:focus-visible {
	border-radius: 16px;
	box-shadow: inset 0 0 0 3px rgba(74, 170, 211, .17);
	outline: 0;
}

.mtr-tez-filter-panel {
	background: rgba(255, 255, 255, .65);
	border-color: rgba(255, 255, 255, .91);
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(36, 67, 93, .07), inset 0 1px 0 #fff;
	-webkit-backdrop-filter: blur(17px) saturate(150%);
	backdrop-filter: blur(17px) saturate(150%);
}

.mtr-tez-check-all {
	background: rgba(255, 238, 241, .70);
	border: 1px solid rgba(255, 255, 255, .75);
}

.mtr-tez-status:not(:empty),
.mtr-tez-more {
	border: 1px solid rgba(255, 255, 255, .82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86);
}

.mtr-tez-card {
	background: rgba(255, 255, 255, .78);
	border-color: rgba(255, 255, 255, .90);
	border-radius: 23px;
	box-shadow: 0 13px 36px rgba(35, 65, 90, .09), inset 0 1px 0 #fff;
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	backdrop-filter: blur(18px) saturate(150%);
}

.mtr-tez-card:hover {
	box-shadow: 0 22px 52px rgba(31, 65, 94, .16), inset 0 1px 0 #fff;
	transform: translateY(-4px) scale(1.005);
}

.mtr-tez-badge,
.mtr-tez-gallery-count,
.mtr-tez-gallery-status {
	border: 1px solid rgba(255, 255, 255, .55);
	box-shadow: 0 7px 20px rgba(14, 39, 59, .13), inset 0 1px 0 rgba(255, 255, 255, .46);
	-webkit-backdrop-filter: blur(14px) saturate(165%);
	backdrop-filter: blur(14px) saturate(165%);
}

.mtr-tez-modal-backdrop {
	background: rgba(12, 30, 45, .55);
	-webkit-backdrop-filter: blur(12px) saturate(120%);
	backdrop-filter: blur(12px) saturate(120%);
}

.mtr-tez-modal-dialog {
	background: linear-gradient(145deg, rgba(255, 255, 255, .91), rgba(245, 250, 252, .78));
	border: 1px solid rgba(255, 255, 255, .90);
	border-radius: 30px;
	box-shadow: 0 34px 100px rgba(5, 26, 43, .31), inset 0 1px 0 #fff;
	-webkit-backdrop-filter: blur(30px) saturate(170%);
	backdrop-filter: blur(30px) saturate(170%);
}

.mtr-tez-modal-close,
.mtr-tez-gallery-arrow {
	background: rgba(255, 255, 255, .70);
	border: 1px solid rgba(255, 255, 255, .85);
	box-shadow: 0 8px 24px rgba(11, 35, 55, .16), inset 0 1px 0 #fff;
	-webkit-backdrop-filter: blur(18px) saturate(170%);
	backdrop-filter: blur(18px) saturate(170%);
}

.mtr-tez-detail-fact {
	background: rgba(255, 255, 255, .57);
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 17px;
	box-shadow: inset 0 1px 0 #fff;
}

@media (max-width: 680px) {
	.mtr-tez { padding: 14px; border-radius: 22px; }
	.mtr-tez-modal-dialog { border-radius: 26px 26px 0 0; }
}

/* Compact Coral-inspired search bar while retaining MTravel's filters. */
.mtr-tez {
	overflow: visible;
	padding: 0 18px 18px;
}

.mtr-tez-modebar {
	align-items: center;
	color: #183047;
	display: flex;
	font-size: 15px;
	font-weight: 800;
	gap: 9px;
	height: 48px;
	margin-bottom: 14px;
	position: relative;
	width: max-content;
}

.mtr-tez-modebar button {
	-webkit-tap-highlight-color: transparent;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	color: inherit;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 7px 10px 7px 7px;
	position: relative;
	touch-action: manipulation;
	z-index: 1;
}

.mtr-tez-modebar button.is-active {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #173e58;
}

.mtr-tez-modebar button:focus-visible {
	outline: 3px solid rgba(75, 137, 148, .28);
	outline-offset: 2px;
}

.mtr-tez-package-icon {
	border: 2px solid #4b8994;
	border-radius: 50% 50% 46% 46%;
	display: block;
	height: 18px;
	position: relative;
	width: 18px;
}

.mtr-tez-package-icon::before,
.mtr-tez-package-icon::after {
	background: #4b8994;
	content: "";
	height: 2px;
	left: -3px;
	position: absolute;
	top: 6px;
	transform: rotate(-38deg);
	width: 8px;
}

.mtr-tez-package-icon::after {
	left: auto;
	right: -3px;
	transform: rotate(38deg);
}

.mtr-tez-mode-option {
	-webkit-tap-highlight-color: transparent;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	display: flex;
	gap: 8px;
	padding: 3px 4px 3px 10px;
	touch-action: manipulation;
	transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mtr-tez-mode-option.is-active {
	background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(235,247,249,.96));
	border-color: rgba(75, 137, 148, .34);
	box-shadow: 0 8px 22px rgba(28, 77, 96, .16), inset 0 1px 0 #fff;
	color: #153b55;
	transform: translateY(-1px);
}

.mtr-tez-hotel-icon {
	color: #4b8994;
	display: inline-block;
	flex: 0 0 27px;
	height: 29px;
	line-height: 0;
	transition: color .2s ease, filter .2s ease, transform .2s ease;
	width: 27px;
}

.mtr-tez-hotel-icon svg {
	display: block;
	height: 100%;
	overflow: visible;
	width: 100%;
}

.mtr-tez-hotel-pin {
	fill: currentColor;
	filter: drop-shadow(0 2px 3px rgba(27, 101, 114, .18));
}

.mtr-tez-hotel-pin-center {
	fill: rgba(255, 255, 255, .96);
}

.mtr-tez-hotel-bed {
	fill: currentColor;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
}

.mtr-tez-hotel-bed path:first-of-type {
	stroke: none;
}

.mtr-tez-hotel-bed path:last-of-type {
	fill: none;
}

.mtr-tez-mode-option.is-active .mtr-tez-hotel-icon {
	color: #1f7888;
	filter: saturate(1.18);
	transform: translateY(-1px) scale(1.06);
}

.mtr-tez-hotel-note {
	color: #5f7180;
	display: none;
	font-size: 12px;
	font-weight: 700;
	left: 2px;
	letter-spacing: .01em;
	line-height: 1.35;
	margin: 0;
	position: absolute;
	top: calc(100% + 5px);
	white-space: nowrap;
}

.mtr-tez[data-tez-mode="hotel"] .mtr-tez-hotel-note {
	display: block;
}

.mtr-tez {
	overflow: visible;
	position: relative;
	z-index: 10;
}

.mtr-tez-form { display: block; }

.mtr-tez-search-row {
	align-items: end;
	display: grid;
	gap: 6px;
	grid-template-columns: .9fr 1.35fr 1.8fr 1.05fr 1.25fr .9fr;
}

.mtr-tez[data-tez-mode="hotel"] .mtr-tez-static-field {
	display: none;
}

.mtr-tez[data-tez-mode="hotel"] .mtr-tez-search-row {
	grid-template-columns: 1.35fr 1.8fr 1.05fr 1.25fr .9fr;
}

.mtr-tez-destination-field {
	position: relative;
}

.mtr-tez-search-row > * { min-width: 0; }

.mtr-tez-search-row .mtr-tez-field,
.mtr-tez-travellers summary {
	font-size: 11px;
	font-weight: 750;
	gap: 4px;
}

.mtr-tez-search-row .mtr-tez-field > span,
.mtr-tez-travellers-label {
	color: #566779;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.2;
}

.mtr-tez-travellers-wrap {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.mtr-tez-search-row .mtr-tez-static-field strong,
.mtr-tez-search-row .mtr-tez-destination-field > select,
.mtr-tez-range-control,
.mtr-tez-travellers > summary {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(99, 126, 145, .25);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 #fff, 0 4px 14px rgba(35, 65, 90, .05);
	color: #152b43;
	height: 48px;
}

.mtr-tez-search-row .mtr-tez-static-field strong,
.mtr-tez-search-row .mtr-tez-destination-field > select {
	padding-inline: 12px;
}

.mtr-tez-search-row .mtr-tez-destination-field > select {
	background-color: rgba(255, 255, 255, .76);
	background-position: calc(100% - 16px) 19px, calc(100% - 11px) 19px;
	height: 48px;
}

.mtr-tez-range-control {
	align-items: center;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	overflow: hidden;
	padding: 0 4px;
}

.mtr-tez-date-control {
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) 38px;
	overflow: visible;
	padding-right: 3px;
}

.mtr-tez-flex-date {
	align-items: center;
	background: #fff;
	border: 0;
	border-left: 1px solid rgba(99, 126, 145, .22);
	border-radius: 0;
	color: #425b70;
	cursor: pointer;
	display: flex;
	font-size: 10px;
	font-weight: 800;
	height: 46px;
	justify-content: center;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

.mtr-tez-flex-date > span {
	bottom: calc(100% + 7px);
	font-size: 10px;
	left: 50%;
	line-height: 1;
	position: absolute;
	transform: translateX(-50%);
}

.mtr-tez-range-control .mtr-tez-flex-date input {
	-webkit-appearance: none;
	appearance: none;
	background: rgba(99, 126, 145, .14) !important;
	border: 1px solid rgba(99, 126, 145, .48) !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	height: 15px !important;
	margin: 0;
	padding: 0 !important;
	width: 15px !important;
}
.mtr-tez-range-control .mtr-tez-flex-date input:checked { background: #4b8994 !important; box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .95) !important; }

.mtr-tez-range-control label { min-width: 0; }

.mtr-tez-range-control i {
	color: #8090a0;
	font-size: 11px;
	font-style: normal;
}

.mtr-tez-range-control input,
.mtr-tez-range-control select {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 11px;
	height: 44px !important;
	min-width: 0;
	padding: 0 2px !important;
	width: 100%;
}

.mtr-tez-date-trigger {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #152b43;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 11px;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	padding: 0 2px;
	text-align: center;
	width: 100%;
}

.mtr-tez-date-trigger:focus-visible {
	box-shadow: 0 0 0 3px rgba(75, 137, 148, .22);
	outline: 2px solid #4b8994;
	outline-offset: -2px;
}

.mtr-tez-calendar {
	-webkit-backdrop-filter: blur(24px) saturate(150%);
	backdrop-filter: blur(24px) saturate(150%);
	background: linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(232, 245, 248, .95));
	border: 1px solid rgba(255, 255, 255, .98);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(24, 55, 78, .24), inset 0 1px 0 #fff;
	box-sizing: border-box;
	color: #152b43;
	padding: 14px;
	position: fixed;
	z-index: 100050;
}

.mtr-tez-calendar[hidden] { display: none !important; }

.mtr-tez-calendar-header {
	align-items: center;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 38px;
	margin-bottom: 8px;
}

.mtr-tez-calendar-title {
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	text-transform: capitalize;
}

.mtr-tez-calendar-nav {
	appearance: none;
	background: rgba(255, 255, 255, .72);
	border: 1px solid rgba(99, 126, 145, .18);
	border-radius: 11px;
	color: #25475c;
	cursor: pointer;
	font-size: 25px;
	height: 36px;
	line-height: 30px;
	padding: 0;
	width: 36px;
}

.mtr-tez-calendar-nav:disabled {
	cursor: default;
	opacity: .32;
}

.mtr-tez-calendar-weekdays,
.mtr-tez-calendar-days {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.mtr-tez-calendar-weekdays {
	color: #6d7e8e;
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 4px;
	text-align: center;
}

.mtr-tez-calendar-weekdays span {
	align-items: center;
	display: flex;
	height: 28px;
	justify-content: center;
}

.mtr-tez-calendar-day {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, .7);
	border: 1px solid transparent;
	border-radius: 10px;
	color: #183047;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 13px;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	line-height: 1;
	padding: 0;
}

.mtr-tez-calendar-day:hover:not(:disabled),
.mtr-tez-calendar-day:focus-visible {
	background: rgba(75, 137, 148, .14);
	border-color: rgba(75, 137, 148, .35);
	outline: none;
}

.mtr-tez-calendar-day.is-available {
	background: rgba(217, 246, 229, .82);
	border-color: rgba(43, 151, 91, .28);
	color: #176a3e;
}

.mtr-tez-calendar-day.is-few {
	background: rgba(255, 243, 199, .9);
	border-color: rgba(205, 148, 23, .3);
	color: #815b0c;
}

.mtr-tez-calendar-day.is-regular-date {
	background: rgba(218, 236, 251, .88);
	border-color: rgba(31, 111, 184, .3);
	color: #174c82;
}

.mtr-tez-calendar-day.is-available:hover:not(:disabled),
.mtr-tez-calendar-day.is-available:focus-visible {
	background: #b6e9ca;
	border-color: rgba(43, 151, 91, .55);
}

.mtr-tez-calendar-day.is-few:hover:not(:disabled),
.mtr-tez-calendar-day.is-few:focus-visible {
	background: #ffdf82;
	border-color: rgba(205, 148, 23, .55);
}

.mtr-tez-calendar-day.is-regular-date:hover:not(:disabled),
.mtr-tez-calendar-day.is-regular-date:focus-visible {
	background: #c7e0f6;
	border-color: rgba(31, 111, 184, .55);
}

.mtr-tez-calendar-day.is-selected {
	background: #4b8994;
	border-color: #4b8994;
	box-shadow: 0 7px 15px rgba(53, 112, 124, .22);
	color: #fff;
}

.mtr-tez-calendar-dots {
	display: flex;
	gap: 3px;
	height: 5px;
	justify-content: center;
	margin-top: 3px;
	min-width: 14px;
}

.mtr-tez-calendar-dots i {
	border-radius: 50%;
	display: block;
	height: 5px;
	width: 5px;
}

.mtr-tez-calendar-dots i.is-charter,
.mtr-tez-calendar-legend i.is-charter {
	background: #48b879;
}

.mtr-tez-calendar-dots i.is-regular,
.mtr-tez-calendar-legend i.is-regular {
	background: #1f6fb8;
}

.mtr-tez-calendar-dots i.is-few,
.mtr-tez-calendar-legend i.is-few {
	background: #e2aa32;
}

.mtr-tez-calendar-day.is-selected .mtr-tez-calendar-dots i {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, .78);
}

.mtr-tez-calendar-day.is-today:not(.is-selected) {
	border-color: rgba(75, 137, 148, .55);
}

.mtr-tez-calendar-day:disabled {
	background: transparent;
	color: #acb7c0;
	cursor: default;
	opacity: .58;
}

.mtr-tez-calendar-blank { height: 34px; }

.mtr-tez-calendar-legend {
	align-items: center;
	color: #526b7c;
	display: flex;
	font-size: 11px;
	font-weight: 750;
	gap: 14px;
	justify-content: center;
	margin-top: 11px;
}

.mtr-tez-calendar-legend[hidden],
.mtr-tez-calendar-status[hidden] {
	display: none !important;
}

.mtr-tez-calendar-legend span {
	align-items: center;
	display: inline-flex;
	gap: 6px;
}

.mtr-tez-calendar-legend i {
	border-radius: 50%;
	display: inline-block;
	height: 9px;
	width: 9px;
}

.mtr-tez-calendar-legend i.is-charter {
	background: #48b879;
	box-shadow: 0 0 0 3px rgba(72, 184, 121, .13);
}

.mtr-tez-calendar-legend i.is-regular {
	background: #1f6fb8;
	box-shadow: 0 0 0 3px rgba(31, 111, 184, .15);
}

.mtr-tez-calendar-legend i.is-few {
	background: #e2aa32;
	box-shadow: 0 0 0 3px rgba(226, 170, 50, .13);
}

.mtr-tez-calendar-status {
	color: #6d7e8e;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.35;
	min-height: 15px;
	padding-top: 7px;
	text-align: center;
}

.mtr-tez-calendar-status.is-loading::before {
	animation: mtr-tez-spin .8s linear infinite;
	border: 2px solid rgba(75, 137, 148, .2);
	border-radius: 50%;
	border-top-color: #4b8994;
	content: "";
	display: inline-block;
	height: 9px;
	margin-right: 6px;
	vertical-align: -1px;
	width: 9px;
}

@keyframes mtr-tez-spin {
	to { transform: rotate(360deg); }
}

.mtr-tez-nights-control select {
	background-image: none !important;
	font-size: 13px;
	font-weight: 800;
	text-align: center;
}

.mtr-tez[data-tez-mode="hotel"] .mtr-tez-nights-control {
	grid-template-columns: minmax(0, 1fr);
}

.mtr-tez[data-tez-mode="hotel"] .mtr-tez-nights-separator,
.mtr-tez[data-tez-mode="hotel"] .mtr-tez-nights-max-choice {
	display: none;
}

.mtr-tez-travellers { position: relative; }
.mtr-tez:has(.mtr-tez-travellers[open]) .mtr-tez-form {
	position: relative;
	z-index: 200;
}
.mtr-tez-travellers > summary {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	padding: 6px 34px 6px 12px;
	position: relative;
}
.mtr-tez-travellers > summary::-webkit-details-marker { display: none; }
.mtr-tez-travellers > summary::after {
	border-bottom: 2px solid #66798b;
	border-right: 2px solid #66798b;
	content: "";
	height: 7px;
	position: absolute;
	right: 15px;
	top: 18px;
	transform: rotate(45deg);
	transition: transform .18s ease;
	width: 7px;
}
.mtr-tez-travellers[open] > summary::after { transform: rotate(225deg); top: 22px; }
.mtr-tez-travellers summary strong {
	font-size: 13px;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mtr-tez-traveller-panel {
	background: rgba(255, 255, 255, .96);
	border: 1px solid rgba(255, 255, 255, .95);
	border-radius: 18px;
	box-shadow: 0 22px 55px rgba(22, 49, 70, .20), inset 0 1px 0 #fff;
	min-width: 310px;
	padding: 16px;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	width: min(570px, calc(100vw - 32px));
	z-index: 30;
	-webkit-backdrop-filter: blur(24px) saturate(165%);
	backdrop-filter: blur(24px) saturate(165%);
}

.mtr-tez-traveller-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.mtr-tez-traveller-panel .mtr-tez-field input,
.mtr-tez-traveller-panel .mtr-tez-field select { height: 44px; }

.mtr-tez-traveller-panel .mtr-tez-birthdays {
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 12px;
}

.mtr-tez-search-row .mtr-tez-submit {
	display: block;
	grid-column: auto;
}

.mtr-tez-search-row .mtr-tez-submit .mtr-button {
	border-radius: 12px;
	gap: 9px;
	height: 48px;
	min-height: 48px;
	width: 100%;
}

.mtr-tez-search-icon {
	border: 2px solid currentColor;
	border-radius: 50%;
	display: inline-block;
	height: 16px;
	position: relative;
	width: 16px;
}
.mtr-tez-search-icon::after {
	background: currentColor;
	border-radius: 2px;
	bottom: -4px;
	content: "";
	height: 2px;
	position: absolute;
	right: -5px;
	transform: rotate(45deg);
	width: 7px;
}

.mtr-tez-advanced { margin-top: 12px; }

.mtr-tez[data-tez-mode="hotel"] .mtr-tez-advanced { margin-top: 32px; }

@media (max-width: 1060px) {
	.mtr-tez-search-row,
	.mtr-tez[data-tez-mode="hotel"] .mtr-tez-search-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mtr-tez[data-tez-mode="hotel"] .mtr-tez-destination-field { margin-bottom: 22px; }
	.mtr-tez[data-tez-mode="hotel"] .mtr-tez-advanced { margin-top: 12px; }
	.mtr-tez-range-field { grid-column: span 2; }
	.mtr-tez-search-row .mtr-tez-submit { grid-column: span 1; }
}

@media (max-width: 680px) {
	.mtr-tez { padding: 0 12px 12px; }
	.mtr-tez-modebar { height: 44px; margin-bottom: 12px; }
	.mtr-tez-hotel-note { font-size: 11px; }
	.mtr-tez-search-row,
	.mtr-tez[data-tez-mode="hotel"] .mtr-tez-search-row { grid-template-columns: 1fr; }
	.mtr-tez-range-field,
	.mtr-tez-search-row .mtr-tez-submit { grid-column: auto; }
	.mtr-tez-traveller-panel {
		max-height: min(440px, calc(100vh - 160px));
		min-width: 0;
		overflow-y: auto;
		position: static;
		width: 100%;
	}
	.mtr-tez-traveller-panel .mtr-tez-birthdays { grid-template-columns: 1fr; }
	.mtr-tez-travellers[open] { grid-column: 1 / -1; }
	.mtr-tez-search-row .mtr-tez-field > span,
	.mtr-tez-travellers-label { font-size: 12px; }
}

/* Keep modal scrolling inside the rounded glass card. */
.mtr-tez-modal-dialog { overflow: hidden; }

.mtr-tez-modal-content {
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: rgba(63, 127, 141, .62) transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

.mtr-tez-modal-content::-webkit-scrollbar { width: 11px; }
.mtr-tez-modal-content::-webkit-scrollbar-track {
	background: transparent;
	margin-block: 18px;
}
.mtr-tez-modal-content::-webkit-scrollbar-thumb {
	background: rgba(63, 127, 141, .58);
	background-clip: content-box;
	border: 3px solid transparent;
	border-radius: 999px;
}
.mtr-tez-modal-content::-webkit-scrollbar-thumb:hover { background-color: rgba(47, 100, 112, .78); }

@media (max-width: 680px) {
	.mtr-tez-modal-content { max-height: calc(94vh - 280px); }
}

/* Contact request form shared by direct enquiries and selected search offers. */
#tour-request-form .wpforms-field-container {
	display: grid;
	gap: 14px 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mtr-contact-request-card#tour-request-form .wpforms-field-container {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

#tour-request-form .wpforms-field {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

#tour-request-form .mtr-request-full { grid-column: 1 / -1; }
#tour-request-form .mtr-request-child-age[hidden] { display: none !important; }

#tour-request-form .wpforms-field-label {
	color: #173047;
	font-size: 14px !important;
	font-weight: 750 !important;
	margin: 0 0 7px !important;
}

#tour-request-form .wpforms-required-label { color: #3f7f8d !important; }

#tour-request-form input,
#tour-request-form select,
#tour-request-form textarea {
	box-sizing: border-box !important;
	max-width: none !important;
	width: 100% !important;
}

#tour-request-form input,
#tour-request-form select { min-height: 48px !important; }

#tour-request-form textarea {
	min-height: 122px !important;
	resize: vertical;
}

#tour-request-form .wpforms-submit-container {
	margin-top: 18px !important;
	padding: 0 !important;
}

@media (max-width: 1080px) {
	.mtr-contact-request-card#tour-request-form .wpforms-field-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	#tour-request-form .wpforms-field-container,
	.mtr-contact-request-card#tour-request-form .wpforms-field-container { grid-template-columns: 1fr; }
	#tour-request-form .mtr-request-full { grid-column: auto; }
}

/* Search-result UX refinements. */
.mtr-tez-results-toolbar {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 16px 0 8px;
	position: relative;
	z-index: 80;
}
.mtr-tez-results-toolbar[hidden] { display: none; }
.mtr-tez-sort-control {
	min-width: 224px;
	position: relative;
	z-index: 12;
}
.mtr-tez-sort-toggle {
	align-items: center;
	background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(236,247,249,.9));
	border: 1px solid rgba(75,137,148,.3);
	border-radius: 16px;
	box-shadow: 0 8px 22px rgba(35,80,95,.08), inset 0 1px 0 rgba(255,255,255,.95);
	color: #173047;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	height: 46px;
	justify-content: space-between;
	min-height: 46px;
	outline: none;
	padding: 0 17px;
	text-align: left;
	transition: border-color .2s ease, box-shadow .2s ease;
	width: 100%;
}
.mtr-tez-sort-toggle:hover {
	border-color: rgba(75,137,148,.55);
}
.mtr-tez-sort-toggle:focus-visible {
	border-color: #4b8994;
	box-shadow: 0 0 0 4px rgba(75,137,148,.14), 0 10px 24px rgba(35,80,95,.12);
}
.mtr-tez-sort-chevron {
	border-bottom: 2px solid #4b8994;
	border-right: 2px solid #4b8994;
	flex: 0 0 auto;
	height: 8px;
	pointer-events: none;
	transform: translateY(-2px) rotate(45deg);
	transition: transform .18s ease;
	width: 8px;
}
.mtr-tez-sort-control.is-open .mtr-tez-sort-chevron { transform: translateY(2px) rotate(225deg); }
.mtr-tez-sort-menu {
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(75,137,148,.22);
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(28,67,85,.18);
	display: grid;
	gap: 4px;
	left: 0;
	padding: 6px;
	position: absolute;
	top: calc(100% + 8px);
	width: 100%;
	z-index: 100;
}
.mtr-tez-sort-menu[hidden] { display: none; }
.mtr-tez-sort-menu button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 11px;
	color: #29445b;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 13px;
	font-weight: 750;
	justify-content: space-between;
	min-height: 40px;
	padding: 9px 11px;
	text-align: left;
	width: 100%;
}
.mtr-tez-sort-menu button:hover { background: rgba(75,137,148,.08); }
.mtr-tez-sort-menu button.is-selected {
	background: rgba(75,137,148,.13);
	color: #276b78;
}
.mtr-tez-sort-menu button.is-selected::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 9px;
	margin: 0 4px 4px 12px;
	transform: rotate(45deg);
	width: 5px;
}
.mtr-tez-view-control {
	align-items: center;
	display: flex;
}
.mtr-tez-view-switch {
	background: rgba(226, 238, 242, .72);
	border: 1px solid rgba(185, 205, 218, .62);
	border-radius: 13px;
	display: inline-flex;
	gap: 3px;
	padding: 3px;
}
.mtr-tez-view-switch button {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 10px;
	color: #607486;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	min-height: 36px;
	padding: 7px;
	width: 38px;
}
.mtr-tez-view-switch button:hover { color: #275f69; }
.mtr-tez-view-switch button.is-active {
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 5px 16px rgba(38, 79, 101, .12), inset 0 1px 0 #fff;
	color: #2f7280;
}
.mtr-tez-view-switch button:focus-visible { box-shadow: 0 0 0 3px rgba(74, 170, 211, .16); outline: 0; }
.mtr-tez-view-icon { color: currentColor; display: inline-block; flex: 0 0 14px; height: 14px; position: relative; width: 14px; }
.mtr-tez-view-icon.is-list {
	background: linear-gradient(currentColor, currentColor) 0 1px / 14px 2px no-repeat,
		linear-gradient(currentColor, currentColor) 0 6px / 14px 2px no-repeat,
		linear-gradient(currentColor, currentColor) 0 11px / 14px 2px no-repeat;
	border-radius: 2px;
}
.mtr-tez-view-icon.is-table {
	background:
		linear-gradient(currentColor, currentColor) 0 0 / 14px 2px no-repeat,
		linear-gradient(currentColor, currentColor) 0 6px / 14px 2px no-repeat,
		linear-gradient(currentColor, currentColor) 0 12px / 14px 2px no-repeat,
		linear-gradient(currentColor, currentColor) 4px 0 / 1px 14px no-repeat,
		linear-gradient(currentColor, currentColor) 9px 0 / 1px 14px no-repeat;
	border-radius: 1px;
}
.mtr-tez-table-head { display: none; }
.mtr-tez-card-hotel,
.mtr-tez-trip-fact { display: contents; }

.mtr-tez-results.is-list { grid-template-columns: 1fr; }
.mtr-tez-results.is-list .mtr-tez-card {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	min-height: 205px;
}
.mtr-tez-results.is-list .mtr-tez-card:hover { transform: translateY(-2px); }
.mtr-tez-results.is-list .mtr-tez-card-media {
	aspect-ratio: auto;
	height: 100%;
	min-height: 205px;
}
.mtr-tez-results.is-list .mtr-tez-card-placeholder { font-size: 30px; }
.mtr-tez-results.is-list .mtr-tez-card-body {
	display: grid;
	gap: 5px 22px;
	grid-template-areas:
		"region footer"
		"title footer"
		"stars footer"
		"facts footer"
		"provider footer";
	grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
	grid-template-rows: auto auto auto 1fr auto;
	padding: 20px 22px;
}
.mtr-tez-results.is-list .mtr-tez-card-region { grid-area: region; margin-bottom: 0; }
.mtr-tez-results.is-list .mtr-tez-card h4 { font-size: 20px; grid-area: title; margin-bottom: 0; }
.mtr-tez-results.is-list .mtr-tez-card-stars { grid-area: stars; margin-bottom: 2px; }
.mtr-tez-results.is-list .mtr-tez-card-facts {
	align-content: start;
	display: grid;
	gap: 8px 18px;
	grid-area: facts;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 5px 0 0;
}
.mtr-tez-results.is-list .mtr-tez-card-facts span {
	background: rgba(235, 244, 246, .72);
	border-radius: 9px;
	color: #53697d;
	padding: 7px 9px;
}
.mtr-tez-results.is-list .mtr-tez-card-footer {
	border-left: 1px solid rgba(120, 153, 171, .18);
	border-top: 0;
	grid-area: footer;
	justify-content: center;
	margin: 0;
	padding: 4px 0 4px 22px;
}
.mtr-tez-results.is-list .mtr-tez-price strong { font-size: 27px; }
.mtr-tez-results.is-list .mtr-tez-card-actions { grid-template-columns: 1fr; }
.mtr-tez-results.is-list .mtr-tez-provider { align-self: end; grid-area: provider; justify-self: start; margin-top: 4px; }
.mtr-tez-results.is-list .mtr-tez-load-more { grid-column: 1; }

.mtr-tez-results.is-table {
	gap: 7px;
	grid-template-columns: 1fr;
}
.mtr-tez-results.is-table .mtr-tez-table-head {
	color: #587083;
	display: grid;
	font-size: 11px;
	font-weight: 850;
	gap: 14px;
	grid-template-columns: 84px 1.3fr 1.05fr .85fr 1.25fr 1.05fr;
	letter-spacing: .035em;
	padding: 0 15px 3px;
	text-transform: uppercase;
}
.mtr-tez-results.is-table .mtr-tez-card {
	border-radius: 15px;
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	min-height: 94px;
	overflow: hidden;
}
.mtr-tez-results.is-table .mtr-tez-card:hover { transform: translateY(-1px); }
.mtr-tez-results.is-table .mtr-tez-card-media {
	aspect-ratio: 1;
	border-radius: 11px;
	display: block;
	height: 72px;
	margin: 11px 0 11px 11px;
	min-height: 72px;
	width: 72px;
}
.mtr-tez-results.is-table .mtr-tez-card-placeholder { font-size: 9px; letter-spacing: .04em; }
.mtr-tez-results.is-table .mtr-tez-badges { display: none; }
.mtr-tez-results.is-table .mtr-tez-card-body {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: 1.3fr 1.05fr .85fr 1.25fr 1.05fr;
	padding: 14px 15px;
}
.mtr-tez-results.is-table .mtr-tez-card-hotel {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.mtr-tez-results.is-table .mtr-tez-card-region {
	font-size: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mtr-tez-results.is-table .mtr-tez-card h4 {
	font-size: 15px;
	margin: 0 0 5px;
	overflow-wrap: anywhere;
}
.mtr-tez-results.is-table .mtr-tez-card-stars {
	font-size: 12px;
	margin: 0;
}
.mtr-tez-results.is-table .mtr-tez-card-facts { display: contents; }
.mtr-tez-results.is-table .mtr-tez-trip-fact {
	color: #53697d;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	gap: 5px;
}
.mtr-tez-results.is-table .mtr-tez-card-facts > span:not(.mtr-tez-trip-fact) {
	background: rgba(235, 244, 246, .72);
	border-radius: 9px;
	color: #435f73;
	font-size: 12px;
	line-height: 1.35;
	padding: 8px 9px;
}
.mtr-tez-results .mtr-tez-provider {
	display: none;
}
.mtr-tez-results.is-table .mtr-tez-card-footer {
	border: 0;
	gap: 8px;
	grid-column: 5;
	grid-row: 1;
	margin: 0;
	padding: 0;
}
.mtr-tez-results.is-table .mtr-tez-price strong { font-size: 22px; }
.mtr-tez-results.is-table .mtr-tez-price small { display: none; }
.mtr-tez-results.is-table .mtr-tez-card-actions {
	display: grid;
	gap: 5px;
	grid-template-columns: 1fr;
}
.mtr-tez-results.is-table .mtr-tez-card-footer .mtr-button {
	font-size: 11px;
	min-height: 33px;
	padding: 6px 8px;
}
.mtr-tez-results.is-table .mtr-tez-load-more { grid-column: 1; }
.mtr-tez-status.is-loading:not(:empty) { animation: none; }
.mtr-tez-provider { font-size: 12px; line-height: 1.35; }
.mtr-tez-card-facts { font-size: 14px; line-height: 1.4; }
.mtr-tez-card-placeholder {
	color: #fff;
	background:
		radial-gradient(circle at 72% 24%, rgba(111, 215, 229, .7), transparent 28%),
		linear-gradient(145deg, #173e58, #4b8994);
	font-size: 64px;
	font-weight: 900;
	letter-spacing: -.08em;
	text-shadow: 0 2px 18px rgba(4, 31, 49, .28);
}
.mtr-tez-empty-actions {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	gap: 9px;
	justify-content: center;
	padding: 8px 0 4px;
}
.mtr-tez-empty-actions .mtr-button { min-height: 44px; }
.mtr-tez-flex-date { min-width: 44px; min-height: 44px; }
.mtr-tez-range-control .mtr-tez-flex-date input { width: 18px !important; height: 18px !important; }
.mtr-tez-option-list { scrollbar-color: rgba(63, 127, 141, .42) transparent; }
.mtr-tez-modal-content { scrollbar-width: none; }
.mtr-tez-modal-content::-webkit-scrollbar { display: none; }

@media (max-width: 620px) {
	.mtr-tez-calendar {
		bottom: 12px;
		left: 12px !important;
		max-height: calc(100dvh - 24px);
		overflow-y: auto;
		top: auto !important;
		width: calc(100vw - 24px) !important;
	}

	.mtr-tez-calendar-day {
		height: 40px;
	}
}

.mtr-tez-modal-footer {
	position: relative !important;
	inset: auto !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 4;
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	margin: 18px 0 4px !important;
	padding: 14px 16px !important;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(229, 244, 247, .72)) !important;
	border: 1px solid rgba(255, 255, 255, .94) !important;
	border-radius: 20px !important;
	box-shadow: 0 12px 28px rgba(31, 70, 91, .11), inset 0 1px 0 rgba(255, 255, 255, .96);
	-webkit-backdrop-filter: blur(18px) saturate(150%);
	backdrop-filter: blur(18px) saturate(150%);
}
.mtr-tez-modal-note { margin-top: 18px; }
.mtr-tez-modal-note + .mtr-tez-provider { display: flex; margin-top: 6px; }

/* Compact selectable room and meal prices inside the hotel details card. */
.mtr-tez-offer-variants {
	border-top: 1px solid #e8edf1;
	margin-top: 18px;
	padding-top: 18px;
}
.mtr-tez-offer-variants-heading {
	align-items: end;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-right: 52px;
}
.mtr-tez-offer-variants-heading h4 {
	color: #132a43;
	font-size: 17px;
	line-height: 1.25;
	margin: 0;
}
.mtr-tez-offer-variants-heading p {
	color: #7b8794;
	font-size: 11px;
	line-height: 1.35;
	margin: 0;
	text-align: right;
}
.mtr-tez-offer-variants-list {
	background: rgba(245, 249, 250, .84);
	border: 1px solid rgba(91, 143, 154, .16);
	border-radius: 16px;
	overflow: hidden;
}
.mtr-tez-offer-variant {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, .68);
	border: 0;
	border-bottom: 1px solid rgba(91, 143, 154, .12);
	color: #19344b;
	cursor: pointer;
	display: grid;
	font: inherit;
	gap: 12px;
	grid-template-columns: minmax(0, 1.5fr) minmax(120px, .9fr) auto;
	min-height: 66px;
	padding: 10px 13px;
	text-align: left;
	transition: background-color .18s ease, box-shadow .18s ease;
	width: 100%;
}
.mtr-tez-offer-variant:last-child { border-bottom: 0; }
.mtr-tez-offer-variant:hover,
.mtr-tez-offer-variant:focus-visible {
	background: rgba(230, 244, 246, .9);
	outline: 0;
}
.mtr-tez-offer-variant:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(75, 137, 148, .22);
}
.mtr-tez-offer-variant.is-selected {
	background: linear-gradient(135deg, rgba(212, 239, 241, .96), rgba(237, 248, 249, .92));
	box-shadow: inset 4px 0 0 #4b8994;
}
.mtr-tez-offer-variant-room,
.mtr-tez-offer-variant-meal {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}
.mtr-tez-offer-variant small {
	color: #7b8794;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1.2;
	text-transform: uppercase;
}
.mtr-tez-offer-variant-room strong,
.mtr-tez-offer-variant-meal > span {
	color: #19344b;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
	overflow-wrap: anywhere;
}
.mtr-tez-offer-variant-price {
	color: #245f69;
	font-size: 16px;
	font-weight: 850;
	white-space: nowrap;
}
.mtr-tez-offer-variants-toggle {
	background: transparent;
	border: 0;
	color: #347985;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	margin: 8px auto 0;
	padding: 7px 12px;
}
.mtr-tez-offer-variants-toggle:hover,
.mtr-tez-offer-variants-toggle:focus-visible {
	background: rgba(75, 137, 148, .1);
	border-radius: 999px;
	outline: 0;
}

@media (max-width: 680px) {
	.mtr-tez-results-toolbar { align-items: stretch; flex-direction: column; justify-content: stretch; }
	.mtr-tez-view-control { align-items: flex-start; }
	.mtr-tez-results-toolbar label { align-items: stretch; flex: 1; flex-direction: column; gap: 5px; }
	.mtr-tez-results-toolbar select { width: 100%; }
	.mtr-tez-results.is-list .mtr-tez-card { grid-template-columns: 112px minmax(0, 1fr); min-height: 0; }
	.mtr-tez-results.is-list .mtr-tez-card-media { min-height: 175px; }
	.mtr-tez-results.is-list .mtr-tez-card-placeholder { font-size: 18px; }
	.mtr-tez-results.is-list .mtr-tez-card-body { display: flex; gap: 0; padding: 13px; }
	.mtr-tez-results.is-list .mtr-tez-card h4 { font-size: 16px; margin-bottom: 5px; }
	.mtr-tez-results.is-list .mtr-tez-card-stars { margin-bottom: 7px; }
	.mtr-tez-results.is-list .mtr-tez-card-facts { display: grid; font-size: 12px; gap: 4px; grid-template-columns: 1fr; margin: 0 0 10px; }
	.mtr-tez-results.is-list .mtr-tez-card-facts span { background: transparent; padding: 0; }
	.mtr-tez-results.is-list .mtr-tez-card-footer { border-left: 0; border-top: 1px solid #edf0f2; margin-top: auto; padding: 10px 0 0; }
	.mtr-tez-results.is-list .mtr-tez-card-actions { grid-template-columns: 1fr; }
	.mtr-tez-results.is-list .mtr-tez-card-footer .mtr-button { min-height: 38px; }
	.mtr-tez-results.is-list .mtr-tez-price strong { font-size: 21px; }
	.mtr-tez-results.is-list .mtr-tez-provider { align-self: flex-start; margin-top: 8px; }
	.mtr-tez-results.is-table .mtr-tez-table-head { display: none; }
	.mtr-tez-results.is-table .mtr-tez-card {
		grid-template-columns: 82px minmax(0, 1fr);
		min-height: 0;
	}
	.mtr-tez-results.is-table .mtr-tez-card-media {
		height: 70px;
		margin: 13px 0 13px 12px;
		min-height: 70px;
		width: 70px;
	}
	.mtr-tez-results.is-table .mtr-tez-card-body {
		align-items: start;
		gap: 9px 12px;
		grid-template-columns: minmax(0, 1fr);
		padding: 13px 12px;
	}
	.mtr-tez-results.is-table .mtr-tez-card-hotel { grid-column: 1 / -1; }
	.mtr-tez-results.is-table .mtr-tez-card-facts { display: grid; gap: 6px; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; margin: 0; width: 100%; }
	.mtr-tez-results.is-table .mtr-tez-trip-fact { font-size: 11px; }
	.mtr-tez-results.is-table .mtr-tez-card-facts > span:not(.mtr-tez-trip-fact) { font-size: 11px; padding: 7px 8px; }
	.mtr-tez-results.is-table .mtr-tez-card-footer { align-self: end; grid-column: 1 / -1; grid-row: auto; min-width: 0; }
	.mtr-tez-results.is-table .mtr-tez-price { align-items: flex-start; }
	.mtr-tez-results.is-table .mtr-tez-card-actions { grid-template-columns: 1fr; }
	.mtr-tez-provider { font-size: 12px; }
	.mtr-tez-card-facts { font-size: 13px; }
	.mtr-tez-empty-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
	.mtr-tez-empty-actions .mtr-button { width: 100%; }
	.mtr-tez-modal-content { max-height: calc(94vh - 280px); padding-bottom: 24px; }
	.mtr-tez-modal-footer { margin-inline: 0 !important; padding: 14px !important; border-radius: 18px !important; }
	.mtr-tez-offer-variants-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding-right: 0;
	}
	.mtr-tez-offer-variants-heading p { text-align: left; }
	.mtr-tez-offer-variant {
		gap: 5px 10px;
		grid-template-columns: minmax(0, 1fr) auto;
		min-height: 76px;
		padding: 10px 11px;
	}
	.mtr-tez-offer-variant-room { grid-column: 1; grid-row: 1; }
	.mtr-tez-offer-variant-meal { grid-column: 1 / -1; grid-row: 2; }
	.mtr-tez-offer-variant-price { grid-column: 2; grid-row: 1; }
}

/* Mobile result layouts: compact, balanced, and touch friendly. */
@media (max-width: 680px) {
	.mtr-tez-modebar {
		gap: 6px;
		height: 50px;
		max-width: 100%;
	}
	.mtr-tez-mode-option {
		gap: 5px;
		padding: 3px 3px 3px 8px;
	}
	.mtr-tez-hotel-icon {
		flex-basis: 24px;
		height: 26px;
		width: 24px;
	}
	.mtr-tez-modebar button {
		font-size: 14px;
		padding: 7px 7px 7px 4px;
	}
	.mtr-tez-results-toolbar {
		align-items: center;
		display: grid;
		gap: 12px;
		grid-template-columns: auto minmax(0, 1fr);
		margin: 12px 0 8px;
	}
	.mtr-tez-sort-control {
		height: 46px;
		min-width: 0;
		width: 100%;
	}
	.mtr-tez-sort-toggle {
		border-radius: 13px;
		height: 46px;
		padding-inline: 13px;
	}
	.mtr-tez-sort-menu { border-radius: 13px; }
	.mtr-tez-view-switch button {
		height: 38px;
		min-height: 38px;
		width: 40px;
	}

	.mtr-tez-results.is-list .mtr-tez-card {
		display: flex;
		flex-direction: column;
		min-height: 0;
	}
	.mtr-tez-results.is-list .mtr-tez-card-media {
		aspect-ratio: auto;
		height: 138px;
		min-height: 138px;
		width: 100%;
	}
	.mtr-tez-results.is-list .mtr-tez-card-placeholder { font-size: 25px; }
	.mtr-tez-results.is-list .mtr-tez-card-body { padding: 14px 15px 15px; }
	.mtr-tez-results.is-list .mtr-tez-card-facts {
		gap: 6px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 2px 0 12px;
	}
	.mtr-tez-results.is-list .mtr-tez-card-facts span {
		background: rgba(235, 244, 246, .72);
		border-radius: 8px;
		padding: 6px 7px;
	}
	.mtr-tez-results.is-list .mtr-tez-trip-fact { display: contents; }
	.mtr-tez-results.is-list .mtr-tez-trip-fact > span:first-child { grid-column: 1 / -1; }
	.mtr-tez-results.is-list .mtr-tez-card-footer {
		align-items: end;
		display: grid;
		gap: 10px;
		grid-template-columns: auto minmax(160px, 1fr);
		padding-top: 11px;
	}
	.mtr-tez-results.is-list .mtr-tez-card-actions { grid-template-columns: 1fr; }
	.mtr-tez-results.is-list .mtr-tez-provider { margin-top: 9px; }

	.mtr-tez-results.is-table .mtr-tez-card-body {
		gap: 10px 12px;
		grid-template-columns: minmax(0, 1fr);
		padding: 13px 12px;
	}
	.mtr-tez-results.is-table .mtr-tez-card-facts {
		gap: 7px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mtr-tez-results.is-table .mtr-tez-trip-fact {
		align-items: center;
		display: grid;
		gap: 8px;
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1fr) auto;
	}
	.mtr-tez-results.is-table .mtr-tez-card-facts > span:not(.mtr-tez-trip-fact) {
		min-width: 0;
		overflow-wrap: anywhere;
	}
	.mtr-tez-results.is-table .mtr-tez-card-footer {
		min-width: 0;
	}
	.mtr-tez-results.is-table .mtr-tez-card-footer .mtr-button {
		font-size: 10.5px;
	}
}

@media (max-width: 380px) {
	.mtr-tez-modebar button { font-size: 13px; }
	.mtr-tez-results-toolbar { grid-template-columns: auto minmax(0, 1fr); }
	.mtr-tez-results.is-list .mtr-tez-card-footer { grid-template-columns: 1fr; }
	.mtr-tez-results.is-list .mtr-tez-price { align-items: flex-start; }
	.mtr-tez-results.is-table .mtr-tez-card-footer {
		grid-column: 1 / -1;
		grid-row: auto;
		min-width: 0;
	}
	.mtr-tez-results.is-table .mtr-tez-price { align-items: flex-start; }
}

/* Official country-entry information shown on destination pages. */
.mtr-travel-advice {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(226, 244, 247, .92));
	border: 1px solid rgba(65, 143, 155, .22);
	border-radius: 26px;
	box-shadow: 0 18px 48px rgba(34, 79, 91, .11);
	margin: 28px 0 18px;
	padding: clamp(20px, 3vw, 32px);
}
.mtr-travel-advice-heading {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-bottom: 16px;
}
.mtr-travel-advice-heading h2 {
	color: #102940;
	font-size: clamp(22px, 3vw, 30px);
	line-height: 1.12;
	margin: 2px 0 0;
}
.mtr-travel-advice-heading .mtr-eyebrow { margin: 0; }
.mtr-travel-advice-icon {
	align-items: center;
	background: linear-gradient(135deg, #4fa6b3, #277989);
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(39, 121, 137, .22);
	color: #fff;
	display: inline-flex;
	flex: 0 0 42px;
	font-size: 21px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
}
.mtr-travel-advice-text {
	color: #1b354b;
	font-size: 16px;
	line-height: 1.65;
}
.mtr-travel-advice-text p { margin: 0 0 10px; }
.mtr-travel-advice-extra {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
	margin-top: 20px;
}
.mtr-travel-advice-extra > section {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(65, 143, 155, .18);
	border-radius: 20px;
	padding: 19px;
}
.mtr-travel-advice-extra h3 {
	color: #102940;
	font-size: 18px;
	line-height: 1.25;
	margin: 0 0 13px;
}
.mtr-travel-advice-resort-grid {
	display: grid;
	gap: 10px;
}
.mtr-travel-advice-resort-grid p {
	background: rgba(231, 246, 248, .76);
	border-radius: 15px;
	color: #1b354b;
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	padding: 13px 14px;
}
.mtr-travel-advice-resort-grid strong {
	color: #267a89;
	display: block;
	font-size: 15px;
	margin-bottom: 4px;
}
.mtr-travel-advice-source-link {
	color: #267a89;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	margin-top: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.mtr-travel-advice-evisa ol {
	color: #1b354b;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	padding-left: 21px;
}
.mtr-travel-advice-evisa li + li { margin-top: 7px; }
.mtr-travel-advice-passport {
	background: #fff6df;
	border-radius: 13px;
	color: #79571d;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	margin: 14px 0;
	padding: 11px 12px;
}
.mtr-travel-advice .mtr-travel-advice-evisa-link {
	display: inline-flex;
	font-size: 13px;
	justify-content: center;
	min-height: 44px;
	padding: 11px 18px;
	width: 100%;
}
.mtr-travel-advice-meta {
	align-items: center;
	border-top: 1px solid rgba(65, 143, 155, .18);
	color: #657b8b;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 7px 16px;
	margin-top: 16px;
	padding-top: 14px;
}
.mtr-travel-advice-meta a {
	color: #267a89;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.mtr-travel-advice-note,
.mtr-travel-advice-warning {
	color: #6b7f8f;
	font-size: 12px;
	line-height: 1.5;
	margin: 9px 0 0;
}
.mtr-travel-advice-warning { color: #8a6423; }

/* Destination facts belong to the About section instead of a detached pill strip. */
.mtr-tour-about-highlights {
	border-top: 1px solid rgba(65, 143, 155, .18);
	margin-top: 24px;
	padding-top: 18px;
}
.mtr-tour-about-highlights p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 12px;
	padding-left: 20px;
	position: relative;
}
.mtr-tour-about-highlights p::before {
	background: #4294a2;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 1px;
	position: absolute;
	top: .62em;
	width: 7px;
}
.mtr-tour-about-highlights p:last-child { margin-bottom: 0; }

.mtr-tez-select { min-width: 0; position: relative; width: 100%; }
.mtr-tez-select > select { height: 1px; opacity: 0; pointer-events: none; position: absolute; width: 1px; }
.mtr-tez-search-row .mtr-tez-destination-field > .mtr-tez-select {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(99, 126, 145, .25);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 #fff, 0 4px 14px rgba(35, 65, 90, .05);
	height: 48px;
}
.mtr-tez-search-row .mtr-tez-destination-field .mtr-tez-select-trigger {
	background: transparent;
	border-radius: 11px;
	height: 46px;
	min-height: 46px;
}
.mtr-tez-nights-control {
	overflow: visible;
	position: relative;
	z-index: 12;
}
.mtr-tez-nights-control:has(.mtr-tez-select.is-open) { z-index: 40; }
.mtr-tez-range-control label > .mtr-tez-select { height: 44px; }
.mtr-tez-range-control .mtr-tez-select-trigger { font-size: 13px; height: 44px; justify-content: center; min-height: 44px; padding: 0 2px; }
.mtr-tez-range-control .mtr-tez-select-trigger::after { margin-left: 8px; }
.mtr-tez-select-trigger {
	align-items: center;
	background: #fff;
	border: 0;
	color: #183451;
	cursor: pointer;
	display: flex;
	font: inherit;
	font-weight: 700;
	justify-content: space-between;
	min-height: 46px;
	padding: 0 16px;
	text-align: left;
	width: 100%;
}
.mtr-tez-select-trigger::after { border: solid #52728a; border-width: 0 2px 2px 0; content: ""; height: 7px; margin-left: 12px; transform: rotate(45deg) translateY(-2px); width: 7px; }
.mtr-tez-select.is-open .mtr-tez-select-trigger::after { transform: rotate(225deg) translate(-1px, -1px); }
.mtr-tez-select-menu {
	background: #fff;
	border: 1px solid #c7e0e6;
	border-radius: 8px;
	box-shadow: 0 16px 32px rgba(26, 67, 85, .18);
	left: 0;
	max-height: 280px;
	overflow-y: auto;
	padding: 6px;
	position: absolute;
	top: calc(100% + 6px);
	width: max(100%, 180px);
	z-index: 30;
}
.mtr-tez-select-option { background: transparent; border: 0; border-radius: 6px; color: #183451; cursor: pointer; display: block; font: inherit; font-weight: 650; padding: 10px 12px; text-align: left; width: 100%; }
.mtr-tez-select-option.is-available { background: #e5f6ee; color: #19704b; }
.mtr-tez-select-option:hover, .mtr-tez-select-option:focus-visible, .mtr-tez-select-option.is-selected { background: #e4f4f6; color: #1e7483; outline: none; }
.mtr-tez-select-option.is-selected { background: #3e8995; color: #fff; }
.mtr-tez-select-option:disabled { background: transparent; color: #a9b5bf; cursor: not-allowed; opacity: .72; }

@media (max-width: 680px) {
	.mtr-tez-select-trigger { min-height: 44px; padding: 0 13px; }
	.mtr-tez-select-menu { max-height: 230px; width: 100%; }
}

@media (max-width: 680px) {
	.mtr-travel-advice {
		border-radius: 20px;
		margin: 18px 0 12px;
		padding: 18px;
	}
	.mtr-travel-advice-heading { align-items: flex-start; gap: 11px; }
	.mtr-travel-advice-icon {
		flex-basis: 36px;
		font-size: 18px;
		height: 36px;
	}
	.mtr-travel-advice-text { font-size: 14px; line-height: 1.58; }
	.mtr-travel-advice-extra {
		grid-template-columns: 1fr;
		margin-top: 16px;
	}
	.mtr-travel-advice-extra > section {
		border-radius: 16px;
		padding: 15px;
	}
	.mtr-travel-advice-extra h3 { font-size: 16px; }
	.mtr-travel-advice-resort-grid p,
	.mtr-travel-advice-evisa ol { font-size: 13px; }
	.mtr-travel-advice-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}
	.mtr-tour-about-highlights {
		margin-top: 20px;
		padding-top: 15px;
	}
	.mtr-tour-about-highlights p {
		margin-bottom: 10px;
		padding-left: 17px;
	}
}

.mtr-tez .mtr-tez-card-actions .mtr-tez-details-button,
.mtr-tez .mtr-tez-card-actions .mtr-tez-share-button,
body .mtr-tez-modal .mtr-tez-modal-actions .mtr-tez-share-button {
	background: #e8f3f0 !important;
	border-color: rgba(74, 136, 119, .20) !important;
	color: #2b6259 !important;
}
