/* Tours V2 — clean, utility-first tour detail layout. */
.mte-tours-v2-page {
    --mte-v2-yellow: #ffc400;
    --mte-v2-yellow-hover: #e9ad00;
    --mte-v2-yellow-soft: #fff8d8;
    --mte-v2-blue: #2f7ea7;
    --mte-v2-ink: #202124;
    --mte-v2-muted: #666a70;
    --mte-v2-line: #e3e5e7;
    --mte-v2-white: #fff;
    background: #f2f6fa;
    color: var(--mte-v2-ink);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}
.mte-tours-v2-page--single { background: #f6f5f3; }
.mte-tours-v2-page *,
.mte-tours-v2-page *::before,
.mte-tours-v2-page *::after { box-sizing: border-box; }
.mte-tours-v2-page img { max-width: 100%; }
.mte-tours-v2-page a { color: inherit; }
.mte-tours-v2-page button,
.mte-tours-v2-page input,
.mte-tours-v2-page select,
.mte-tours-v2-page textarea { font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
.mte-v2-container { width: min(100% - 48px, 1180px); max-width: 1180px; margin-inline: auto; }
.mte-v2-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.mte-v2-row-icon { width: 30px; height: 30px; flex: 0 0 30px; color: var(--mte-v2-blue); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* Header */
.mte-v2-hero { position: relative; padding: 28px 0 22px; border-bottom: 1px solid rgba(25, 55, 82, .08); background: #fff; }
.mte-v2-hero::before { display: none; }
.mte-v2-eyebrow,
.mte-v2-kicker { margin: 0 0 12px; color: #8b6700; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mte-v2-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0 0 18px; color: #5f686e; font-size: 12px; }
.mte-v2-breadcrumbs a { color: #477183; text-decoration: none; }
.mte-v2-breadcrumbs a:hover { color: #075e7e; text-decoration: underline; }
.mte-v2-breadcrumbs span { color: #a0a5a8; }
.mte-v2-hero h1 { max-width: 1080px; margin: 0; color: var(--mte-v2-ink); font-size: clamp(30px, 3.2vw, 43px) !important; font-weight: 700; letter-spacing: -.035em; line-height: 1.1 !important; text-wrap: balance; }
.mte-v2-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 0; margin-top: 15px; color: #4f575c; font-size: 14px; line-height: 1.4; }
.mte-v2-hero__meta > span { display: inline-flex; align-items: center; min-width: 0; }
.mte-v2-hero__meta > span + span::before { margin: 0 11px; color: #91979b; content: "•"; }
.mte-v2-hero__meta strong { color: #23272a; font-weight: 700; }
.mte-v2-hero__rating { gap: 7px; }
.mte-v2-stars { display: inline-flex; gap: 1px; }
.mte-v2-stars i { color: #b7bbbe; font-size: 15px; font-style: normal; line-height: 1; }
.mte-v2-stars i.is-filled { color: #dca900; }
.mte-v2-hero__meta-item { gap: 5px; }
.mte-v2-hero__meta-item svg { width: 17px; height: 17px; margin-right: 2px; color: #8d431f; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.mte-v2-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 800; text-decoration: none; transition: background-color .18s ease, border-color .18s ease; }
.mte-v2-button--primary { background: var(--mte-v2-yellow); color: var(--mte-v2-ink) !important; }
.mte-v2-button--primary:hover { background: var(--mte-v2-yellow-hover); }
.mte-v2-button--secondary,
.mte-v2-button--light { border-color: #9da1a5; background: #fff; color: var(--mte-v2-ink) !important; }
.mte-v2-button--secondary:hover,
.mte-v2-button--light:hover { border-color: var(--mte-v2-ink); }

/* Fixed in-page navigation. The slot preserves layout when JS fixes the bar. */
.mte-v2-section-nav-slot { position: relative; z-index: 1000; min-height: 58px; }
.mte-v2-section-nav { width: 100%; padding: 0 24px; border-top: 1px solid #e6e1dc; border-bottom: 1px solid #e6e1dc; background: rgba(255, 254, 252, .96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: top .22s cubic-bezier(.2, 0, 0, 1); }
.mte-v2-section-nav.is-fixed { position: fixed !important; top: var(--mte-v2-nav-top, 60px) !important; right: 0; left: 0; z-index: 99990; animation: mte-v2-nav-in .18s ease both; }
@keyframes mte-v2-nav-in { from { opacity: .92; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
#mtePremiumHeader { will-change: transform; }
#mtePremiumHeader.mte-v2-header-hidden { transform: translateY(-105%) !important; }
.mte-v2-section-nav__inner { display: flex; width: min(100%, 1180px); min-height: 56px; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.mte-v2-section-nav__links { display: flex; min-width: 0; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.mte-v2-section-nav__links::-webkit-scrollbar { display: none; }
.mte-v2-section-nav__links a { flex: 0 0 auto; padding: 20px 10px 17px; border-bottom: 2px solid transparent; border-radius: 0; color: #4e4a46; font-size: 13px; font-weight: 650; line-height: 1; text-decoration: none; white-space: nowrap; transition: border-color .18s ease, color .18s ease; }
.mte-v2-section-nav__links a:hover { background: transparent; color: #8d431f; }
.mte-v2-section-nav__links a.is-active { border-bottom-color: #a44d25; background: transparent; color: #8d431f; }
.mte-v2-section-nav__cta { display: inline-flex; min-width: 106px; min-height: 40px; max-width: 160px; flex: 0 0 auto; flex-direction: column; align-items: center; justify-content: center; padding: 7px 16px; border-radius: 8px; background: var(--mte-v2-yellow); color: var(--mte-v2-ink) !important; font-size: 13px; font-weight: 700; line-height: 1; text-align: center; text-decoration: none; box-shadow: none; transition: background-color .18s ease; }
.mte-v2-section-nav__cta small { display: none; }
.mte-v2-section-nav__cta:hover { background: var(--mte-v2-yellow-hover); color: var(--mte-v2-ink) !important; transform: none; }

/* Main two-column layout */
.mte-v2-main-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 30px; align-items: stretch; padding-top: 24px; padding-bottom: 92px; }
.mte-v2-main-grid--single { grid-template-columns: minmax(0, 860px); }
.mte-v2-content { min-width: 0; }
.mte-v2-sidebar { position: relative; min-width: 0; align-self: stretch; isolation: isolate; }
.mte-v2-booking-card { position: sticky; top: var(--mte-v2-booking-top, 148px); z-index: 5; margin: 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; transform: none; scroll-margin-top: 148px; transition: top .22s cubic-bezier(.2, 0, 0, 1); }
.mte-v2-booking-card > x-tr-tour-book-now-buttons { display: block !important; width: 100%; }
.mte-v2-booking-card--fallback { max-height: calc(100vh - var(--mte-v2-booking-top, 148px) - 16px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
.mte-v2-section { scroll-margin-top: 148px; padding: 32px; margin: 0 0 20px; border: 1px solid #dedad5; border-radius: 10px; background: #fff; box-shadow: none; }
#mte-v2-reviews,
#mte-v2-departures { scroll-margin-top: 148px; }
.mte-v2-section:last-child { margin-bottom: 0; }
.mte-v2-section h2 { margin: 0 0 24px; color: #282522; font-size: clamp(24px, 2.4vw, 31px); font-weight: 700; letter-spacing: -.025em; line-height: 1.15; }
.mte-v2-intro p:not(.mte-v2-kicker) { max-width: 780px; margin-top: 0; color: var(--mte-v2-muted); font-size: 17px; line-height: 1.75; }
.mte-v2-overview-content > :first-child { margin-top: 0; }
.mte-v2-overview-content > :last-child { margin-bottom: 0; }
.mte-v2-overview-content img { max-width: 100%; height: auto; border-radius: 12px; }
.mte-v2-section-heading { margin-bottom: 22px; }
.mte-v2-section-heading h2 { margin-bottom: 0; }

/* Tour gallery beside the booking widget. */
.mte-v2-hero-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)) 1.42fr; grid-template-rows: 250px 178px; gap: 6px; margin: 0 0 20px; padding: 6px; border: 1px solid #dedad5; border-radius: 10px; background: #fff; box-shadow: none; }
.mte-v2-hero-gallery__item { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 6px; background: #f0f1f2; }
.mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1; }
.mte-v2-hero-gallery__item--2 { grid-column: 1; grid-row: 2; }
.mte-v2-hero-gallery__item--3 { grid-column: 2; grid-row: 2; }
.mte-v2-hero-gallery__item--4 { grid-column: 3; grid-row: 1; }
.mte-v2-hero-gallery__item--5 { grid-column: 3; grid-row: 2; }
.mte-v2-hero-gallery--1 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 4; grid-row: 1 / 3; }
.mte-v2-hero-gallery--2 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 3; }
.mte-v2-hero-gallery--2 .mte-v2-hero-gallery__item--2 { grid-column: 3; grid-row: 1 / 3; }
.mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 3; }
.mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--2 { grid-column: 3; grid-row: 1; }
.mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--3 { grid-column: 3; grid-row: 2; }
.mte-v2-hero-gallery--4 .mte-v2-hero-gallery__item--4 { grid-column: 3; grid-row: 1 / 3; }
.mte-v2-hero-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mte-v2-hero-gallery__view-all { position: absolute; right: 12px; bottom: 12px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border-radius: 6px; background: rgba(31, 35, 38, .76); color: #fff; font-size: 11px; font-weight: 700; pointer-events: none; backdrop-filter: blur(7px); }
.mte-v2-hero-gallery__view-all svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }

/* Icon fact rows */
.mte-v2-details-section { padding: 24px 30px; margin-bottom: 20px; }
.mte-v2-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 32px; }
.mte-v2-detail-card { display: grid; grid-template-columns: 25px minmax(0, 1fr); gap: 10px; align-items: start; padding: 11px 0; background: #fff; }
.mte-v2-detail-card .mte-v2-row-icon { width: 22px; height: 22px; color: #8d431f; }
.mte-v2-detail-card__copy { display: block; }
.mte-v2-detail-card h3 { margin: 0 0 2px; color: var(--mte-v2-ink); font-size: 14px; font-weight: 700; }
.mte-v2-detail-card p { margin: 0; color: var(--mte-v2-muted); font-size: 12px; line-height: 1.5; }

/* Tour personalization contact callout. */
.mte-v2-personalize-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 0 0 20px; padding: 27px 30px; border: 1px solid #decfc4; border-radius: 10px; background: #faf7f3; box-shadow: none; }
.mte-v2-personalize-cta__copy { max-width: 620px; }
.mte-v2-personalize-cta__eyebrow { display: none; }
.mte-v2-personalize-cta h2 { margin: 0 0 8px; color: var(--mte-v2-ink); font-size: 22px; font-weight: 700; letter-spacing: -.02em; line-height: 1.25; }
.mte-v2-personalize-cta__copy > p:last-child { margin: 0; color: var(--mte-v2-muted); font-size: 14px; line-height: 1.6; }
.mte-v2-personalize-cta .mte-v2-button { flex: 0 0 auto; }
.mte-v2-personalize-cta .mte-v2-button--primary { border-radius: 8px; background: var(--mte-v2-yellow); color: var(--mte-v2-ink) !important; }
.mte-v2-personalize-cta .mte-v2-button--primary:hover { background: var(--mte-v2-yellow-hover); color: var(--mte-v2-ink) !important; }

/* Hotels selected for this tour, following the partner hotel card pattern. */
.mte-v2-hotel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mte-v2-hotel-card { min-width: 0; overflow: hidden; border: 1px solid var(--mte-v2-line); border-radius: 8px; outline: 0; background: #fff; cursor: pointer; transition: border-color .18s ease; }
.mte-v2-hotel-card:hover { border-color: #bdb7b0; }
.mte-v2-hotel-card:focus-visible { border-color: #a44d25; box-shadow: 0 0 0 3px rgba(164, 77, 37, .16); }
.mte-v2-hotel-card__media { overflow: hidden; aspect-ratio: 16 / 10; background: #f0f1f2; }
.mte-v2-hotel-card__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.mte-v2-hotel-card__body { display: flex; min-height: 120px; flex-direction: column; align-items: flex-start; padding: 16px; }
.mte-v2-hotel-card__name { margin: 0 0 9px; color: var(--mte-v2-ink); font-size: 17px; font-weight: 750; line-height: 1.3; }
.mte-v2-hotel-card__stars { margin-bottom: 13px; color: #d2a200; font-size: 15px; letter-spacing: 3px; line-height: 1; }
.mte-v2-hotel-card__link { margin-top: auto; color: #477183 !important; font-size: 11px; font-weight: 750; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

/* Hotel preview dialog; switches to a bottom sheet on small screens. */
.mte-v2-hotel-modal[hidden],
.mte-v2-hotel-modal__media[hidden],
.mte-v2-hotel-modal__link[hidden] { display: none !important; }
.mte-v2-hotel-modal { position: fixed; inset: 0; z-index: 100200; display: flex; align-items: center; justify-content: center; padding: 24px; }
.mte-v2-hotel-modal__backdrop { position: absolute; inset: 0; background: rgba(24, 22, 20, .62); animation: mte-v2-hotel-fade .18s ease both; }
.mte-v2-hotel-modal__dialog { position: relative; z-index: 1; width: min(620px, 100%); max-height: calc(100dvh - 48px); overflow: hidden auto; border: 1px solid #dedad5; border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(24, 22, 20, .28); animation: mte-v2-hotel-dialog-in .22s ease both; }
.mte-v2-hotel-modal__media { aspect-ratio: 16 / 10; overflow: hidden; background: #ece9e5; }
.mte-v2-hotel-modal__image { display: block; width: 100%; height: 100%; object-fit: cover; }
.mte-v2-hotel-modal__content { padding: 24px; }
.mte-v2-hotel-modal__title { margin: 0 0 20px; color: #282522; font-size: clamp(24px, 3vw, 32px); font-weight: 700; letter-spacing: -.025em; line-height: 1.2; }
.mte-v2-hotel-modal__link { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border-radius: 8px; background: var(--mte-v2-yellow); color: var(--mte-v2-ink) !important; font-size: 14px; font-weight: 750; text-decoration: none; }
.mte-v2-hotel-modal__link:hover { background: var(--mte-v2-yellow-hover); color: var(--mte-v2-ink) !important; }
.mte-tours-v2-page .mte-v2-hotel-modal__close { position: absolute; top: 14px; right: 14px; z-index: 2; display: inline-flex; width: 38px !important; min-width: 38px !important; height: 38px !important; min-height: 38px !important; align-items: center; justify-content: center; padding: 0 !important; border: 1px solid rgba(255,255,255,.7) !important; border-radius: 50% !important; background: rgba(24,22,20,.7) !important; box-shadow: none !important; color: #fff !important; cursor: pointer; font-family: Arial, sans-serif !important; font-size: 25px; font-weight: 400; line-height: 1; }
.mte-tours-v2-page .mte-v2-hotel-modal__close:hover { background: rgba(24,22,20,.9) !important; }
body.mte-v2-hotel-modal-open { overflow: hidden; }
@keyframes mte-v2-hotel-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes mte-v2-hotel-dialog-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

/* Images */
.mte-v2-moments figure { min-height: 145px; margin: 0; overflow: hidden; border-radius: 5px; background: #f0f0f0; }
.mte-v2-moments img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .25s ease; }
.mte-v2-moments figure:hover img { transform: scale(1.025); }
.mte-v2-moments { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(150px, 1fr); gap: 16px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 0 10px; scrollbar-width: thin; }
.mte-v2-moments figure { width: 100%; min-height: 0; aspect-ratio: 3 / 4; }
.mte-v2-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mte-v2-related .mte-v2-kicker { display: none; }
.mte-v2-related__item { min-width: 0; overflow: hidden; border: 1px solid #dedad5; border-radius: 8px; background: #fff; box-shadow: none; transition: border-color .2s ease; }
.mte-v2-related__item:hover { border-color: #bdb7b0; box-shadow: none; transform: none; }
.mte-v2-related__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #edf2f6; }
.mte-v2-related__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mte-v2-related__item:hover .mte-v2-related__media img { transform: none; }
.mte-v2-related__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #7790a5; background: linear-gradient(145deg, #edf3f7, #e2eaf1); }
.mte-v2-related__placeholder svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.mte-v2-related__body { display: flex; min-height: 176px; flex-direction: column; align-items: flex-start; padding: 17px; }
.mte-v2-related__meta { display: flex; flex-wrap: wrap; gap: 5px 12px; margin: 0 0 8px; color: #6c7b88; font-size: 11px; font-weight: 650; }
.mte-v2-related__meta span + span::before { margin-right: 10px; color: #b0bac3; content: "•"; }
.mte-v2-related__body h3 { margin: 0 0 18px; color: #282522; font-size: 17px; font-weight: 700; letter-spacing: -.015em; line-height: 1.3; }
.mte-v2-related__body h3 a { color: inherit; text-decoration: none; }
.mte-v2-related__body h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.mte-v2-related__cta { display: inline-flex; min-height: 0; align-items: center; justify-content: center; gap: 6px; margin-top: auto; padding: 3px 0; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: #a44d25 !important; font-size: 12px; font-weight: 700; text-decoration: none; }
.mte-v2-related__cta:hover { background: transparent; color: #743517 !important; }

/* Itinerary */
.mte-v2-itinerary-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; padding: 0 4px 12px; border-bottom: 1px solid #e2e7ec; }
.mte-v2-itinerary-heading h2 { display: flex; align-items: center; gap: 11px; margin: 0; }
.mte-v2-itinerary-heading__icon { display: none; }
.mte-v2-itinerary-toggle { appearance: none !important; -webkit-appearance: none !important; min-width: 0 !important; min-height: 0 !important; width: auto !important; max-width: none !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: #087da8 !important; cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; letter-spacing: normal; line-height: 1.4; text-transform: none; }
.mte-v2-itinerary-toggle:hover { background: transparent !important; color: #075e7e !important; text-decoration: underline; }
.mte-v2-itinerary { display: grid; gap: 12px; border: 0; }
.mte-v2-day { overflow: hidden; border: 1px solid #dedad5; border-radius: 8px; background: #fff; transition: border-color .18s ease; }
.mte-v2-day[open] { border-color: #c9b9ad; box-shadow: none; }
.mte-v2-day summary { display: grid; grid-template-columns: max-content minmax(0, 1fr) 22px; gap: 10px; align-items: center; padding: 17px 18px; cursor: pointer; list-style: none; color: var(--mte-v2-ink); font-size: 15px; font-weight: 700; }
.mte-v2-day summary::-webkit-details-marker { display: none; }
.mte-v2-day summary:hover { color: #725500; }
.mte-v2-day__number { display: inline-flex; align-items: center; padding: 0; border-radius: 0; background: transparent; color: #6c625b; font-size: 13px; font-weight: 700; text-transform: none; }
.mte-v2-day__number::after { margin-left: 9px; color: #e96f35; content: "–"; }
.mte-v2-day__title { min-width: 0; }
.mte-v2-day__chevron { width: 21px; height: 21px; color: #74787c; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.mte-v2-day[open] .mte-v2-day__chevron { transform: rotate(180deg); }
.mte-v2-day__body { padding: 0 22px 20px; color: var(--mte-v2-muted); font-size: 14px; line-height: 1.6; }
.mte-v2-day__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 32%); gap: 28px; align-items: start; padding-top: 3px; }
.mte-v2-day__layout--no-image { grid-template-columns: minmax(0, 1fr); }
.mte-v2-day__description { margin: 0 0 15px; color: #3f474e; line-height: 1.65; }
.mte-v2-day__featured-image { overflow: hidden; border-radius: 11px; background: #edf1f4; }
.mte-v2-day__featured-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; cursor: zoom-in; }
.mte-v2-day-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 20px; }
.mte-v2-day-images img { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; object-fit: cover; }

/* Places and inclusions */
.mte-v2-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.mte-v2-pills span { padding: 8px 11px; border: 1px solid #ddc66d; border-radius: 4px; background: #fff; color: #675000; font-size: 13px; font-weight: 650; }
.mte-v2-columns { display: block; }
.mte-v2-list-card { min-width: 0; background: #fff; }
.mte-v2-list-card + .mte-v2-list-card { margin-top: 42px; }
.mte-v2-list-card h2 { margin: 0 0 12px; font-size: 25px; }
.mte-v2-list-row { border-bottom: 1px solid var(--mte-v2-line); color: var(--mte-v2-muted); font-size: 14px; line-height: 1.6; }
.mte-v2-list-row:first-of-type { border-top: 1px solid var(--mte-v2-line); }
.mte-v2-list-row summary { display: grid; grid-template-columns: 32px minmax(0, 1fr) 22px; gap: 13px; align-items: center; padding: 17px 0; cursor: pointer; list-style: none; color: var(--mte-v2-ink); font-size: 15px; font-weight: 750; }
.mte-v2-list-row summary::-webkit-details-marker { display: none; }
.mte-v2-list-row .mte-v2-row-icon { width: 26px; height: 26px; color: #27916a; }
.mte-v2-list-card--excluded .mte-v2-row-icon { color: #df4242; }
.mte-v2-list-row__chevron { width: 21px; height: 21px; color: #535a5e; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .18s ease; }
.mte-v2-list-row[open] .mte-v2-list-row__chevron { transform: rotate(180deg); }
.mte-v2-list-row__body { padding: 0 0 18px 45px; color: var(--mte-v2-muted); }

/* Supporting information */
.mte-v2-good-to-know { border-top: 1px solid var(--mte-v2-line); }
.mte-v2-good-to-know details { border-bottom: 1px solid var(--mte-v2-line); }
.mte-v2-good-to-know summary { display: grid; grid-template-columns: 30px minmax(0, 1fr) 22px; gap: 13px; align-items: center; padding: 18px 0; cursor: pointer; list-style: none; color: var(--mte-v2-ink); font-weight: 700; }
.mte-v2-good-to-know summary::-webkit-details-marker { display: none; }
.mte-v2-good-to-know summary .mte-v2-row-icon { width: 25px; height: 25px; color: var(--mte-v2-blue); }
.mte-v2-good-to-know__toggle { color: #71808a; font-size: 22px; font-weight: 500; text-align: center; }
.mte-v2-good-to-know details[open] .mte-v2-good-to-know__toggle { transform: rotate(45deg); }
.mte-v2-good-to-know__body { max-width: 780px; padding: 0 0 20px 43px; color: var(--mte-v2-muted); font-size: 14px; line-height: 1.7; }

/* TourRadar-rendered sections remain visually unwrapped. */
.mte-v2-tourradar-widgets { padding: 30px; margin-bottom: 0; background: #fff; }
.mte-v2-tourradar-widget { width: 100%; max-width: 100%; margin: 0 0 34px; padding: 0; border: 0; background: transparent; box-shadow: none; overflow: hidden; }
.mte-v2-tourradar-widget:last-child { margin-bottom: 0; }
.mte-v2-tourradar-widget--notice { padding: 16px; border-left: 4px solid var(--mte-v2-yellow); background: var(--mte-v2-yellow-soft); color: var(--mte-v2-muted); font-size: 14px; }
.mte-v2-tourradar-widget x-tr-operator-reviews,
.mte-v2-tourradar-widget x-tr-tour-departures { display: block; width: 100%; max-width: 100%; overflow-x: auto; }

/* Direct booking form shown when the TourRadar payment widget is unavailable. */
.mte-v2-booking-fallback[hidden] { display: none !important; }
.mte-v2-booking-fallback { padding: 28px; border: 1px solid #dedad5; border-radius: 10px; background: #fff; }
.mte-v2-booking-fallback__heading { max-width: 720px; margin-bottom: 22px; }
.mte-v2-booking-fallback__heading .mte-v2-eyebrow,
.mte-v2-booking-fallback__heading .mte-v2-kicker { display: none; }
.mte-v2-booking-fallback__heading h2 { margin: 0 0 9px; color: #282522; font-size: 27px; font-weight: 700; }
.mte-v2-booking-fallback__heading > p:last-child { margin: 0; color: #66717b; font-size: 14px; line-height: 1.6; }
.mte-v2-booking-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; margin-bottom: 20px; }
.mte-v2-booking-form label { display: grid; gap: 7px; color: #29343e; font-size: 13px; font-weight: 700; }
.mte-v2-booking-form label > span b { color: #c94f2d; }
.mte-v2-booking-form input,
.mte-v2-booking-form textarea { width: 100%; min-height: 46px; margin: 0; padding: 11px 13px; border: 1px solid #d4cec8; border-radius: 6px; outline: 0; background: #fff; color: #202124; font: inherit !important; font-size: 15px !important; font-weight: 400; box-shadow: none; transition: border-color .18s ease, box-shadow .18s ease; }
.mte-v2-booking-form textarea { min-height: 108px; resize: vertical; }
.mte-v2-booking-form input:focus,
.mte-v2-booking-form textarea:focus { border-color: #2f7ea7; box-shadow: 0 0 0 3px rgba(47, 126, 167, .14); }
.mte-v2-booking-form__message { grid-column: 1 / -1; }
.mte-v2-booking-form .mte-v2-button { appearance: none !important; min-width: 210px; min-height: 48px; border: 0 !important; border-radius: 8px !important; background: var(--mte-v2-yellow) !important; color: var(--mte-v2-ink) !important; cursor: pointer; box-shadow: none !important; transition: background-color .18s ease; }
.mte-v2-booking-form .mte-v2-button:hover { background: var(--mte-v2-yellow-hover) !important; color: var(--mte-v2-ink) !important; transform: none; box-shadow: none !important; }
.mte-v2-booking-form .mte-v2-button:active { transform: translateY(0); }
.mte-v2-booking-form__privacy { display: inline-block; margin: 0 0 0 12px; color: #77818a; font-size: 11px; }
.mte-v2-booking-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.mte-v2-booking-alert { margin: 0 0 20px; padding: 13px 15px; border-radius: 9px; font-size: 14px; font-weight: 650; }
.mte-v2-booking-alert--success { border: 1px solid #a9d8c1; background: #edf9f3; color: #17633f; }
.mte-v2-booking-alert--error { border: 1px solid #efb8ad; background: #fff2ef; color: #8c3020; }
.mte-v2-booking-card .mte-v2-booking-fallback { padding: 24px 20px; border: 1px solid #dedad5; border-radius: 10px; background: #fff; box-shadow: none; }
.mte-v2-booking-card .mte-v2-booking-fallback__heading { margin-bottom: 18px; }
.mte-v2-booking-card .mte-v2-booking-fallback__heading h2 { font-size: 23px; }
.mte-v2-booking-card .mte-v2-booking-form__grid { grid-template-columns: 1fr; gap: 13px; }
.mte-v2-booking-card .mte-v2-booking-form__message { grid-column: auto; }
.mte-v2-booking-card .mte-v2-booking-form .mte-v2-button { width: 100%; min-width: 0; }
.mte-v2-booking-card .mte-v2-booking-form__privacy { display: block; margin: 9px 0 0; text-align: center; }

/* Tours archive and [morocco_tours] smart listing. */
.mte-v2-archive-page { min-height: 70vh; padding-bottom: 80px; }
.mte-v2-archive-shell { width: min(calc(100% - 48px), 1440px); margin-inline: auto; }
.mte-v2-archive-hero { padding: 48px 0 34px; border-bottom: 1px solid var(--mte-v2-line); background: #fff; }
.mte-v2-archive-hero p { margin: 0 0 9px; color: #8b6700; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mte-v2-archive-hero h1 { margin: 0; color: var(--mte-v2-ink); font-size: clamp(38px, 5vw, 64px); font-weight: 820; letter-spacing: -.045em; line-height: 1; }
.mte-v2-archive-hero div div { max-width: 700px; margin-top: 14px; color: var(--mte-v2-muted); font-size: 17px; }
.mte-v2-tour-listing { width: 100%; padding: 34px 0 0; background: transparent; }
.mte-v2-featured-heading { margin: 0 0 24px; text-align: center; }
.mte-v2-featured-heading p { margin: 0 0 6px; color: var(--mte-v2-primary, #e6542f); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mte-v2-featured-heading h2 { margin: 0; color: var(--mte-v2-ink, #132238); font-size: clamp(28px, 4vw, 42px); line-height: 1.1; }
.mte-v2-tour-filters { display: grid; grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, .72fr)); gap: 14px; align-items: end; margin-bottom: 22px; padding: 18px; border: 1px solid #e2b400; border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(33, 37, 41, .12), 0 2px 7px rgba(211, 157, 0, .12); }
.mte-v2-tour-filter { min-width: 0; }
.mte-v2-tour-filter label { display: block; margin: 0 0 6px; color: #454a4e; font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.mte-v2-tour-filter input,
.mte-v2-tour-filter select { appearance: none; width: 100%; height: 46px; margin: 0; padding: 0 38px 0 13px; border: 1px solid #cfd3d6; border-radius: 7px; outline: 0; background-color: #fff; color: var(--mte-v2-ink); font: inherit; font-size: 14px; box-shadow: none; }
.mte-v2-tour-filter select { background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%); background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px; background-repeat: no-repeat; background-size: 5px 5px, 5px 5px; }
.mte-v2-tour-filter input:focus,
.mte-v2-tour-filter select:focus { border-color: #a77700; box-shadow: 0 0 0 3px rgba(255, 196, 0, .2); }
.mte-v2-tour-filter__input-wrap { position: relative; }
.mte-v2-tour-filter__input-wrap svg { position: absolute; top: 13px; left: 13px; width: 20px; height: 20px; fill: none; stroke: #687077; stroke-width: 1.8; stroke-linecap: round; pointer-events: none; }
.mte-v2-tour-filter__input-wrap input { padding-left: 42px; }
.mte-v2-tour-filter-actions { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 16px; padding-top: 2px; }
.mte-v2-tour-filter-actions p { margin: 0; color: var(--mte-v2-muted); font-size: 13px; font-weight: 700; }
.mte-v2-tour-filter-actions button { appearance: none !important; width: auto !important; min-width: 0 !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; color: #087da8 !important; cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; line-height: 1.4; text-transform: none; }
.mte-v2-tour-filter-actions button:hover { background: transparent !important; color: #075e7e !important; text-decoration: underline; }
.mte-v2-tour-cards { display: grid; gap: 18px; }
.mte-v2-tour-card { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid #dde1e3; border-radius: 12px; background: #fff; box-shadow: 0 5px 18px rgba(31, 37, 40, .055); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.mte-v2-tour-card:hover { border-color: #cbd0d3; box-shadow: 0 12px 30px rgba(31, 37, 40, .1); transform: translateY(-2px); }
.mte-v2-tour-card[hidden] { display: none !important; }
.mte-v2-tour-card__media { display: block; min-width: 0; overflow: hidden; background: #ece9e0; }
.mte-v2-tour-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.mte-v2-tour-card:hover .mte-v2-tour-card__media img { transform: scale(1.025); }
.mte-v2-tour-card__placeholder { display: grid; width: 100%; height: 100%; min-height: 210px; place-items: center; background: linear-gradient(145deg, #f7f1df, #e9dcc0); }
.mte-v2-tour-card__placeholder svg { width: 46px; height: 46px; fill: none; stroke: #9a7c3b; stroke-width: 1.5; }
.mte-v2-tour-card__body { min-width: 0; padding: 24px; }
.mte-v2-tour-card__eyebrow { margin: 0 0 9px; color: #8b6700; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mte-v2-tour-card h2 { margin: 0; font-size: clamp(21px, 2vw, 28px); font-weight: 790; letter-spacing: -.025em; line-height: 1.18; }
.mte-v2-tour-card h2 a { color: var(--mte-v2-ink); text-decoration: none; }
.mte-v2-tour-card h2 a:hover { text-decoration: underline; text-decoration-color: var(--mte-v2-yellow); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.mte-v2-tour-card__excerpt { margin: 12px 0 0; color: var(--mte-v2-muted); font-size: 14px; line-height: 1.6; }
.mte-v2-tour-card__facts { display: grid; gap: 9px; margin: 20px 0 0; }
.mte-v2-tour-card__facts div { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 10px; }
.mte-v2-tour-card__facts dt { display: flex; align-items: start; gap: 7px; color: #3d4448; font-size: 13px; font-weight: 750; }
.mte-v2-tour-card__facts dt svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: #2f7ea7; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mte-v2-tour-card__facts dd { min-width: 0; margin: 0; color: var(--mte-v2-muted); font-size: 13px; line-height: 1.45; }
.mte-v2-tour-card__action { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 24px; border-left: 1px solid var(--mte-v2-line); }
.mte-v2-tour-card__action p { margin: 0 0 18px; color: var(--mte-v2-muted); }
.mte-v2-tour-card__action p span { display: block; font-size: 12px; }
.mte-v2-tour-card__action p strong { display: inline-block; color: var(--mte-v2-ink); font-size: 28px; font-weight: 820; letter-spacing: -.025em; }
.mte-v2-tour-card__action p small { margin-left: 5px; color: var(--mte-v2-muted); font-size: 11px; }
.mte-v2-tour-card__action > a { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border-radius: 8px; background: var(--mte-v2-yellow); color: #25200f !important; font-size: 14px; font-weight: 800; text-decoration: none; }
.mte-v2-tour-card__action > a:hover { background: var(--mte-v2-yellow-hover); }
.mte-v2-tour-card__action > small { margin-top: 13px; color: #7a7f83; font-size: 10px; line-height: 1.4; text-align: center; }
.mte-v2-tour-listing--archive .mte-v2-tour-card { grid-template-columns: minmax(240px, 310px) minmax(0, 1fr) minmax(210px, 260px); min-height: 270px; }
.mte-v2-tour-listing--archive .mte-v2-tour-card__media { min-height: 270px; }
.mte-v2-tour-listing--grid .mte-v2-tour-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
.mte-v2-tour-listing--grid .mte-v2-tour-card { grid-template-rows: 176px auto auto; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__body { padding: 16px 16px 13px; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__eyebrow { margin-bottom: 6px; font-size: 9px; }
.mte-v2-tour-listing--grid .mte-v2-tour-card h2 { display: -webkit-box; min-height: 43px; overflow: hidden; font-size: 18px; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__excerpt { display: none; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts { display: grid; gap: 5px; margin-top: 12px; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts div { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 7px; align-items: start; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts dt { display: block; width: 18px; overflow: hidden; font-size: 0; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts dt svg { width: 16px; height: 16px; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__facts dd { display: -webkit-box; overflow: hidden; color: #5f6569; font-size: 11px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: end; padding: 0 16px 16px; border-top: 0; border-left: 0; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action p { min-width: 0; margin: 0; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action p span { margin-bottom: 1px; font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action p strong { display: block; overflow: hidden; font-size: 18px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action p small,
.mte-v2-tour-listing--grid .mte-v2-tour-card__action > small { display: none; }
.mte-v2-tour-listing--grid .mte-v2-tour-card__action > a { width: auto; min-height: 38px; padding: 8px 12px; font-size: 11px; white-space: nowrap; }

/* Homepage featured tours: simple editorial cards with restrained styling. */
.mte-v2-tour-listing--featured { max-width: 1180px; margin-inline: auto; padding-top: 46px; }
.mte-v2-tour-listing--featured .mte-v2-featured-heading { margin-bottom: 28px; text-align: left; }
.mte-v2-tour-listing--featured .mte-v2-featured-heading p { display: none; }
.mte-v2-tour-listing--featured .mte-v2-featured-heading h2 { font-size: clamp(30px, 3.5vw, 42px); font-weight: 700; letter-spacing: -.035em; }
.mte-v2-tour-listing--featured .mte-v2-tour-cards { grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); align-items: stretch; gap: 24px; }
.mte-v2-tour-listing--featured .mte-v2-tour-card { grid-template-rows: 205px minmax(0, 1fr) auto; border-color: #ddd9d4; border-radius: 10px; box-shadow: none; }
.mte-v2-tour-listing--featured .mte-v2-tour-card:hover { border-color: #bdb7b0; box-shadow: none; transform: none; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__media { min-height: 205px; }
.mte-v2-tour-listing--featured .mte-v2-tour-card:hover .mte-v2-tour-card__media img { transform: none; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__body { padding: 20px 20px 16px; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__eyebrow { display: none; }
.mte-v2-tour-listing--featured .mte-v2-tour-card h2 { display: block; min-height: 0; overflow: visible; font-size: clamp(19px, 1.8vw, 22px); font-weight: 700; line-height: 1.28; -webkit-line-clamp: unset; }
.mte-v2-tour-listing--featured .mte-v2-tour-card h2 a:hover { color: #8d431f; text-decoration: none; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__facts { display: flex; flex-wrap: wrap; gap: 7px 18px; margin-top: 16px; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__facts div { display: flex; grid-template-columns: none; gap: 5px; align-items: baseline; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__facts dt { display: inline; width: auto; overflow: visible; color: #77716b; font-size: 12px; font-weight: 600; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__facts dt::after { content: ":"; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__facts dt svg { display: none; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__facts dd { display: inline; overflow: visible; color: #494541; font-size: 12px; line-height: 1.45; -webkit-line-clamp: unset; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__facts .mte-v2-tour-card__fact--highlights { display: none; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__action { display: flex; min-height: 74px; flex-direction: row; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 20px 19px; border-top: 1px solid #ece8e3; border-left: 0; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__action p { min-width: 0; margin: 0; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__action p span { margin-bottom: 2px; color: #7a746e; font-size: 9px; letter-spacing: .06em; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__action p strong { overflow: visible; color: #211e1b; font-size: clamp(17px, 1.7vw, 20px); font-weight: 700; line-height: 1.1; text-overflow: clip; white-space: normal; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__action > a { min-height: 0; padding: 4px 0 3px; border-bottom: 1px solid currentColor; border-radius: 0; background: transparent; color: #a44d25 !important; font-size: 13px; font-weight: 700; box-shadow: none; }
.mte-v2-tour-listing--featured .mte-v2-tour-card__action > a:hover { background: transparent; color: #743517 !important; }
.mte-v2-tour-empty { padding: 64px 20px; border: 1px dashed #ccd0d2; border-radius: 12px; text-align: center; }
.mte-v2-tour-empty[hidden] { display: none; }
.mte-v2-tour-empty h2 { margin: 0 0 8px; font-size: 26px; }
.mte-v2-tour-empty p { margin: 0; color: var(--mte-v2-muted); }

/* Vanilla lightbox for tour photography. */
.mte-v2-lightbox-trigger { cursor: zoom-in; }
.mte-v2-lightbox[hidden] { display: none; }
.mte-v2-lightbox { position: fixed; inset: 0; z-index: 100000; color: #fff; }
.mte-v2-lightbox__backdrop { position: absolute; inset: 0; background: rgba(10, 13, 15, .92); }
.mte-v2-lightbox__dialog { position: relative; display: grid; width: 100%; height: 100%; grid-template-columns: 72px minmax(0, 1fr) 72px; grid-template-rows: minmax(0, 1fr) auto; align-items: center; padding: 32px 24px 24px; }
.mte-v2-lightbox__figure { display: flex; min-width: 0; min-height: 0; grid-column: 2; grid-row: 1; flex-direction: column; align-items: center; justify-content: center; gap: 12px; margin: 0; }
.mte-v2-lightbox__image { display: block; width: auto; max-width: min(100%, 1180px); height: auto; max-height: calc(100vh - 112px); object-fit: contain; touch-action: pan-y; user-select: none; }
.mte-v2-lightbox__caption { max-width: min(100%, 760px); color: rgba(255,255,255,.82); font-size: 13px; text-align: center; }
.mte-v2-lightbox__close,
.mte-v2-lightbox__prev,
.mte-v2-lightbox__next { appearance: none !important; -webkit-appearance: none !important; display: inline-flex; min-width: 0 !important; min-height: 0 !important; align-items: center; justify-content: center; padding: 0 !important; border: 0 !important; border-radius: 50% !important; background: rgba(255,255,255,.12) !important; box-shadow: none !important; color: #fff !important; cursor: pointer; font-family: Arial, sans-serif; line-height: 1; text-transform: none; transition: background-color .18s ease; }
.mte-v2-lightbox__close:hover,
.mte-v2-lightbox__prev:hover,
.mte-v2-lightbox__next:hover { background: rgba(255,255,255,.25) !important; }
.mte-v2-lightbox__close { position: absolute; top: 18px; right: 20px; z-index: 2; width: 42px !important; height: 42px !important; font-size: 30px; }
.mte-v2-lightbox__prev,
.mte-v2-lightbox__next { width: 52px !important; height: 52px !important; font-size: 44px; }
.mte-v2-lightbox__prev { grid-column: 1; grid-row: 1; justify-self: center; }
.mte-v2-lightbox__next { grid-column: 3; grid-row: 1; justify-self: center; }
.mte-v2-lightbox__counter { grid-column: 2; grid-row: 2; margin: 12px 0 0; color: rgba(255,255,255,.7); font-size: 12px; text-align: center; }
body.mte-v2-lightbox-open { overflow: hidden; }

@media (max-width: 980px) {
    .mte-v2-main-grid,
    .mte-v2-main-grid--single { grid-template-columns: 1fr; }
    .mte-v2-sidebar { order: 1; align-self: auto; margin-top: 12px; margin-bottom: 0; }
    .mte-v2-booking-card,
    .mte-v2-booking-card--fallback { position: relative; top: auto; max-height: none; overflow: visible; transform: none; }
}
@media (max-width: 680px) {
    .mte-v2-container { width: min(100% - 32px, 1180px); }
    .mte-v2-section-nav-slot { min-height: 56px; }
    .mte-v2-section-nav { padding: 0 0 0 16px; }
    .mte-v2-section-nav__inner { min-height: 54px; gap: 8px; padding: 0 6px 0 0; border-radius: 0; }
    .mte-v2-section-nav__links a { padding: 20px 8px 17px; font-size: 11px; }
    .mte-v2-section-nav__cta { min-width: 94px; min-height: 40px; padding: 8px 13px; font-size: 12px; }
    .mte-v2-section-nav__cta small { display: none; }
    .mte-v2-hero { padding: 20px 0 14px; }
    .mte-v2-breadcrumbs { margin-bottom: 13px; }
    .mte-v2-hero h1 { font-size: clamp(28px, 8.5vw, 38px) !important; line-height: 1.1 !important; }
    .mte-v2-hero__meta { display: grid; gap: 7px; margin-top: 13px; font-size: 13px; }
    .mte-v2-hero__meta > span + span::before { display: none; }
    .mte-v2-hero__source { margin-left: 0; }
    .mte-v2-button { width: 100%; }
    .mte-v2-main-grid { padding-top: 8px; padding-bottom: 68px; }
    .mte-v2-hero-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 220px 140px 140px; gap: 7px; }
    .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1; }
    .mte-v2-hero-gallery__item--2 { grid-column: 1; grid-row: 2; }
    .mte-v2-hero-gallery__item--3 { grid-column: 2; grid-row: 2; }
    .mte-v2-hero-gallery__item--4 { grid-column: 1; grid-row: 3; }
    .mte-v2-hero-gallery__item--5 { grid-column: 2; grid-row: 3; }
    .mte-v2-hero-gallery--1 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 4; }
    .mte-v2-hero-gallery--2 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1 / 3; }
    .mte-v2-hero-gallery--2 .mte-v2-hero-gallery__item--2 { grid-column: 1 / 3; grid-row: 3; }
    .mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--1 { grid-column: 1 / 3; grid-row: 1; }
    .mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--2 { grid-column: 1; grid-row: 2 / 4; }
    .mte-v2-hero-gallery--3 .mte-v2-hero-gallery__item--3 { grid-column: 2; grid-row: 2 / 4; }
    .mte-v2-hero-gallery--4 .mte-v2-hero-gallery__item--4 { grid-column: 1 / 3; grid-row: 3; }
    .mte-v2-section { padding: 22px 18px; margin-bottom: 14px; border-radius: 8px; scroll-margin-top: 132px; }
    #mte-v2-reviews,
    #mte-v2-departures { scroll-margin-top: 132px; }
    .mte-v2-section h2 { font-size: 27px; }
    .mte-v2-detail-grid { grid-template-columns: 1fr; }
    .mte-v2-details-section { padding: 18px; margin-bottom: 14px; }
    .mte-v2-personalize-cta { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 14px; padding: 22px 18px; border-radius: 8px; }
    .mte-v2-hotel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .mte-v2-hotel-card__body { min-height: 112px; padding: 13px; }
    .mte-v2-hotel-card__name { font-size: 15px; }
    .mte-v2-related__grid { grid-template-columns: 1fr; }
    .mte-v2-related__body { min-height: 0; }
    .mte-v2-day summary { grid-template-columns: max-content minmax(0, 1fr) 20px; gap: 10px; font-size: 14px; }
    .mte-v2-day__body { padding: 0 16px 18px; }
    .mte-v2-day summary { padding: 15px 16px; }
    .mte-v2-day__layout { grid-template-columns: 1fr; gap: 18px; }
    .mte-v2-day__featured-image { order: -1; }
    .mte-v2-day__featured-image img { aspect-ratio: 16 / 9; }
    .mte-v2-day-images { grid-template-columns: repeat(2, 1fr); }
    .mte-v2-booking-fallback { padding: 20px 16px; }
    .mte-v2-booking-form__grid { grid-template-columns: 1fr; }
    .mte-v2-booking-form__message { grid-column: auto; }
    .mte-v2-booking-form .mte-v2-button { width: 100%; }
    .mte-v2-booking-form__privacy { display: block; margin: 10px 0 0; text-align: center; }
    .mte-v2-moments { grid-auto-columns: 150px; }
    .mte-v2-hotel-grid { grid-template-columns: 1fr; }
    .mte-v2-hotel-card__body { min-height: 0; }
    .mte-v2-hotel-modal { align-items: flex-end; padding: 56px 0 0; }
    .mte-v2-hotel-modal__dialog { width: 100%; max-height: calc(100dvh - 56px); border-right: 0; border-bottom: 0; border-left: 0; border-radius: 18px 18px 0 0; animation-name: mte-v2-hotel-sheet-in; }
    .mte-v2-hotel-modal__dialog::before { position: absolute; top: 9px; left: 50%; z-index: 2; width: 38px; height: 4px; border-radius: 2px; background: rgba(40,37,34,.25); content: ""; transform: translateX(-50%); }
    .mte-v2-hotel-modal__media { max-height: 36vh; margin-top: 20px; aspect-ratio: 16 / 9; }
    .mte-v2-hotel-modal__content { padding: 20px 18px calc(22px + env(safe-area-inset-bottom)); }
    .mte-v2-hotel-modal__title { margin-bottom: 18px; font-size: 25px; }
    .mte-v2-hotel-modal__link { width: 100%; }
    .mte-tours-v2-page .mte-v2-hotel-modal__close { top: 28px; right: 12px; }
    .mte-v2-lightbox__dialog { grid-template-columns: 48px minmax(0, 1fr) 48px; padding: 48px 10px 20px; }
    .mte-v2-lightbox__prev,
    .mte-v2-lightbox__next { width: 40px; height: 40px; font-size: 34px; }
    .mte-v2-lightbox__close { top: 10px; right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .mte-v2-section-nav.is-fixed { animation: none; }
    .mte-v2-hotel-modal__backdrop,
    .mte-v2-hotel-modal__dialog { animation: none; }
}

@keyframes mte-v2-hotel-sheet-in { from { transform: translateY(100%); } to { transform: translateY(0); } }

@media (max-width: 1120px) {
    .mte-v2-tour-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mte-v2-tour-listing--grid .mte-v2-tour-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mte-v2-tour-listing--archive .mte-v2-tour-card { grid-template-columns: minmax(230px, 280px) minmax(0, 1fr); }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__media { grid-row: 1 / 3; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__action { grid-column: 2; padding-top: 0; border-left: 0; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__action p { margin-bottom: 12px; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__action > small { text-align: left; }
}

@media (max-width: 780px) {
    .mte-v2-archive-page { padding-bottom: 56px; }
    .mte-v2-archive-shell { width: min(calc(100% - 32px), 1440px); }
    .mte-v2-archive-hero { padding: 34px 0 26px; }
    .mte-v2-archive-hero h1 { font-size: 40px; }
    .mte-v2-archive-hero div div { font-size: 15px; }
    .mte-v2-tour-listing { padding-top: 22px; }
    .mte-v2-tour-filters { grid-template-columns: 1fr; gap: 12px; padding: 15px; border-radius: 10px; }
    .mte-v2-tour-filter-actions { grid-column: 1; }
    .mte-v2-tour-listing--grid .mte-v2-tour-cards { grid-template-columns: 1fr; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card,
    .mte-v2-tour-listing--grid .mte-v2-tour-card { display: block; min-height: 0; }
    .mte-v2-tour-listing--archive .mte-v2-tour-card__media,
    .mte-v2-tour-listing--grid .mte-v2-tour-card__media { display: block; width: 100%; height: 180px; min-height: 0; }
    .mte-v2-tour-card__body { padding: 20px; }
    .mte-v2-tour-card__excerpt { display: none; }
    .mte-v2-tour-card__facts { margin-top: 17px; }
    .mte-v2-tour-card__facts div,
    .mte-v2-tour-listing--grid .mte-v2-tour-card__facts div { grid-template-columns: 96px minmax(0, 1fr); }
    .mte-v2-tour-card__action,
    .mte-v2-tour-listing--archive .mte-v2-tour-card__action { display: block; padding: 0 20px 20px; border: 0; }
    .mte-v2-tour-card__action p { margin-bottom: 12px; }
    .mte-v2-tour-card__action > a { width: 100%; }
    .mte-v2-tour-card__action > small { display: none; }
    .mte-v2-tour-listing--featured { padding-top: 30px; }
    .mte-v2-tour-listing--featured .mte-v2-featured-heading { margin-bottom: 24px; text-align: left; }
    .mte-v2-tour-listing--featured .mte-v2-featured-heading h2 { font-size: clamp(31px, 9vw, 42px); }
    .mte-v2-tour-listing--featured .mte-v2-tour-cards { gap: 18px; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card { display: grid; grid-template-rows: 210px minmax(0, 1fr) auto; border-radius: 10px; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card__media { height: 210px; min-height: 210px; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card__body { padding: 21px 20px 16px; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card h2 { font-size: 22px; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card__facts div { grid-template-columns: 20px minmax(0, 1fr); }
    .mte-v2-tour-listing--featured .mte-v2-tour-card__action { display: flex; padding: 17px 20px 20px; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card__action > a { width: auto; }
}

@media (max-width: 430px) {
    .mte-v2-tour-listing--featured .mte-v2-tour-card { grid-template-rows: 195px minmax(0, 1fr) auto; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card__media { height: 195px; min-height: 195px; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card__action { align-items: center; flex-direction: row; }
    .mte-v2-tour-listing--featured .mte-v2-tour-card__action > a { width: auto; }
}
