:root{--xplora-green:#174c38;--xplora-green-dark:#123c2d;--xplora-text:#232a27;--xplora-muted:#68716c;--xplora-border:#dde3df;--xplora-soft:#f7f6f1;--xplora-hover:#edf5f0}
.xplora-search-widget-v2,.xplora-activity-section-v2,.xplora-destination-section-v2,.xplora-featured-section-v2,.xplora-discover-filters-v2,.xplora-discover-results-v2{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--xplora-text);box-sizing:border-box}.xplora-search-widget-v2 *,.xplora-activity-section-v2 *,.xplora-destination-section-v2 *,.xplora-featured-section-v2 *,.xplora-discover-filters-v2 *,.xplora-discover-results-v2 *{box-sizing:border-box}
/* Custom dropdown core */
.xplora-custom-dropdown{position:relative;min-width:0;background:#fff;border:1px solid #d8dcda;border-radius:14px;overflow:visible}.xplora-dropdown-native{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.xplora-dropdown-toggle{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;height:100%!important;border:0!important;background:transparent!important;color:#4b4e52!important;text-align:left!important;text-transform:none!important;cursor:pointer!important;outline:0!important}.xplora-dropdown-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xplora-dropdown-chevron{display:block;flex:0 0 auto;color:var(--xplora-green);transition:transform .18s ease}.xplora-dropdown-chevron svg{display:block;width:100%;height:100%}.xplora-custom-dropdown.is-open .xplora-dropdown-chevron{transform:rotate(180deg)}.xplora-dropdown-icon{position:absolute;top:50%;transform:translateY(-50%);display:block;color:var(--xplora-green);pointer-events:none;z-index:3}.xplora-dropdown-icon svg{display:block;width:100%;height:100%}.xplora-dropdown-menu{position:absolute;left:0;right:0;top:calc(100% + 9px);z-index:99999}.xplora-dropdown-menu[hidden]{display:none!important}.xplora-dropdown-menu-inner{background:#fff;border:1px solid #dfe6e2;border-radius:15px;box-shadow:0 18px 50px rgba(11,28,21,.18);padding:8px;max-height:330px;overflow:auto}.xplora-dropdown-option{appearance:none!important;-webkit-appearance:none!important;display:flex!important;align-items:center!important;gap:10px!important;width:100%!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#404742!important;text-align:left!important;text-transform:none!important;cursor:pointer!important;transition:background .15s ease,color .15s ease!important}.xplora-dropdown-option:hover,.xplora-dropdown-option:focus-visible,.xplora-dropdown-option.is-selected{background:var(--xplora-hover)!important;color:var(--xplora-green)!important;outline:0!important}.xplora-dropdown-check{width:18px;flex:0 0 18px;color:transparent}.xplora-dropdown-option.is-selected .xplora-dropdown-check{color:var(--xplora-green)}
/* Homepage search */
.xplora-search-panel{width:100%;display:grid;grid-template-columns:1.19fr 1.15fr 1.11fr 1fr;gap:18px;align-items:center;padding:22px;background:#fff;border-radius:20px;box-shadow:0 3px 14px rgba(0,0,0,.05);overflow:visible}.xplora-search-dropdown{height:74px}.xplora-search-dropdown .xplora-dropdown-icon{left:22px;width:27px;height:27px}.xplora-search-dropdown .xplora-dropdown-toggle{padding:0 48px 0 68px!important;font-size:25px!important;font-weight:600!important;line-height:1.15!important}.xplora-search-dropdown .xplora-dropdown-chevron{position:absolute;right:20px;top:50%;transform:translateY(-50%);width:20px;height:20px}.xplora-search-dropdown.is-open .xplora-dropdown-chevron{transform:translateY(-50%) rotate(180deg)}.xplora-search-dropdown .xplora-dropdown-option{padding:13px 14px!important;font-size:25px!important;font-weight:600!important;line-height:1.15!important}.xplora-search-submit{appearance:none;border:0;border-radius:14px;height:74px;padding:0 24px;background:var(--xplora-green);color:#fff;font-size:22px;font-weight:650;white-space:nowrap;cursor:pointer;text-transform:none!important}.xplora-search-submit:hover{background:var(--xplora-green-dark)}
/* Shared section heading */
.xplora-section-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.xplora-section-head h2{margin:0;font-size:30px;line-height:1.2;font-weight:750;letter-spacing:-.02em}.xplora-section-head>a{color:var(--xplora-green);font-size:18px;font-weight:650;text-decoration:underline;text-underline-offset:6px}
/* Activity */
.xplora-activity-grid-v2{--xplora-activity-columns:var(--xplora-activity-columns-desktop,7);--xplora-activity-gap:18px;display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:var(--xplora-activity-gap)}.xplora-activity-card-v2{flex:0 0 calc((100% - (var(--xplora-activity-columns) - 1) * var(--xplora-activity-gap)) / var(--xplora-activity-columns));min-width:0;max-width:100%;min-height:180px;background:#fbfaf6;border:1px solid #e6e1d7;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:18px;text-decoration:none!important;color:var(--xplora-green)!important;transition:transform .18s ease,box-shadow .18s ease}.xplora-activity-card-v2:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(17,53,40,.08)}.xplora-activity-card-v2 img{width:auto;max-width:min(92px,100%);height:76px;object-fit:contain}.xplora-activity-card-v2 span{max-width:100%;overflow-wrap:anywhere;font-size:19px;font-weight:700;text-align:center}
/* Destination */
.xplora-destination-grid-v2{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.xplora-destination-grid-v2.xplora-destination-count-1{grid-template-columns:minmax(0,1fr)}.xplora-destination-grid-v2.xplora-destination-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-destination-grid-v2.xplora-destination-count-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xplora-destination-grid-v2.xplora-destination-count-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xplora-destination-grid-v2.xplora-destination-count-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xplora-destination-grid-v2.xplora-destination-count-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xplora-destination-card-v2{position:relative;min-height:220px;border-radius:18px;overflow:hidden;background:#dfe8e2 center/cover no-repeat;text-decoration:none!important;display:flex;align-items:flex-end;justify-content:center;padding:24px}.xplora-destination-card-v2:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(8,25,18,.65),rgba(8,25,18,.05) 58%,rgba(8,25,18,.02))}.xplora-destination-card-v2 span{position:relative;z-index:1;color:#fff;font-size:22px;font-weight:750;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.25)}
/* Adventure cards */
.xplora-adventure-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.xplora-adventure-card-v2{background:#fff;border:1px solid #e2e6e3;border-radius:18px;overflow:hidden;box-shadow:0 7px 26px rgba(15,46,34,.06)}.xplora-adventure-image-v2{display:block;aspect-ratio:16/10;overflow:hidden;background:#e8eee9}.xplora-adventure-image-v2 img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.xplora-adventure-card-v2:hover .xplora-adventure-image-v2 img{transform:scale(1.035)}.xplora-image-placeholder{display:block;width:100%;height:100%;background:linear-gradient(145deg,#dfe9e2,#f1f5f2)}.xplora-adventure-body-v2{padding:22px}.xplora-adventure-destination-v2{color:var(--xplora-green);font-size:14px;font-weight:750;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.xplora-adventure-body-v2 h3{font-size:24px;line-height:1.25;margin:0 0 14px;font-weight:750}.xplora-adventure-body-v2 h3 a{color:var(--xplora-text);text-decoration:none}.xplora-adventure-meta-v2{display:flex;flex-wrap:wrap;gap:8px 12px;color:#656e69;font-size:14px;margin-bottom:18px}.xplora-adventure-meta-v2 span:not(:last-child):after{content:"•";margin-left:12px;color:#a2aaa5}.xplora-view-adventure-v2{color:var(--xplora-green);font-weight:700;text-decoration:none}
/* Discover filters */
.xplora-discover-filters-v2{background:#fff;border:1px solid #e0e5e2;border-radius:20px;padding:24px;box-shadow:0 6px 24px rgba(15,46,34,.055)}.xplora-discover-filter-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.xplora-discover-dropdown{height:64px}.xplora-discover-dropdown .xplora-dropdown-icon{left:18px;width:24px;height:24px}.xplora-discover-dropdown .xplora-dropdown-toggle{padding:0 44px 0 56px!important;font-size:17px!important;font-weight:650!important}.xplora-discover-dropdown .xplora-dropdown-chevron{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:18px;height:18px}.xplora-discover-dropdown.is-open .xplora-dropdown-chevron{transform:translateY(-50%) rotate(180deg)}.xplora-discover-dropdown .xplora-dropdown-option{padding:12px 12px!important;font-size:16px!important;font-weight:550!important}.xplora-discover-filter-actions-v2{display:flex;justify-content:flex-end;align-items:center;gap:18px;margin-top:18px}.xplora-clear-filters-v2{color:var(--xplora-green)!important;font-weight:650;text-decoration:underline!important;text-underline-offset:5px}.xplora-filter-submit-v2{appearance:none;border:0;border-radius:12px;background:var(--xplora-green);color:#fff;font-size:17px;font-weight:700;padding:15px 24px;cursor:pointer;text-transform:none!important}.xplora-filter-submit-v2:hover{background:var(--xplora-green-dark)}
/* Results toolbar / sorting */
.xplora-results-toolbar-v2{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:28px 0 22px}.xplora-results-count-v2{font-size:17px;text-transform:uppercase;letter-spacing:.03em;color:#4e5752}.xplora-sort-form-v2{display:flex;align-items:center;gap:10px}.xplora-sort-label-v2{font-size:15px;color:#68716c}.xplora-sort-dropdown{width:205px;height:48px;border-radius:12px}.xplora-sort-dropdown .xplora-dropdown-toggle{padding:0 42px 0 15px!important;font-size:15px!important;font-weight:650!important}.xplora-sort-dropdown .xplora-dropdown-chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:17px;height:17px}.xplora-sort-dropdown.is-open .xplora-dropdown-chevron{transform:translateY(-50%) rotate(180deg)}.xplora-sort-dropdown .xplora-dropdown-option{padding:11px 10px!important;font-size:14px!important}.xplora-sort-dropdown .xplora-dropdown-menu{min-width:215px;left:auto}
/* No results and pagination */
.xplora-no-results-v2{text-align:center;background:#f7f8f5;border:1px solid #e2e6e3;border-radius:18px;padding:54px 24px;margin-top:12px}.xplora-no-results-v2 h3{margin:0 0 10px;font-size:26px}.xplora-no-results-v2 p{margin:0 auto 20px;color:#67706b;max-width:570px}.xplora-no-results-v2 a{display:inline-block;background:var(--xplora-green);color:#fff;text-decoration:none;border-radius:11px;padding:12px 20px;font-weight:700}.xplora-pagination-v2{margin-top:34px}.xplora-pagination-v2 ul{display:flex;gap:8px;list-style:none;padding:0;margin:0;justify-content:center}.xplora-pagination-v2 a,.xplora-pagination-v2 span{min-width:40px;height:40px;border-radius:10px;border:1px solid #dfe4e1;display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--xplora-green);font-weight:650}.xplora-pagination-v2 .current{background:var(--xplora-green);color:#fff;border-color:var(--xplora-green)}
@media(max-width:1024px){.xplora-search-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-search-dropdown .xplora-dropdown-toggle{font-size:22px!important}.xplora-activity-grid-v2{--xplora-activity-columns:var(--xplora-activity-columns-tablet,4)}.xplora-destination-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}.xplora-adventure-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.xplora-search-panel{grid-template-columns:1fr;padding:16px;gap:10px;border-radius:16px}.xplora-search-dropdown,.xplora-search-submit{height:62px}.xplora-search-dropdown .xplora-dropdown-toggle{font-size:19px!important}.xplora-search-dropdown .xplora-dropdown-option{font-size:17px!important}.xplora-section-head{align-items:flex-start}.xplora-section-head h2{font-size:25px}.xplora-section-head>a{font-size:15px}.xplora-activity-grid-v2{--xplora-activity-columns:var(--xplora-activity-columns-mobile,2);--xplora-activity-gap:12px}.xplora-activity-card-v2{min-height:150px}.xplora-destination-grid-v2{grid-template-columns:1fr}.xplora-destination-card-v2{min-height:260px}.xplora-adventure-grid-v2{grid-template-columns:1fr}.xplora-discover-filters-v2{padding:14px;border-radius:18px}.xplora-discover-filter-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.xplora-discover-dropdown{height:58px;min-width:0}.xplora-discover-dropdown .xplora-dropdown-icon{left:13px;width:20px;height:20px}.xplora-discover-dropdown .xplora-dropdown-toggle{padding:0 34px 0 42px!important;font-size:15px!important;font-weight:650!important;min-width:0}.xplora-discover-dropdown .xplora-dropdown-chevron{right:11px;width:15px;height:15px}.xplora-discover-dropdown .xplora-dropdown-option{padding:11px 10px!important;font-size:15px!important}.xplora-discover-filter-actions-v2{justify-content:space-between;gap:12px;margin-top:14px}.xplora-clear-filters-v2{font-size:14px}.xplora-filter-submit-v2{font-size:15px;padding:13px 17px}.xplora-results-toolbar-v2{align-items:flex-start;flex-direction:column}.xplora-sort-form-v2{width:100%;justify-content:space-between}.xplora-sort-dropdown{flex:1;max-width:240px}}
/* Preserve the established homepage Adventure Search proportions from v1.8. */
.xplora-search-widget-v2{--xplora-v12-panel:#fff;--xplora-v12-text:#4b4e52;--xplora-v12-green:#17412f;--xplora-v12-border:#d7d9db;width:100%}
.xplora-search-widget-v2 .xplora-search-panel{padding:32px 28px!important;grid-template-columns:1.19fr 1.15fr 1.11fr 1fr!important;gap:22px!important;background:var(--xplora-v12-panel)!important;border-radius:22px!important;box-shadow:0 2px 13px rgba(0,0,0,.045)!important}
.xplora-search-widget-v2 .xplora-search-dropdown{height:100px!important;border-color:var(--xplora-v12-border)!important;border-radius:15px!important}
.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-icon{left:28px!important;width:38px!important;height:38px!important;color:var(--xplora-v12-green)!important}
.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-toggle{padding:0 62px 0 96px!important;font-size:32px!important;font-weight:600!important;line-height:1.1!important;letter-spacing:-.015em!important;color:var(--xplora-v12-text)!important}
.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-chevron{right:27px!important;width:27px!important;height:27px!important;color:var(--xplora-v12-green)!important}
.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-option{padding:14px 16px!important;font-size:32px!important;font-weight:600!important;line-height:1.1!important;letter-spacing:-.015em!important;color:var(--xplora-v12-text)!important}
.xplora-search-widget-v2 .xplora-search-submit{height:100px!important;border-radius:15px!important;background:var(--xplora-v12-green)!important;font-size:30px!important;font-weight:500!important;letter-spacing:-.012em!important}
@media(max-width:1024px){.xplora-search-widget-v2 .xplora-search-panel{grid-template-columns:repeat(2,minmax(0,1fr))!important}.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-toggle{font-size:26px!important}.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-option{font-size:26px!important;font-weight:600!important;line-height:1.1!important;letter-spacing:-.015em!important}.xplora-search-widget-v2 .xplora-search-submit{font-size:22px!important}}
@media(max-width:767px){.xplora-search-widget-v2 .xplora-search-panel{grid-template-columns:1fr!important;padding:18px!important;gap:12px!important;border-radius:16px!important}.xplora-search-widget-v2 .xplora-search-dropdown,.xplora-search-widget-v2 .xplora-search-submit{height:62px!important}.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-toggle{font-size:21px!important;padding-left:62px!important;padding-right:52px!important}.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-icon{left:19px!important;width:28px!important;height:28px!important}.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-chevron{right:18px!important;width:22px!important;height:22px!important}.xplora-search-widget-v2 .xplora-search-dropdown .xplora-dropdown-option{font-size:21px!important;font-weight:600!important;line-height:1.1!important;letter-spacing:-.015em!important;padding:12px 14px!important}.xplora-search-widget-v2 .xplora-search-submit{font-size:19px!important}}

.xplora-discover-results-v2{position:relative;transition:opacity .18s ease}
.xplora-discover-results-v2.is-loading{opacity:.55;pointer-events:none}
.xplora-discover-results-v2.is-loading::after{content:"Loading adventures...";position:absolute;top:10px;right:0;padding:8px 12px;border-radius:999px;background:rgba(23,65,47,.92);color:#fff;font-size:13px;font-weight:700;letter-spacing:.02em}

/* Xplora v3 single Adventure pages */
.xplora-single-main-v3,.xplora-single-hero-v3{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--xplora-text)}
.xplora-single-main-v3 *,.xplora-single-hero-v3 *{box-sizing:border-box}
.xplora-single-shell-v3{width:min(1180px,calc(100% - 40px));margin:0 auto}
.xplora-single-hero-v3{position:relative;min-height:620px;display:flex;align-items:flex-end;background:linear-gradient(135deg,#173b2e,#234c3d);overflow:hidden;color:#fff}
.xplora-single-hero-image-v3{position:absolute;inset:0}.xplora-single-hero-image-v3 img{width:100%;height:100%;object-fit:cover;display:block}
.xplora-single-hero-overlay-v3{position:absolute;inset:0;background:linear-gradient(to top,rgba(8,24,17,.88) 0%,rgba(8,24,17,.45) 52%,rgba(8,24,17,.12) 100%)}
.xplora-single-hero-content-v3{position:relative;z-index:2;padding:56px 0 46px}
.xplora-single-back-v3{display:inline-flex;color:#fff!important;text-decoration:none!important;font-size:15px;font-weight:650;margin-bottom:28px;opacity:.94}
.xplora-single-kicker-v3{text-transform:uppercase;letter-spacing:.12em;font-size:14px;font-weight:750;margin-bottom:12px;opacity:.95}
.xplora-single-hero-v3 h1{color:#fff;margin:0;max-width:900px;font-size:clamp(40px,6vw,76px);line-height:1.02;letter-spacing:-.045em;font-weight:780}
.xplora-single-lead-v3{max-width:780px;margin:20px 0 0;font-size:20px;line-height:1.55;color:rgba(255,255,255,.92)}
.xplora-single-statbar-v3{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:38px;border:1px solid rgba(255,255,255,.26);border-radius:16px;overflow:hidden;background:rgba(255,255,255,.10);backdrop-filter:blur(7px)}
.xplora-single-statbar-v3>div{padding:18px 20px;background:rgba(8,24,17,.12)}.xplora-single-statbar-v3 span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.76;margin-bottom:5px}.xplora-single-statbar-v3 strong{font-size:17px;color:#fff}
.xplora-single-main-v3{background:#fff;padding:20px 0 76px}
.xplora-single-section-v3{padding:52px 0;border-bottom:1px solid #e8ece9}.xplora-single-section-v3:last-child{border-bottom:0}.xplora-single-section-v3 h2{margin:0 0 24px;font-size:34px;line-height:1.15;letter-spacing:-.025em;color:#1f2924}.xplora-single-copy-v3{max-width:850px;font-size:18px;line-height:1.75;color:#4f5a54}.xplora-single-copy-v3 p:first-child{margin-top:0}.xplora-single-copy-v3 p:last-child{margin-bottom:0}.xplora-single-description-v3{margin-top:22px}
.xplora-facts-grid-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.xplora-fact-v3{padding:20px;border:1px solid #dfe5e1;border-radius:14px;background:#fafbf9}.xplora-fact-v3 span{display:block;color:#758078;font-size:12px;text-transform:uppercase;letter-spacing:.07em;margin-bottom:7px}.xplora-fact-v3 strong{font-size:17px;color:#233029}
.xplora-highlight-grid-v3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}.xplora-highlight-v3{display:flex;gap:12px;align-items:flex-start;padding:15px 0}.xplora-highlight-v3>span{width:26px;height:26px;flex:0 0 26px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#edf5f0;color:var(--xplora-green);font-size:14px;font-weight:800}.xplora-highlight-v3 p{margin:1px 0 0;font-size:17px;line-height:1.5;color:#3f4b44}
.xplora-month-grid-v3{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px}.xplora-month-v3{display:flex;align-items:center;justify-content:center;min-height:56px;border:1px solid #e0e5e2;border-radius:12px;background:#f7f8f6;color:#8a938e;font-size:14px;font-weight:700}.xplora-month-v3.is-best{background:var(--xplora-green);border-color:var(--xplora-green);color:#fff;box-shadow:0 5px 14px rgba(23,76,56,.15)}
.xplora-itinerary-v3{border-left:2px solid #dce6e0;margin-left:17px}.xplora-itinerary-row-v3{position:relative;display:grid;grid-template-columns:130px 1fr;gap:24px;padding:0 0 28px 32px}.xplora-itinerary-row-v3:before{content:"";position:absolute;left:-9px;top:5px;width:16px;height:16px;border-radius:50%;background:var(--xplora-green);border:4px solid #fff;box-shadow:0 0 0 1px #cdd9d2}.xplora-itinerary-day-v3{color:var(--xplora-green);font-weight:800}.xplora-itinerary-row-v3 h3{margin:0 0 6px;font-size:19px}.xplora-itinerary-row-v3 p{margin:0;color:#68726c;line-height:1.6}
.xplora-essentials-grid-v3{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.xplora-essential-card-v3{border:1px solid #dfe5e1;border-radius:16px;padding:25px;background:#fafbf9}.xplora-essential-card-v3 h3{margin:0 0 15px;font-size:21px}.xplora-essential-card-v3 ul{margin:0;padding-left:20px}.xplora-essential-card-v3 li{margin:8px 0;color:#4e5953}.xplora-essential-card-v3 p{color:#4e5953;line-height:1.65}
.xplora-gallery-grid-v3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.xplora-gallery-grid-v3 figure{margin:0;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:#eef2ef}.xplora-gallery-grid-v3 img{display:block;width:100%;height:100%;object-fit:cover}
.xplora-operator-card-v3{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:28px;border:1px solid #dce4df;border-radius:18px;background:#f7f8f4}.xplora-operator-card-v3 span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7b847f}.xplora-operator-card-v3 h3{margin:5px 0 6px;font-size:26px}.xplora-operator-card-v3 p{margin:0;color:#56615b}.xplora-operator-actions-v3{display:flex;gap:10px;flex-wrap:wrap}.xplora-primary-button-v3,.xplora-secondary-button-v3{display:inline-flex;align-items:center;justify-content:center;padding:13px 19px;border-radius:11px;text-decoration:none!important;font-weight:750}.xplora-primary-button-v3{background:var(--xplora-green);color:#fff!important}.xplora-secondary-button-v3{background:#fff;color:var(--xplora-green)!important;border:1px solid #ced9d2}.xplora-related-v3{padding-bottom:10px}
@media(max-width:900px){.xplora-single-hero-v3{min-height:560px}.xplora-single-statbar-v3{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-facts-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-month-grid-v3{grid-template-columns:repeat(6,minmax(0,1fr))}}
@media(max-width:767px){.xplora-single-shell-v3{width:min(100% - 28px,1180px)}.xplora-single-hero-v3{min-height:520px}.xplora-single-hero-content-v3{padding:40px 0 28px}.xplora-single-hero-v3 h1{font-size:42px}.xplora-single-lead-v3{font-size:17px}.xplora-single-statbar-v3{grid-template-columns:1fr 1fr;margin-top:28px}.xplora-single-statbar-v3>div{padding:15px}.xplora-single-section-v3{padding:38px 0}.xplora-single-section-v3 h2{font-size:28px}.xplora-single-copy-v3{font-size:16px}.xplora-facts-grid-v3,.xplora-highlight-grid-v3,.xplora-essentials-grid-v3{grid-template-columns:1fr}.xplora-month-grid-v3{grid-template-columns:repeat(4,minmax(0,1fr))}.xplora-itinerary-row-v3{grid-template-columns:1fr;gap:5px;padding-left:27px}.xplora-gallery-grid-v3{grid-template-columns:1fr 1fr}.xplora-operator-card-v3{align-items:flex-start;flex-direction:column}.xplora-operator-actions-v3{width:100%}.xplora-primary-button-v3,.xplora-secondary-button-v3{flex:1}}


/* Xplora v3.1 single Adventure layout fixes */
body.single-xplora_adventure .xplora-single-page-v31{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  flex:0 0 100%!important;
  clear:both!important;
  overflow:visible!important;
}
/* Some themes (including common Astra layouts) make the content container a flex row.
   The wrapper above keeps the Xplora hero and body together as one full-width child. */
body.single-xplora_adventure .site-content>.ast-container:has(>.xplora-single-page-v31),
body.single-xplora_adventure #content>.ast-container:has(>.xplora-single-page-v31){
  display:block!important;
  width:100%!important;
  max-width:none!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.single-xplora_adventure .xplora-single-page-v31>.xplora-single-hero-v3{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  flex:none!important;
}
body.single-xplora_adventure .xplora-single-page-v31>.xplora-single-main-v3{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
}
body.single-xplora_adventure .xplora-single-shell-v3{
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.single-xplora_adventure .xplora-single-overview-v3 .xplora-single-description-v3{
  margin-top:0!important;
}
body.single-xplora_adventure .xplora-related-v3,
body.single-xplora_adventure .xplora-related-v3 .xplora-adventure-grid-v2{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body.single-xplora_adventure .xplora-related-v3 .xplora-adventure-card-v2{
  width:100%!important;
  min-width:0!important;
}
@media(max-width:1024px){
  body.single-xplora_adventure .xplora-related-v3 .xplora-adventure-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  body.single-xplora_adventure .xplora-single-shell-v3{width:min(100% - 28px,1180px)!important}
  body.single-xplora_adventure .xplora-related-v3 .xplora-adventure-grid-v2{grid-template-columns:1fr!important}
}

/* Xplora v3.2 - compact Featured Adventures grid */
.xplora-featured-section-v2 .xplora-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}
.xplora-featured-section-v2 .xplora-section-head h2{margin:0}
.xplora-featured-section-v2 .xplora-featured-view-all-v32{color:var(--xplora-green);font-weight:700;text-decoration:underline;text-underline-offset:5px;white-space:nowrap}
.xplora-featured-section-v2 .xplora-featured-grid-v32{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.xplora-featured-section-v2 .xplora-adventure-card-v2{border-radius:14px}
.xplora-featured-section-v2 .xplora-adventure-image-v2{aspect-ratio:16/9}
.xplora-featured-section-v2 .xplora-adventure-body-v2{padding:15px 15px 16px}
.xplora-featured-section-v2 .xplora-adventure-destination-v2{font-size:12px;margin-bottom:6px}
.xplora-featured-section-v2 .xplora-adventure-body-v2 h3{font-size:18px;line-height:1.22;margin:0 0 9px}
.xplora-featured-section-v2 .xplora-adventure-meta-v2{font-size:12.5px;gap:5px 8px;margin-bottom:11px}
.xplora-featured-section-v2 .xplora-adventure-meta-v2 span:not(:last-child):after{margin-left:8px}
.xplora-featured-section-v2 .xplora-view-adventure-v2{font-size:13px}
@media(max-width:1200px){.xplora-featured-section-v2 .xplora-featured-grid-v32{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.xplora-featured-section-v2 .xplora-featured-grid-v32{grid-template-columns:1fr}.xplora-featured-section-v2 .xplora-section-head{align-items:flex-start}.xplora-featured-section-v2 .xplora-featured-view-all-v32{font-size:14px}.xplora-featured-section-v2 .xplora-adventure-body-v2 h3{font-size:20px}}


/* Xplora v3.3 - editorial Single Adventure layout */
body.single-xplora_adventure .xplora-story-v33{padding-top:58px}
body.single-xplora_adventure .xplora-story-v33 .xplora-single-copy-v3{max-width:920px}
body.single-xplora_adventure .xplora-story-v33 .xplora-single-copy-v3 p{margin-bottom:22px}
body.single-xplora_adventure .xplora-story-image-v33{margin:34px 0 36px;border-radius:20px;overflow:hidden;background:#eef2ef}
body.single-xplora_adventure .xplora-story-image-v33 img{display:block;width:100%;height:100%;object-fit:cover}
body.single-xplora_adventure .xplora-story-image-wide-v33{aspect-ratio:16/7}
body.single-xplora_adventure .xplora-story-image-pair-v33{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:32px 0 14px}
body.single-xplora_adventure .xplora-story-image-pair-v33 .xplora-story-image-v33{margin:0;aspect-ratio:4/3}
body.single-xplora_adventure .xplora-story-highlights-v33{margin-top:34px}
body.single-xplora_adventure .xplora-story-highlights-v33 h3{margin:0 0 10px;font-size:22px;line-height:1.25;color:#25312b}
body.single-xplora_adventure .xplora-story-highlights-second-v33{margin-top:20px}

body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px;align-items:start}
body.single-xplora_adventure .xplora-itinerary-layout-v33.no-route-image{display:block}
body.single-xplora_adventure .xplora-itinerary-route-v33{position:sticky;top:32px;margin:0;border:1px solid #e0e6e2;border-radius:20px;overflow:hidden;background:#f6f8f6;box-shadow:0 9px 28px rgba(18,60,45,.07)}
body.single-xplora_adventure .xplora-itinerary-route-v33 img{display:block;width:100%;height:auto;max-height:760px;object-fit:contain;background:#f6f8f6}
body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image .xplora-itinerary-v3{margin-left:9px}
body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image .xplora-itinerary-row-v3{grid-template-columns:90px 1fr;gap:16px;padding-left:27px}

body.single-xplora_adventure .xplora-essentials-stack-v33{display:grid;grid-template-columns:1fr;gap:20px}
body.single-xplora_adventure .xplora-bring-grid-v33{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:38px;row-gap:10px;margin:0!important;padding-left:22px!important}
body.single-xplora_adventure .xplora-bring-grid-v33 li{margin:0!important;padding-right:8px;line-height:1.55;break-inside:avoid}
body.single-xplora_adventure .xplora-requirements-card-v33{width:100%}
body.single-xplora_adventure .xplora-requirements-card-v33>div{max-width:980px}

@media(max-width:900px){
  body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image{grid-template-columns:1fr;gap:30px}
  body.single-xplora_adventure .xplora-itinerary-route-v33{position:relative;top:auto;max-width:720px}
  body.single-xplora_adventure .xplora-bring-grid-v33{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  body.single-xplora_adventure .xplora-story-image-wide-v33{aspect-ratio:4/3}
  body.single-xplora_adventure .xplora-story-image-pair-v33{grid-template-columns:1fr;gap:12px}
  body.single-xplora_adventure .xplora-story-image-pair-v33 .xplora-story-image-v33{aspect-ratio:16/10}
  body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image .xplora-itinerary-v3{margin-left:17px}
  body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image .xplora-itinerary-row-v3{grid-template-columns:1fr;gap:5px;padding-left:27px}
  body.single-xplora_adventure .xplora-bring-grid-v33{grid-template-columns:1fr}
}


/* Xplora v3.4 - single Adventure information model + illustrated overview */
body.single-xplora_adventure .xplora-single-statbar-v34{grid-template-columns:repeat(5,minmax(0,1fr))}
body.single-xplora_adventure .xplora-budget-stat-v34 strong{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:nowrap}
body.single-xplora_adventure .xplora-budget-notes-v34{display:block;font-size:18px;line-height:1;letter-spacing:1px;white-space:nowrap}
body.single-xplora_adventure .xplora-budget-label-v34{display:inline-block;white-space:nowrap}
body.single-xplora_adventure .xplora-overview-illustrated-v34{padding-top:58px}
body.single-xplora_adventure .xplora-overview-layout-v34.has-illustration{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:52px;align-items:start}
body.single-xplora_adventure .xplora-overview-layout-v34.no-illustration{display:block}
body.single-xplora_adventure .xplora-overview-copy-v34 h2{margin-bottom:24px}
body.single-xplora_adventure .xplora-overview-copy-v34 .xplora-single-copy-v3{max-width:none}
body.single-xplora_adventure .xplora-highlights-illustration-v34{margin:0;border-radius:22px;overflow:hidden;background:#f2f5f3;border:1px solid #e1e7e3;box-shadow:0 10px 30px rgba(18,60,45,.07)}
body.single-xplora_adventure .xplora-highlights-illustration-v34 img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover}
body.single-xplora_adventure .xplora-gallery-grid-v3{margin-top:4px}
@media(max-width:1000px){
  body.single-xplora_adventure .xplora-single-statbar-v34{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.single-xplora_adventure .xplora-overview-layout-v34.has-illustration{grid-template-columns:1fr;gap:30px}
  body.single-xplora_adventure .xplora-highlights-illustration-v34{max-width:760px}
}
@media(max-width:767px){
  body.single-xplora_adventure .xplora-single-statbar-v34{grid-template-columns:1fr 1fr}
  body.single-xplora_adventure .xplora-budget-notes-v34{font-size:16px}
  body.single-xplora_adventure .xplora-highlights-illustration-v34{border-radius:16px}
}


/* Xplora v3.6 - simplified marine life / wildlife sightings */
body.single-xplora_adventure .xplora-sightings-section-v35{padding-top:54px;padding-bottom:58px}
body.single-xplora_adventure .xplora-sightings-head-v35{margin-bottom:24px}
body.single-xplora_adventure .xplora-sightings-head-v35 h2{margin:0}
body.single-xplora_adventure .xplora-sightings-grid-v35{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
body.single-xplora_adventure .xplora-sighting-card-v35{min-width:0}
body.single-xplora_adventure .xplora-sighting-image-v35{margin:0;aspect-ratio:4/5;border-radius:16px;overflow:hidden;background:#edf2ef;border:1px solid #e1e8e4}
body.single-xplora_adventure .xplora-sighting-image-v35 img{display:block;width:100%;height:100%;object-fit:cover}
body.single-xplora_adventure .xplora-sighting-label-v35{display:block;padding:12px 2px 0;text-align:center}
body.single-xplora_adventure .xplora-sighting-label-v35 h3{margin:0;color:#1f2924;font-size:15px;line-height:1.3;font-weight:750;letter-spacing:-.01em;text-align:center}
@media(max-width:1024px){body.single-xplora_adventure .xplora-sightings-grid-v35{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 16px}}
@media(max-width:767px){body.single-xplora_adventure .xplora-sightings-head-v35{margin-bottom:20px}body.single-xplora_adventure .xplora-sightings-grid-v35{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}body.single-xplora_adventure .xplora-sighting-image-v35{border-radius:13px}body.single-xplora_adventure .xplora-sighting-label-v35{padding-top:9px}body.single-xplora_adventure .xplora-sighting-label-v35 h3{font-size:14px}}

/* v3.7 activity-specific Adventure hero stats */
body.single-xplora_adventure .xplora-single-statbar-v37>div{min-width:0}
body.single-xplora_adventure .xplora-single-statbar-v37>div>strong{line-height:1.25;overflow-wrap:anywhere}
body.single-xplora_adventure .xplora-single-statbar-v37.is-marine>div>strong,
body.single-xplora_adventure .xplora-single-statbar-v37.is-wildlife>div>strong,
body.single-xplora_adventure .xplora-single-statbar-v37.is-rafting>div>strong{font-size:16px}
@media(max-width:1100px){body.single-xplora_adventure .xplora-single-statbar-v37.is-marine,body.single-xplora_adventure .xplora-single-statbar-v37.is-wildlife,body.single-xplora_adventure .xplora-single-statbar-v37.is-rafting{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){body.single-xplora_adventure .xplora-single-statbar-v37.is-marine,body.single-xplora_adventure .xplora-single-statbar-v37.is-wildlife,body.single-xplora_adventure .xplora-single-statbar-v37.is-rafting{grid-template-columns:1fr 1fr}}


/* Xplora v3.8 - rafting-specific River Rafting Routes */
body.single-xplora_adventure .xplora-rafting-routes-section-v38 h2{margin-bottom:28px}
body.single-xplora_adventure .xplora-rafting-routes-v38{border-left-color:#d7e4dd}
body.single-xplora_adventure .xplora-rafting-route-row-v38{padding-bottom:30px}
body.single-xplora_adventure .xplora-rafting-route-label-v38{white-space:nowrap;color:var(--xplora-green);font-weight:800}
body.single-xplora_adventure .xplora-rafting-route-content-v38 h3{margin:0 0 8px;font-size:20px;line-height:1.3;color:#1f2924}
body.single-xplora_adventure .xplora-rafting-route-meta-v38{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px}
body.single-xplora_adventure .xplora-rafting-route-meta-v38 span{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border:1px solid #dce7e1;border-radius:999px;background:#f3f7f4;color:#2b5d49;font-size:13px;line-height:1.2;font-weight:700}
body.single-xplora_adventure .xplora-rafting-route-content-v38 p{margin:0;color:#68726c;line-height:1.6}
body.single-xplora_adventure .xplora-rafting-route-map-v38 img{max-height:820px}
@media(max-width:767px){
  body.single-xplora_adventure .xplora-rafting-route-meta-v38{gap:6px}
  body.single-xplora_adventure .xplora-rafting-route-meta-v38 span{font-size:12px;padding:5px 8px}
  body.single-xplora_adventure .xplora-rafting-route-content-v38 h3{font-size:18px}
}


/* Xplora v4.2 - Diving-specific Dive Sites section */
body.single-xplora_adventure .xplora-dive-sites-section-v42{padding-top:18px;padding-bottom:58px}
body.single-xplora_adventure .xplora-dive-sites-section-v42 h2{margin-bottom:24px}
body.single-xplora_adventure .xplora-dive-sites-figure-v42{margin:0;width:100%;overflow:hidden;border:1px solid #e1e7e3;border-radius:20px;background:#f3f6f4;box-shadow:0 10px 30px rgba(18,60,45,.06)}
body.single-xplora_adventure .xplora-dive-sites-image-v42{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
@media(max-width:767px){body.single-xplora_adventure .xplora-dive-sites-section-v42{padding-top:10px;padding-bottom:44px}body.single-xplora_adventure .xplora-dive-sites-figure-v42{border-radius:14px}}


/* Xplora v4.4 - expandable official permits & requirements */
body.single-xplora_adventure .xplora-requirements-card-v44{width:100%;padding:0!important;overflow:hidden}
body.single-xplora_adventure .xplora-requirements-summary-v44{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:26px 28px}
body.single-xplora_adventure .xplora-requirements-copy-v44{min-width:0}
body.single-xplora_adventure .xplora-requirements-copy-v44 h3{margin:0 0 8px;font-size:21px;line-height:1.25;color:#202c26}
body.single-xplora_adventure .xplora-requirements-copy-v44 p{margin:0;max-width:720px;color:#68716c;line-height:1.55}
body.single-xplora_adventure .xplora-requirements-toggle-v44{appearance:none;border:0;background:transparent;color:var(--xplora-green);display:inline-flex;align-items:center;gap:8px;padding:8px 0;font:700 15px/1.2 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;white-space:nowrap;cursor:pointer;text-decoration:none}
body.single-xplora_adventure .xplora-requirements-toggle-v44>span:first-child{text-decoration:underline;text-underline-offset:5px}
body.single-xplora_adventure .xplora-requirements-toggle-v44:hover{color:var(--xplora-green-dark)}
body.single-xplora_adventure .xplora-requirements-arrow-v44{display:inline-block;transition:transform .2s ease}
body.single-xplora_adventure .xplora-requirements-toggle-v44[aria-expanded="true"] .xplora-requirements-arrow-v44{transform:rotate(90deg)}
body.single-xplora_adventure .xplora-requirements-panel-v44{border-top:1px solid #e2e7e4;padding:24px 28px 28px;background:#fbfcfb}
body.single-xplora_adventure .xplora-requirements-panel-v44[hidden]{display:none!important}
body.single-xplora_adventure .xplora-requirements-checked-v44{margin:0 0 18px;color:#707973;font-size:13px;text-transform:uppercase;letter-spacing:.045em}
body.single-xplora_adventure .xplora-requirements-notes-v44{max-width:920px;margin-bottom:18px;color:#58635d}
body.single-xplora_adventure .xplora-requirements-notes-v44 p:last-child{margin-bottom:0}
body.single-xplora_adventure .xplora-requirements-links-v44{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-width:980px}
body.single-xplora_adventure .xplora-requirements-link-v44{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 17px;border:1px solid #dfe6e2;border-radius:12px;background:#fff;color:#20382e!important;text-decoration:none!important;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
body.single-xplora_adventure .xplora-requirements-link-v44:hover{border-color:#b8c9c0;box-shadow:0 5px 16px rgba(18,60,45,.06);transform:translateY(-1px)}
body.single-xplora_adventure .xplora-requirements-link-text-v44{display:flex;min-width:0;flex-direction:column;gap:4px}
body.single-xplora_adventure .xplora-requirements-link-text-v44 strong{font-size:15px;line-height:1.3}
body.single-xplora_adventure .xplora-requirements-link-text-v44 small{font-size:12.5px;color:#748079}
body.single-xplora_adventure .xplora-requirements-external-v44{flex:0 0 auto;font-size:18px;color:var(--xplora-green)}
@media(max-width:767px){
 body.single-xplora_adventure .xplora-requirements-summary-v44{align-items:flex-start;flex-direction:column;gap:14px;padding:22px 20px}
 body.single-xplora_adventure .xplora-requirements-toggle-v44{white-space:normal}
 body.single-xplora_adventure .xplora-requirements-panel-v44{padding:20px}
 body.single-xplora_adventure .xplora-requirements-links-v44{grid-template-columns:1fr}
}

/* Xplora v4.5 - Before You Go intro */
body.single-xplora_adventure .xplora-before-you-go-intro-v45{width:100%;max-width:none;margin:0 0 24px;color:#59635e;font-size:17px;line-height:1.75;box-sizing:border-box}
.xplora-before-you-go-intro-v45 p{margin:0}
@media(max-width:767px){.xplora-before-you-go-intro-v45{margin-bottom:18px;font-size:16px;line-height:1.7}}


/* Xplora v4.7 - Trail Running hero + Race Categories + requirements title case */
body.single-xplora_adventure .xplora-requirements-toggle-v44,
body.single-xplora_adventure .xplora-requirements-toggle-v44>span:first-child{ text-transform:none!important; }

body.single-xplora_adventure .xplora-single-statbar-v37.is-trail-running>div>strong{font-size:16px;line-height:1.3}
@media(max-width:1100px){body.single-xplora_adventure .xplora-single-statbar-v37.is-trail-running{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){body.single-xplora_adventure .xplora-single-statbar-v37.is-trail-running{grid-template-columns:1fr 1fr}}

body.single-xplora_adventure .xplora-race-categories-section-v47{padding-top:8px;padding-bottom:60px}
body.single-xplora_adventure .xplora-race-categories-section-v47>h2{margin-bottom:26px}
body.single-xplora_adventure .xplora-race-categories-grid-v47{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
body.single-xplora_adventure .xplora-race-category-card-v47{display:flex;flex-direction:column;min-width:0;min-height:430px;padding:24px 22px;border:1px solid rgba(255,255,255,.16);border-radius:20px;background:#17412f;color:#fff;box-shadow:0 9px 24px rgba(14,54,39,.10)}
body.single-xplora_adventure .xplora-race-category-card-v47.is-featured{background:#0f3324;border:2px solid #2d7658;box-shadow:0 12px 30px rgba(14,54,39,.16)}
body.single-xplora_adventure .xplora-race-badge-v47{align-self:flex-start;display:inline-flex;align-items:center;min-height:30px;padding:6px 12px;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:700;line-height:1.2;margin-bottom:24px}
body.single-xplora_adventure .xplora-race-category-card-v47 h3{margin:0 0 28px;color:#fff;font-size:38px;line-height:1.05;letter-spacing:-.025em}
body.single-xplora_adventure .xplora-race-metrics-v47{margin-top:auto;border-top:1px solid rgba(255,255,255,.16)}
body.single-xplora_adventure .xplora-race-metric-v47{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.14)}
body.single-xplora_adventure .xplora-race-metric-v47:last-child{border-bottom:0}
body.single-xplora_adventure .xplora-race-metric-v47 span{color:rgba(255,255,255,.78);font-size:14px;line-height:1.35}
body.single-xplora_adventure .xplora-race-metric-v47 strong{color:#fff;font-size:14px;line-height:1.35;text-align:right;font-weight:750;overflow-wrap:anywhere}
@media(max-width:1100px){body.single-xplora_adventure .xplora-race-categories-grid-v47{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){body.single-xplora_adventure .xplora-race-categories-section-v47{padding-bottom:46px}body.single-xplora_adventure .xplora-race-categories-grid-v47{grid-template-columns:1fr;gap:14px}body.single-xplora_adventure .xplora-race-category-card-v47{min-height:0;padding:22px 20px;border-radius:16px}body.single-xplora_adventure .xplora-race-category-card-v47 h3{font-size:34px;margin-bottom:24px}}


/* Xplora v4.9 - refined Trail Running race routes */
body.single-xplora_adventure .xplora-race-routes-section-v49{padding-top:0;padding-bottom:60px}
body.single-xplora_adventure .xplora-race-routes-section-v49>h2{margin-bottom:24px}
body.single-xplora_adventure .xplora-race-routes-grid-v49{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
body.single-xplora_adventure .xplora-race-routes-grid-v49.xplora-race-routes-count-1{grid-template-columns:1fr}
body.single-xplora_adventure .xplora-race-route-card-v49{margin:0;min-width:0}
body.single-xplora_adventure .xplora-race-route-open-v49{-webkit-appearance:none;appearance:none;position:relative;display:block;width:100%;padding:0;border:1px solid #dce4df;border-radius:18px;background:#102d22;overflow:hidden;cursor:pointer;box-shadow:0 8px 24px rgba(16,45,34,.07);text-align:left}
body.single-xplora_adventure .xplora-race-route-open-v49:focus-visible{outline:3px solid rgba(23,65,47,.24);outline-offset:3px}
body.single-xplora_adventure .xplora-race-route-image-v49{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center;transition:transform .28s ease,filter .28s ease}
body.single-xplora_adventure .xplora-race-route-open-v49::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,28,20,.28) 0%,rgba(7,28,20,0) 30%,rgba(7,28,20,0) 68%,rgba(7,28,20,.36) 100%);pointer-events:none}
body.single-xplora_adventure .xplora-race-route-title-v49{position:absolute;z-index:2;top:16px;left:16px;display:inline-flex;align-items:center;min-height:34px;padding:7px 13px;border-radius:999px;background:#17412f;color:#fff;font-size:14px;font-weight:750;line-height:1.15;box-shadow:0 4px 12px rgba(0,0,0,.12)}
body.single-xplora_adventure .xplora-race-route-view-v49{position:absolute;z-index:2;right:16px;bottom:15px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:9px;background:rgba(10,35,25,.88);color:#fff;font-size:13px;font-weight:700;line-height:1}
@media(hover:hover) and (pointer:fine){body.single-xplora_adventure .xplora-race-route-open-v49:hover .xplora-race-route-image-v49{transform:scale(1.025);filter:brightness(.96)}body.single-xplora_adventure .xplora-race-route-open-v49:hover{border-color:#b7c9bf}}
body.single-xplora_adventure .xplora-route-lightbox-v49[hidden]{display:none!important}
body.single-xplora_adventure .xplora-route-lightbox-v49{position:fixed;z-index:99999;inset:0;display:flex;align-items:center;justify-content:center;padding:28px}
body.single-xplora_adventure .xplora-route-lightbox-backdrop-v49{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(4,18,13,.82);cursor:zoom-out}
body.single-xplora_adventure .xplora-route-lightbox-dialog-v49{position:relative;z-index:1;width:min(1180px,94vw);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.32)}
body.single-xplora_adventure .xplora-route-lightbox-head-v49{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px 14px 20px;border-bottom:1px solid #e5e9e6}
body.single-xplora_adventure .xplora-route-lightbox-title-v49{color:#17261f;font-size:16px;line-height:1.25}
body.single-xplora_adventure .xplora-route-lightbox-close-v49{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#eef3f0;color:#17412f;font-size:26px;line-height:1;cursor:pointer}
body.single-xplora_adventure .xplora-route-lightbox-image-wrap-v49{min-height:0;overflow:auto;background:#f2f4f2;text-align:center}
body.single-xplora_adventure .xplora-route-lightbox-image-v49{display:block;max-width:100%;width:auto;height:auto;max-height:calc(90vh - 68px);margin:0 auto;object-fit:contain}
body.xplora-route-lightbox-open-v49{overflow:hidden}
@media(max-width:767px){body.single-xplora_adventure .xplora-race-routes-section-v49{padding-bottom:46px}body.single-xplora_adventure .xplora-race-routes-grid-v49{grid-template-columns:1fr;gap:18px}body.single-xplora_adventure .xplora-race-route-open-v49{border-radius:14px}body.single-xplora_adventure .xplora-race-route-title-v49{top:12px;left:12px;font-size:13px}body.single-xplora_adventure .xplora-race-route-view-v49{right:12px;bottom:12px}body.single-xplora_adventure .xplora-route-lightbox-v49{padding:14px}body.single-xplora_adventure .xplora-route-lightbox-dialog-v49{width:100%;max-height:92vh;border-radius:14px}body.single-xplora_adventure .xplora-route-lightbox-image-v49{max-height:calc(92vh - 68px)}}
@media(prefers-reduced-motion:reduce){body.single-xplora_adventure .xplora-race-route-image-v49{transition:none!important}}


/* Xplora v5.0 - Activities + Destinations directory system */
.xplora-directory-hub-v50,.xplora-directory-detail-v50{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--xplora-text);box-sizing:border-box}.xplora-directory-hub-v50 *,.xplora-directory-detail-v50 *{box-sizing:border-box}
.xplora-directory-hub-v50{width:min(1240px,calc(100% - 40px));margin:0 auto;padding:72px 0 80px}.xplora-directory-hub-head-v50{max-width:820px;margin-bottom:36px}.xplora-directory-hub-head-v50 h1{margin:0 0 14px;font-size:48px;line-height:1.08;letter-spacing:-.035em;color:#1d2923}.xplora-directory-hub-head-v50 p{margin:0;color:#65706a;font-size:18px;line-height:1.7}
.xplora-directory-grid-v50{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.xplora-directory-card-v50{position:relative;display:flex;min-height:360px;padding:28px;border-radius:22px;overflow:hidden;background:#dfe8e2 center/cover no-repeat;text-decoration:none!important;color:#fff!important;box-shadow:0 10px 30px rgba(15,46,34,.08);transition:transform .2s ease,box-shadow .2s ease}.xplora-directory-card-v50:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(15,46,34,.13)}.xplora-directory-card-overlay-v50{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,28,20,.05) 20%,rgba(8,28,20,.86) 100%)}.xplora-directory-card-content-v50{position:relative;z-index:1;display:flex;flex-direction:column;align-self:flex-end;width:100%;min-width:0}.xplora-directory-card-content-v50>strong{font-size:30px;line-height:1.1;letter-spacing:-.025em}.xplora-directory-card-copy-v50{margin-top:9px;max-width:95%;color:rgba(255,255,255,.86);font-size:14px;line-height:1.5}.xplora-directory-card-count-v50{margin-top:16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.72)}.xplora-directory-card-cta-v50{margin-top:10px;font-size:14px;font-weight:750;color:#fff}.xplora-directory-hub-destinations-v50 .xplora-directory-card-v50{min-height:430px}.xplora-directory-hub-destinations-v50 .xplora-directory-card-content-v50>strong{font-size:34px}
.xplora-directory-shell-v50{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}.xplora-directory-hero-v50{position:relative;min-height:480px;background:#123c2d center/cover no-repeat;color:#fff;display:flex;align-items:flex-end}.xplora-directory-hero-overlay-v50{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,20,13,.16),rgba(3,20,13,.78))}.xplora-directory-hero-content-v50{position:relative;z-index:1;padding:80px 0 62px}.xplora-directory-kicker-v50{margin-bottom:12px;font-size:13px;font-weight:750;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.74)}.xplora-directory-hero-v50 h1{margin:0;font-size:64px;line-height:1.02;letter-spacing:-.045em;color:#fff}.xplora-directory-tagline-v50{max-width:760px;margin:17px 0 0;font-size:20px;line-height:1.55;color:rgba(255,255,255,.9)}.xplora-directory-count-v50{display:inline-flex;margin-top:22px;padding:8px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(7,32,22,.26);font-size:13px;font-weight:700;color:#fff}
.xplora-directory-main-v50{padding:0 0 86px}.xplora-directory-intro-v50,.xplora-directory-cross-v50,.xplora-directory-adventures-v50{padding:58px 0;border-bottom:1px solid #e4e8e5}.xplora-directory-intro-v50{display:grid;grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:64px;align-items:start}.xplora-directory-intro-v50 h2,.xplora-directory-cross-v50 h2,.xplora-directory-adventures-v50 h2{margin:0;font-size:32px;line-height:1.18;letter-spacing:-.025em}.xplora-directory-intro-v50>div{max-width:800px;color:#5d6862;font-size:17px;line-height:1.78}.xplora-directory-intro-v50>div p:first-child{margin-top:0}.xplora-directory-intro-v50>div p:last-child{margin-bottom:0}
.xplora-directory-cross-v50 h2{margin-bottom:24px}.xplora-directory-pills-v50{display:flex;flex-wrap:wrap;gap:12px}.xplora-directory-pills-v50 a{display:inline-flex;align-items:center;gap:9px;padding:12px 16px;border:1px solid #d8e1dc;border-radius:999px;background:#f7f9f7;color:#17412f!important;text-decoration:none!important;font-size:14px;font-weight:700;transition:background .15s ease,border-color .15s ease}.xplora-directory-pills-v50 a:hover{background:#edf5f0;border-color:#bfcfc6}.xplora-directory-pills-v50 a span{font-size:15px}
.xplora-directory-adventures-v50 .xplora-section-head{margin-bottom:28px}.xplora-directory-adventure-grid-v50{grid-template-columns:repeat(3,minmax(0,1fr))}.xplora-directory-pagination-v50{margin-top:30px}.xplora-directory-discover-cta-v50{margin-top:58px;padding:32px 34px;border-radius:20px;background:#123c2d;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.xplora-directory-discover-cta-v50 span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.66)}.xplora-directory-discover-cta-v50 h2{margin:6px 0 0;color:#fff;font-size:26px;line-height:1.25}.xplora-directory-discover-cta-v50>a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border-radius:11px;background:#fff;color:#17412f!important;text-decoration:none!important;font-weight:750;white-space:nowrap}
@media(max-width:1024px){.xplora-directory-grid-v50{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-directory-adventure-grid-v50{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-directory-hero-v50 h1{font-size:54px}}
@media(max-width:767px){.xplora-directory-hub-v50{width:min(100% - 28px,1240px);padding:48px 0 58px}.xplora-directory-hub-head-v50 h1{font-size:38px}.xplora-directory-hub-head-v50 p{font-size:16px}.xplora-directory-grid-v50{grid-template-columns:1fr;gap:16px}.xplora-directory-card-v50,.xplora-directory-hub-destinations-v50 .xplora-directory-card-v50{min-height:340px;border-radius:17px}.xplora-directory-shell-v50{width:min(100% - 28px,1180px)}.xplora-directory-hero-v50{min-height:420px}.xplora-directory-hero-content-v50{padding:64px 0 42px}.xplora-directory-hero-v50 h1{font-size:44px}.xplora-directory-tagline-v50{font-size:17px}.xplora-directory-intro-v50{grid-template-columns:1fr;gap:18px}.xplora-directory-intro-v50,.xplora-directory-cross-v50,.xplora-directory-adventures-v50{padding:42px 0}.xplora-directory-intro-v50 h2,.xplora-directory-cross-v50 h2,.xplora-directory-adventures-v50 h2{font-size:28px}.xplora-directory-adventure-grid-v50{grid-template-columns:1fr}.xplora-directory-adventures-v50 .xplora-section-head{align-items:flex-start}.xplora-directory-discover-cta-v50{align-items:flex-start;flex-direction:column;padding:26px 22px}.xplora-directory-discover-cta-v50>a{width:100%}}


/* Xplora v5.1 - All Activities hub redesign */
body.xplora-activities-hub-page .entry-header,
body.xplora-activities-hub-page .page-header,
body.xplora-activities-hub-page h1.entry-title,
body.xplora-activities-hub-page .wp-block-post-title{display:none!important}
body.xplora-activities-hub-page .entry-content{margin-top:0!important}
body.xplora-activities-hub-page .site-content>.ast-container{max-width:100%!important;padding-left:0!important;padding-right:0!important}
body.xplora-activities-hub-page .site-main{width:100%!important;max-width:none!important}
body.xplora-activities-hub-page .content-area{width:100%!important;max-width:none!important}
body.xplora-activities-hub-page article.page{margin:0!important;padding:0!important;max-width:none!important;background:transparent!important}
body.xplora-activities-hub-page article.page>.entry-content{padding:0!important;max-width:none!important}

.xplora-activities-hub-v51{width:100vw!important;max-width:none!important;margin:0 calc(50% - 50vw)!important;padding:0!important;background:#fff;color:#1d2923}
.xplora-activities-shell-v51{width:min(1500px,calc(100% - 72px));margin:0 auto}
.xplora-activities-hero-v51{position:relative;display:flex;align-items:flex-end;min-height:440px;background:#173b2d center/cover no-repeat;color:#fff;overflow:hidden}
.xplora-activities-hero-v51:not(.has-image){background:linear-gradient(135deg,#203c31,#0f241c)}
.xplora-activities-hero-overlay-v51{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,23,17,.77) 0%,rgba(7,23,17,.52) 42%,rgba(7,23,17,.18) 72%,rgba(7,23,17,.3) 100%)}
.xplora-activities-hero-content-v51{position:relative;z-index:1;padding:78px 0 64px}
.xplora-activities-hero-content-v51 h1{max-width:880px;margin:0;color:#fff;font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,5.2vw,86px);font-weight:500;line-height:.98;letter-spacing:-.045em}
.xplora-activities-hero-content-v51 p{max-width:620px;margin:22px 0 0;color:rgba(255,255,255,.92);font-size:18px;line-height:1.55}

.xplora-activities-browse-v51{padding:40px 0 66px;background:#fff}
.xplora-activities-section-head-v51{margin-bottom:24px}
.xplora-activities-eyebrow-v51{margin-bottom:8px;color:#2e513e;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.xplora-activities-section-head-v51 h2{margin:0;color:#17261f;font-family:Georgia,"Times New Roman",serif;font-size:42px;font-weight:500;line-height:1.08;letter-spacing:-.035em}
.xplora-activities-grid-v51{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:14px;align-items:stretch}
.xplora-activity-card-v51{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e1e6e2;border-radius:8px;background:#fff;color:#17261f!important;text-decoration:none!important;box-shadow:0 5px 14px rgba(20,45,34,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.xplora-activity-card-media-v51{position:relative;display:flex;aspect-ratio:4/5;min-height:0;align-items:flex-end;overflow:hidden;background:#dbe3de center/cover no-repeat}
.xplora-activity-card-media-v51:not([style]){background:linear-gradient(160deg,#dfe7e2 5%,#9caba2 55%,#294236 100%)}
.xplora-activity-card-overlay-v51{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,14,0) 32%,rgba(5,20,14,.2) 55%,rgba(5,20,14,.86) 100%)}
.xplora-activity-card-content-v51{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;padding:16px 14px 15px;color:#fff}
.xplora-activity-card-content-v51 strong{font-family:Georgia,"Times New Roman",serif;font-size:23px;font-weight:500;line-height:1.02;letter-spacing:-.025em;color:#fff}
.xplora-activity-card-content-v51>span{display:-webkit-box;min-height:34px;margin-top:7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:rgba(255,255,255,.88);font-size:12px;line-height:1.4}
.xplora-activity-card-footer-v51{display:flex;min-height:42px;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;color:#264c39;font-size:12px;font-weight:750;background:#fff}
.xplora-activity-card-footer-v51>span:last-child{font-size:15px;transition:transform .18s ease}
@media(hover:hover) and (pointer:fine){.xplora-activity-card-v51:hover{transform:translateY(-3px);border-color:#c9d6ce;box-shadow:0 11px 25px rgba(20,45,34,.11)}.xplora-activity-card-v51:hover .xplora-activity-card-footer-v51>span:last-child{transform:translateX(3px)}}

@media(max-width:1279px){.xplora-activities-shell-v51{width:min(1180px,calc(100% - 48px))}.xplora-activities-grid-v51{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.xplora-activity-card-media-v51{aspect-ratio:5/6}}
@media(max-width:900px){.xplora-activities-hero-v51{min-height:390px}.xplora-activities-hero-content-v51{padding:62px 0 48px}.xplora-activities-hero-content-v51 h1{font-size:58px}.xplora-activities-grid-v51{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-activity-card-media-v51{aspect-ratio:4/5}.xplora-activities-section-head-v51 h2{font-size:38px}}
@media(max-width:600px){.xplora-activities-shell-v51{width:min(100% - 28px,1500px)}.xplora-activities-hero-v51{min-height:360px}.xplora-activities-hero-overlay-v51{background:linear-gradient(180deg,rgba(7,23,17,.24),rgba(7,23,17,.78))}.xplora-activities-hero-content-v51{padding:56px 0 38px}.xplora-activities-hero-content-v51 h1{font-size:48px}.xplora-activities-hero-content-v51 p{font-size:16px}.xplora-activities-browse-v51{padding:34px 0 48px}.xplora-activities-section-head-v51 h2{font-size:34px}.xplora-activities-grid-v51{grid-template-columns:1fr;gap:16px}.xplora-activity-card-media-v51{aspect-ratio:16/10}.xplora-activity-card-content-v51 strong{font-size:27px}}


/* Xplora v5.2 - WordPress-managed Activities hub polish */
body.xplora-activities-hub-page #content,
body.xplora-activities-hub-page .site-content,
body.xplora-activities-hub-page #primary,
body.xplora-activities-hub-page .content-area,
body.xplora-activities-hub-page .site-main,
body.xplora-activities-hub-page .site-content>.ast-container{
    margin-top:0!important;
    padding-top:0!important;
}
body.xplora-activities-hub-page #primary{margin-bottom:0!important;padding-bottom:0!important}
body.xplora-activities-hub-page .ast-article-single{padding-top:0!important}
.xplora-activities-shell-v51{width:min(1640px,calc(100% - 72px))}
.xplora-activities-grid-v51{gap:12px}
.xplora-activity-card-media-v51{aspect-ratio:5/6}
.xplora-activity-card-content-v51{padding:15px 13px 14px}
.xplora-activity-card-content-v51 strong{font-size:22px}
.xplora-activity-card-content-v51>span{min-height:31px;margin-top:6px;font-size:11.5px;line-height:1.36}
.xplora-activity-card-footer-v51{min-height:39px;padding:0 12px}
@media(max-width:1279px){.xplora-activities-shell-v51{width:min(1180px,calc(100% - 48px))}.xplora-activity-card-media-v51{aspect-ratio:16/11}.xplora-activity-card-content-v51>span{font-size:12px}}
@media(max-width:900px){.xplora-activity-card-media-v51{aspect-ratio:16/11}}
@media(max-width:600px){.xplora-activity-card-media-v51{aspect-ratio:16/10}}


/* Xplora v5.3 - WordPress-managed individual Activity landing pages */
body.tax-xplora_activity,body.tax-xplora_activity #page,body.tax-xplora_activity #content,body.tax-xplora_activity .site-content{background:#fff!important}
body.tax-xplora_activity .xplora-activity-page-v53{background:#fff;color:#111827}
.xplora-activity-shell-v53{width:min(1380px,calc(100% - 72px));margin:0 auto}
.xplora-activity-hero-v53{position:relative;min-height:500px;display:flex;align-items:flex-end;background:#2b4a3b center/cover no-repeat;color:#fff;overflow:hidden}
.xplora-activity-hero-overlay-v53{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,13,.72) 0%,rgba(4,18,13,.48) 43%,rgba(4,18,13,.14) 72%,rgba(4,18,13,.08) 100%)}
.xplora-activity-hero-content-v53{position:relative;z-index:1;padding:92px 0 62px}
.xplora-activity-breadcrumb-v53{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-bottom:13px;color:rgba(255,255,255,.88);font-size:14px}.xplora-activity-breadcrumb-v53 a{color:inherit!important;text-decoration:none!important}.xplora-activity-breadcrumb-v53 a:hover{text-decoration:underline!important}
.xplora-activity-hero-v53 h1{max-width:760px;margin:0;color:#fff;font-size:68px;line-height:.98;letter-spacing:-.045em;font-weight:800}
.xplora-activity-hero-v53 p{max-width:740px;margin:18px 0 0;color:#fff;font-size:25px;line-height:1.35}
.xplora-activity-hero-cta-v53{display:inline-flex;align-items:center;gap:12px;margin-top:28px;padding:15px 24px;border:1px solid rgba(255,255,255,.82);border-radius:7px;background:#18573e;color:#fff!important;text-decoration:none!important;font-size:16px;font-weight:750;box-shadow:0 4px 14px rgba(0,0,0,.14)}
.xplora-activity-main-v53 h2{margin:0;color:#101827;font-size:42px;line-height:1.08;letter-spacing:-.035em}
.xplora-activity-browse-v53{padding:48px 0 62px}.xplora-activity-browse-intro-v53{margin:8px 0 26px;color:#5b6167;font-size:20px;line-height:1.45}
.xplora-activity-filter-form-v53{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) auto;gap:14px;align-items:center;margin-bottom:26px}.xplora-activity-filter-form-v53 label{margin:0}.xplora-activity-filter-form-v53 select{width:100%;height:56px;padding:0 42px 0 18px;border:1px solid #cfd5d2;border-radius:7px;background-color:#fff;color:#20262a;font-size:15px;box-shadow:none}.xplora-activity-filter-form-v53 select:focus{border-color:#2c654d;outline:2px solid rgba(44,101,77,.12)}.xplora-activity-clear-v53{justify-self:end;color:#17533c!important;text-underline-offset:4px;font-size:14px;white-space:nowrap}
.xplora-activity-adventure-grid-v53{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.xplora-activity-adventure-item-v53.is-extra{display:none}.xplora-activity-adventure-grid-v53.is-expanded .xplora-activity-adventure-item-v53.is-extra{display:block}
.xplora-activity-adventure-card-v53{height:100%;overflow:hidden;border:1px solid #d8ddda;border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(17,40,29,.035)}.xplora-activity-adventure-image-v53{display:block;aspect-ratio:16/8.6;overflow:hidden;background:#e7ece8}.xplora-activity-adventure-image-v53 img,.xplora-activity-adventure-image-v53 .xplora-image-placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.xplora-activity-adventure-body-v53{padding:13px 16px 14px}.xplora-activity-adventure-destination-v53{margin-bottom:3px;color:#59635e;font-size:12px}.xplora-activity-adventure-body-v53 h3{margin:0;font-size:20px;line-height:1.17;letter-spacing:-.02em}.xplora-activity-adventure-body-v53 h3 a{color:#111827!important;text-decoration:none!important}.xplora-activity-adventure-foot-v53{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:15px;color:#222b27;font-size:13px}.xplora-activity-adventure-foot-v53>a{color:#111827!important;text-decoration:none!important;font-weight:600;white-space:nowrap}.xplora-activity-adventure-type-v53{color:#39423e}@media(hover:hover){.xplora-activity-adventure-card-v53:hover .xplora-activity-adventure-image-v53 img{transform:scale(1.025)}}
.xplora-activity-more-wrap-v53{text-align:center;margin-top:28px}.xplora-activity-more-v53{min-width:230px;min-height:52px;padding:0 24px;border:1px solid #1f6047;border-radius:6px;background:#fff;color:#153f30;font-weight:750;cursor:pointer}.xplora-activity-more-v53:hover{background:#f3f8f5}.xplora-activity-empty-v53{padding:42px 0;color:#5d6661}
.xplora-activity-destinations-v53{padding:28px 0 62px}.xplora-activity-destinations-v53 h2{margin-bottom:24px}.xplora-activity-destination-grid-v53{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.xplora-activity-destination-card-v53{position:relative;display:flex;min-height:205px;align-items:flex-end;overflow:hidden;border-radius:8px;background:#cbd8d0 center/cover no-repeat;color:#fff!important;text-decoration:none!important}.xplora-activity-destination-overlay-v53{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,14,.02) 35%,rgba(5,20,14,.75) 100%)}.xplora-activity-destination-card-v53 strong{position:relative;z-index:1;padding:18px 20px;font-size:22px;line-height:1.1}.xplora-activity-destination-card-v53 strong span{margin-left:5px}
.xplora-activity-before-v53{padding:42px 0 54px;background:#f1f5ee}.xplora-activity-before-v53 h2{font-size:34px;margin-bottom:28px}.xplora-activity-tips-v53{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.xplora-activity-tip-v53{display:grid;grid-template-columns:56px 1fr;gap:20px;padding:3px 38px 3px 0}.xplora-activity-tip-v53+ .xplora-activity-tip-v53{border-left:1px solid #cbd4cd;padding-left:38px}.xplora-activity-tip-icon-v53{display:block;width:50px;color:#102d22}.xplora-activity-tip-icon-v53 svg{display:block;width:100%;height:auto}.xplora-activity-tip-v53 h3{margin:0 0 8px;color:#111827;font-size:18px;line-height:1.25}.xplora-activity-tip-v53 p{margin:0;color:#58625d;font-size:14px;line-height:1.55}
@media(max-width:1100px){.xplora-activity-shell-v53{width:min(100% - 48px,1180px)}.xplora-activity-filter-form-v53{grid-template-columns:repeat(3,minmax(0,1fr))}.xplora-activity-clear-v53{justify-self:start}.xplora-activity-hero-v53 h1{font-size:58px}.xplora-activity-adventure-grid-v53{gap:18px}}
@media(max-width:800px){.xplora-activity-shell-v53{width:min(100% - 32px,760px)}.xplora-activity-hero-v53{min-height:430px}.xplora-activity-hero-content-v53{padding:68px 0 44px}.xplora-activity-hero-v53 h1{font-size:48px}.xplora-activity-hero-v53 p{font-size:19px}.xplora-activity-main-v53 h2{font-size:34px}.xplora-activity-filter-form-v53{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-activity-adventure-grid-v53{grid-template-columns:repeat(2,minmax(0,1fr))}.xplora-activity-destination-grid-v53{grid-template-columns:1fr}.xplora-activity-tips-v53{grid-template-columns:1fr}.xplora-activity-tip-v53,.xplora-activity-tip-v53+ .xplora-activity-tip-v53{border-left:0;border-top:1px solid #cbd4cd;padding:24px 0}.xplora-activity-tip-v53:first-child{border-top:0;padding-top:0}}
@media(max-width:560px){.xplora-activity-shell-v53{width:min(100% - 24px,540px)}.xplora-activity-hero-v53{min-height:390px}.xplora-activity-hero-v53 h1{font-size:42px}.xplora-activity-filter-form-v53{grid-template-columns:1fr}.xplora-activity-filter-form-v53 select{height:52px}.xplora-activity-adventure-grid-v53{grid-template-columns:1fr}.xplora-activity-adventure-image-v53{aspect-ratio:16/9}.xplora-activity-browse-v53{padding-top:38px}.xplora-activity-browse-intro-v53{font-size:17px}.xplora-activity-destination-card-v53{min-height:180px}.xplora-activity-before-v53 h2{font-size:30px}}


/* Xplora v5.5 - unified WordPress-managed Activities + Destinations hubs */
body.xplora-activities-hub-page .entry-header,
body.xplora-activities-hub-page .page-header,
body.xplora-activities-hub-page h1.entry-title,
body.xplora-activities-hub-page .wp-block-post-title,
body.xplora-destinations-hub-page .entry-header,
body.xplora-destinations-hub-page .page-header,
body.xplora-destinations-hub-page h1.entry-title,
body.xplora-destinations-hub-page .wp-block-post-title{display:none!important}
body.xplora-activities-hub-page .entry-content,
body.xplora-destinations-hub-page .entry-content{margin-top:0!important}
body.xplora-activities-hub-page #content,
body.xplora-activities-hub-page .site-content,
body.xplora-activities-hub-page #primary,
body.xplora-activities-hub-page .content-area,
body.xplora-activities-hub-page .site-main,
body.xplora-activities-hub-page .site-content>.ast-container,
body.xplora-destinations-hub-page #content,
body.xplora-destinations-hub-page .site-content,
body.xplora-destinations-hub-page #primary,
body.xplora-destinations-hub-page .content-area,
body.xplora-destinations-hub-page .site-main,
body.xplora-destinations-hub-page .site-content>.ast-container{max-width:100%!important;width:100%!important;margin-top:0!important;padding-top:0!important;padding-left:0!important;padding-right:0!important}
body.xplora-activities-hub-page #primary,
body.xplora-destinations-hub-page #primary{margin-bottom:0!important;padding-bottom:0!important}
body.xplora-activities-hub-page article.page,
body.xplora-destinations-hub-page article.page{margin:0!important;padding:0!important;max-width:none!important;background:transparent!important}
body.xplora-activities-hub-page article.page>.entry-content,
body.xplora-destinations-hub-page article.page>.entry-content{padding:0!important;max-width:none!important}

.xplora-hub-v55{width:100vw!important;max-width:none!important;margin:0 calc(50% - 50vw)!important;padding:0!important;background:#fff;color:var(--xplora-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}
.xplora-hub-v55 *{box-sizing:border-box}
.xplora-hub-shell-v55{width:min(1640px,calc(100% - 72px));margin:0 auto}
.xplora-hub-hero-v55{position:relative;display:flex;align-items:flex-end;min-height:440px;overflow:hidden;background:#173b2d center/cover no-repeat;color:#fff}
.xplora-hub-hero-v55:not(.has-image){background:linear-gradient(135deg,#203c31,#0f241c)}
.xplora-hub-hero-overlay-v55{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,23,17,.77) 0%,rgba(7,23,17,.52) 42%,rgba(7,23,17,.18) 72%,rgba(7,23,17,.30) 100%)}
.xplora-hub-hero-content-v55{position:relative;z-index:1;padding:78px 0 64px}
.xplora-hub-hero-content-v55 h1{max-width:900px;margin:0;color:#fff;font-family:inherit;font-size:clamp(50px,4.7vw,76px);font-weight:780;line-height:1.01;letter-spacing:-.045em}
.xplora-hub-hero-content-v55 p{max-width:680px;margin:18px 0 0;color:rgba(255,255,255,.92);font-family:inherit;font-size:18px;line-height:1.55}
.xplora-hub-browse-v55{padding:40px 0 66px;background:#fff}
.xplora-hub-section-head-v55{margin-bottom:24px}
.xplora-hub-eyebrow-v55{margin-bottom:8px;color:#2e513e;font-family:inherit;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.xplora-hub-section-head-v55 h2{margin:0;color:#17261f;font-family:inherit;font-size:42px;font-weight:780;line-height:1.08;letter-spacing:-.035em}
/* v6.9: equal card widths follow the rendered count; partial rows stay centered. */
.xplora-hub-grid-v55{--xplora-hub-columns:var(--xplora-hub-columns-desktop,1);--xplora-hub-gap:12px;display:flex;flex-wrap:wrap;justify-content:center;gap:var(--xplora-hub-gap);align-items:stretch}
.xplora-hub-destinations-v55 .xplora-hub-grid-v55{--xplora-hub-gap:20px}
.xplora-hub-card-v55{display:block;flex:0 0 calc((100% - (var(--xplora-hub-columns) - 1) * var(--xplora-hub-gap)) / var(--xplora-hub-columns));min-width:0;overflow:hidden;border:1px solid #e1e6e2;border-radius:9px;background:#fff;color:#fff!important;text-decoration:none!important;box-shadow:0 5px 14px rgba(20,45,34,.055);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.xplora-hub-card-media-v55{position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#dbe3de center/cover no-repeat}
.xplora-hub-card-media-v55:not([style]){background:linear-gradient(160deg,#dfe7e2 5%,#9caba2 55%,#294236 100%)}
.xplora-hub-activities-v55 .xplora-hub-card-media-v55{aspect-ratio:5/6}
.xplora-hub-destinations-v55 .xplora-hub-card-media-v55{aspect-ratio:16/10}
.xplora-hub-card-overlay-v55{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,20,14,0) 28%,rgba(5,20,14,.18) 54%,rgba(5,20,14,.88) 100%)}
.xplora-hub-card-content-v55{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;padding:18px 15px 16px;color:#fff}
.xplora-hub-card-content-v55 strong{font-family:inherit;font-size:22px;font-weight:760;line-height:1.08;letter-spacing:-.025em;color:#fff}
.xplora-hub-card-content-v55>span{display:-webkit-box;margin-top:7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:rgba(255,255,255,.88);font-family:inherit;font-size:11.5px;line-height:1.38}
.xplora-hub-destinations-v55 .xplora-hub-card-content-v55{padding:22px 20px 20px}
.xplora-hub-destinations-v55 .xplora-hub-card-content-v55 strong{font-size:28px}
.xplora-hub-destinations-v55 .xplora-hub-card-content-v55>span{max-width:90%;font-size:13px}
@media(hover:hover) and (pointer:fine){.xplora-hub-card-v55:hover{transform:translateY(-3px);border-color:#c9d6ce;box-shadow:0 11px 25px rgba(20,45,34,.11)}}
@media(max-width:1279px){.xplora-hub-shell-v55{width:min(1180px,calc(100% - 48px))}.xplora-hub-grid-v55{--xplora-hub-columns:var(--xplora-hub-columns-tablet,1)}.xplora-hub-activities-v55 .xplora-hub-grid-v55{--xplora-hub-gap:18px}.xplora-hub-activities-v55 .xplora-hub-card-media-v55{aspect-ratio:16/11}}
@media(max-width:900px){.xplora-hub-hero-v55{min-height:390px}.xplora-hub-hero-content-v55{padding:62px 0 48px}.xplora-hub-hero-content-v55 h1{font-size:52px}.xplora-hub-section-head-v55 h2{font-size:38px}.xplora-hub-activities-v55 .xplora-hub-grid-v55,.xplora-hub-destinations-v55 .xplora-hub-grid-v55{--xplora-hub-columns:var(--xplora-hub-columns-small,1);--xplora-hub-gap:18px}.xplora-hub-activities-v55 .xplora-hub-card-media-v55,.xplora-hub-destinations-v55 .xplora-hub-card-media-v55{aspect-ratio:16/11}}
@media(max-width:600px){.xplora-hub-shell-v55{width:min(100% - 28px,1640px)}.xplora-hub-hero-v55{min-height:360px}.xplora-hub-hero-overlay-v55{background:linear-gradient(180deg,rgba(7,23,17,.24),rgba(7,23,17,.78))}.xplora-hub-hero-content-v55{padding:56px 0 38px}.xplora-hub-hero-content-v55 h1{font-size:43px}.xplora-hub-hero-content-v55 p{font-size:16px}.xplora-hub-browse-v55{padding:34px 0 48px}.xplora-hub-section-head-v55 h2{font-size:32px}.xplora-hub-activities-v55 .xplora-hub-grid-v55,.xplora-hub-destinations-v55 .xplora-hub-grid-v55{--xplora-hub-columns:1;--xplora-hub-gap:16px}.xplora-hub-card-media-v55,.xplora-hub-activities-v55 .xplora-hub-card-media-v55,.xplora-hub-destinations-v55 .xplora-hub-card-media-v55{aspect-ratio:16/10}.xplora-hub-card-content-v55 strong,.xplora-hub-destinations-v55 .xplora-hub-card-content-v55 strong{font-size:25px}}


/* Xplora v5.6 - Discover full-width hero + Featured / All Adventures toggle */
body.xplora-discover-page-v56 #content,
body.xplora-discover-page-v56 .site-content,
body.xplora-discover-page-v56 #primary,
body.xplora-discover-page-v56 .content-area,
body.xplora-discover-page-v56 .site-main,
body.xplora-discover-page-v56 .site-content>.ast-container{max-width:100%!important;width:100%!important;padding-left:0!important;padding-right:0!important}
body.xplora-discover-page-v56 article.page,
body.xplora-discover-page-v56 article.page>.entry-content{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
body.xplora-discover-page-v56 .xplora-discover-hero-fullbleed-v56{width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;left:auto!important;right:auto!important}
body.xplora-discover-page-v56 .xplora-discover-hero-fullbleed-v56>.e-con-inner,
body.xplora-discover-page-v56 .xplora-discover-hero-fullbleed-v56>.elementor-container{width:100%!important;max-width:none!important}
body.xplora-discover-page-v56 .xplora-discover-hero-fullbleed-v56 .elementor-widget-image,
body.xplora-discover-page-v56 .xplora-discover-hero-fullbleed-v56 .elementor-widget-image .elementor-widget-container{width:100%!important;max-width:none!important}
body.xplora-discover-page-v56 .xplora-discover-hero-fullbleed-v56 .elementor-widget-image img{display:block!important;width:100%!important;max-width:none!important;height:auto}

.xplora-results-mode-v56{display:inline-flex;align-items:center;padding:4px;border:1px solid #d5ddd8;border-radius:13px;background:#f4f7f5;box-shadow:0 2px 8px rgba(15,46,34,.035)}
.xplora-results-mode-option-v56{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:9px;color:#506059!important;text-decoration:none!important;font-size:15px;font-weight:700;line-height:1;white-space:nowrap;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
.xplora-results-mode-option-v56.is-active{background:var(--xplora-green);color:#fff!important;box-shadow:0 3px 9px rgba(23,76,56,.18)}
@media(hover:hover) and (pointer:fine){.xplora-results-mode-option-v56:not(.is-active):hover{background:#e9efeb;color:var(--xplora-green)!important}}
@media(max-width:767px){.xplora-results-toolbar-v2{align-items:stretch;flex-direction:column}.xplora-results-mode-v56{width:100%}.xplora-results-mode-option-v56{flex:1;padding-left:12px;padding-right:12px}}


/* Xplora v5.7 - reliable Discover full-bleed hero + native Featured/All toggle */
body.xplora-discover-page-v57{overflow-x:hidden}
body.xplora-discover-page-v57 #content,
body.xplora-discover-page-v57 .site-content,
body.xplora-discover-page-v57 #primary,
body.xplora-discover-page-v57 .content-area,
body.xplora-discover-page-v57 .site-main{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
body.xplora-discover-page-v57 #content>.ast-container,
body.xplora-discover-page-v57 .site-content>.ast-container,
body.xplora-discover-page-v57 #content .ast-container,
body.xplora-discover-page-v57 .ast-separate-container .ast-article-single,
body.xplora-discover-page-v57 article.page,
body.xplora-discover-page-v57 article.page>.entry-content{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}
body.xplora-discover-page-v57 article.page>.entry-content>.elementor,
body.xplora-discover-page-v57 .entry-content>.elementor{width:100%!important;max-width:none!important;overflow:visible!important}

/* JS-targeted hero plus a first-Elementor-block fallback for cached/different Elementor markup. */
body.xplora-discover-page-v57 .xplora-discover-hero-fullbleed-v57,
body.xplora-discover-page-v57 .entry-content>.elementor>.elementor-element:first-child,
body.xplora-discover-page-v57 .entry-content>.elementor>.e-con:first-child,
body.xplora-discover-page-v57 .entry-content>.elementor>.elementor-section:first-child{position:relative!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-left:0!important;padding-right:0!important;overflow:hidden!important}
body.xplora-discover-page-v57 .xplora-discover-hero-fullbleed-v57>.e-con-inner,
body.xplora-discover-page-v57 .xplora-discover-hero-fullbleed-v57>.elementor-container,
body.xplora-discover-page-v57 .entry-content>.elementor>.elementor-element:first-child>.e-con-inner,
body.xplora-discover-page-v57 .entry-content>.elementor>.e-con:first-child>.e-con-inner,
body.xplora-discover-page-v57 .entry-content>.elementor>.elementor-section:first-child>.elementor-container{width:100%!important;max-width:none!important;padding-left:0!important;padding-right:0!important}
body.xplora-discover-page-v57 .xplora-discover-hero-fullbleed-v57 .elementor-widget-image,
body.xplora-discover-page-v57 .xplora-discover-hero-fullbleed-v57 .elementor-widget-image .elementor-widget-container,
body.xplora-discover-page-v57 .entry-content>.elementor>:first-child .elementor-widget-image,
body.xplora-discover-page-v57 .entry-content>.elementor>:first-child .elementor-widget-image .elementor-widget-container{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.xplora-discover-page-v57 .xplora-discover-hero-fullbleed-v57 .elementor-widget-image img,
body.xplora-discover-page-v57 .entry-content>.elementor>:first-child .elementor-widget-image img{display:block!important;width:100%!important;max-width:none!important;height:auto!important;margin:0!important}

.xplora-results-mode-v57{display:inline-flex;align-items:center;padding:4px;border:1px solid #d5ddd8;border-radius:13px;background:#f4f7f5;box-shadow:0 2px 8px rgba(15,46,34,.035)}
.xplora-results-mode-option-v57{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:9px;color:#506059!important;text-decoration:none!important;font-family:inherit;font-size:15px;font-weight:700;line-height:1;white-space:nowrap;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
.xplora-results-mode-option-v57.is-active{background:var(--xplora-green);color:#fff!important;box-shadow:0 3px 9px rgba(23,76,56,.18)}
@media(hover:hover) and (pointer:fine){.xplora-results-mode-option-v57:not(.is-active):hover{background:#e9efeb;color:var(--xplora-green)!important}}
@media(max-width:767px){.xplora-results-mode-v57{width:100%}.xplora-results-mode-option-v57{flex:1;padding-left:12px;padding-right:12px}}


/* Xplora v5.9 - reliable server-driven Discover view toggle */
.xplora-results-mode-form-v59{margin:0}
.xplora-results-mode-option-v59{-webkit-appearance:none;appearance:none;border:0;outline:0;font:inherit;cursor:pointer}
.xplora-results-mode-option-v59:focus-visible{outline:3px solid rgba(23,76,56,.18);outline-offset:2px}


/* Xplora v6.0 - native AJAX Featured / All Adventures toggle */
.xplora-results-toolbar-v2{position:relative!important;z-index:50!important;isolation:isolate!important;pointer-events:auto!important}
.xplora-results-mode-v60{position:relative!important;z-index:60!important;display:inline-flex!important;align-items:center!important;padding:4px!important;border:1px solid #d5ddd8!important;border-radius:13px!important;background:#f4f7f5!important;box-shadow:0 2px 8px rgba(15,46,34,.035)!important;pointer-events:auto!important;user-select:none!important;-webkit-user-select:none!important}
.xplora-results-mode-v60::before,.xplora-results-mode-v60::after{pointer-events:none!important}
.xplora-results-mode-option-v60{-webkit-appearance:none!important;appearance:none!important;position:relative!important;z-index:61!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:0 18px!important;margin:0!important;border:0!important;border-radius:9px!important;background:transparent!important;color:#506059!important;font-family:inherit!important;font-size:15px!important;font-weight:700!important;line-height:1!important;text-transform:none!important;text-decoration:none!important;white-space:nowrap!important;cursor:pointer!important;pointer-events:auto!important;touch-action:manipulation!important;transition:background .16s ease,color .16s ease,box-shadow .16s ease!important}
.xplora-results-mode-option-v60::before,.xplora-results-mode-option-v60::after{pointer-events:none!important}
.xplora-results-mode-option-v60.is-active{background:var(--xplora-green)!important;color:#fff!important;box-shadow:0 3px 9px rgba(23,76,56,.18)!important}
.xplora-results-mode-option-v60:focus-visible{outline:3px solid rgba(23,76,56,.20)!important;outline-offset:2px!important}
@media(hover:hover) and (pointer:fine){.xplora-results-mode-option-v60:not(.is-active):hover{background:#e9efeb!important;color:var(--xplora-green)!important}}
@media(max-width:767px){.xplora-results-mode-v60{width:100%!important}.xplora-results-mode-option-v60{flex:1!important;padding-left:12px!important;padding-right:12px!important}}


/* Xplora v6.1 - single native Featured / All Adventures AJAX toggle */
.xplora-results-toolbar-v2 .xplora-featured-toggle-v61{
  -webkit-appearance:none!important;
  appearance:none!important;
  position:relative!important;
  z-index:100!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:156px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 22px!important;
  border:1px solid var(--xplora-green)!important;
  border-radius:12px!important;
  background:var(--xplora-green)!important;
  color:#fff!important;
  font:700 15px/1 inherit!important;
  font-family:inherit!important;
  text-transform:none!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  touch-action:manipulation!important;
  box-shadow:0 4px 12px rgba(23,76,56,.14)!important;
  transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease!important;
}
.xplora-results-toolbar-v2 .xplora-featured-toggle-v61::before,
.xplora-results-toolbar-v2 .xplora-featured-toggle-v61::after{pointer-events:none!important}
.xplora-results-toolbar-v2 .xplora-featured-toggle-v61:hover{background:var(--xplora-green-dark)!important;border-color:var(--xplora-green-dark)!important}
.xplora-results-toolbar-v2 .xplora-featured-toggle-v61:active{transform:translateY(1px)!important;box-shadow:0 2px 7px rgba(23,76,56,.14)!important}
.xplora-results-toolbar-v2 .xplora-featured-toggle-v61:focus-visible{outline:3px solid rgba(23,76,56,.22)!important;outline-offset:3px!important}
.xplora-results-toolbar-v2 .xplora-featured-toggle-v61.is-featured-view{background:#fff!important;color:var(--xplora-green)!important}
.xplora-results-toolbar-v2 .xplora-featured-toggle-v61.is-featured-view:hover{background:#f3f7f5!important;color:var(--xplora-green-dark)!important}
@media(max-width:767px){.xplora-results-toolbar-v2 .xplora-featured-toggle-v61{width:100%!important;min-width:0!important}}


/* Xplora v6.2 - segmented Discover view control rendered inside Elementor Results widget */
.xplora-discover-results-v2 .xplora-results-toolbar-v2{position:relative!important;z-index:2!important;pointer-events:auto!important}
.xplora-discover-results-v2 .xplora-results-mode-v62{position:relative!important;z-index:3!important;display:inline-flex!important;align-items:center!important;gap:0!important;padding:4px!important;margin:0!important;border:1px solid #d5ddd8!important;border-radius:13px!important;background:#f4f7f5!important;box-shadow:0 2px 8px rgba(15,46,34,.035)!important;pointer-events:auto!important;isolation:isolate!important}
.xplora-discover-results-v2 .xplora-results-mode-v62::before,
.xplora-discover-results-v2 .xplora-results-mode-v62::after{pointer-events:none!important}
.xplora-discover-results-v2 button.xplora-results-mode-option-v62{-webkit-appearance:none!important;appearance:none!important;position:relative!important;z-index:4!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:108px!important;min-height:42px!important;padding:0 17px!important;margin:0!important;border:0!important;border-radius:9px!important;background:transparent!important;background-image:none!important;color:#506059!important;font-family:inherit!important;font-size:15px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;text-decoration:none!important;box-shadow:none!important;opacity:1!important;visibility:visible!important;cursor:pointer!important;pointer-events:auto!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;transition:background .16s ease,color .16s ease,box-shadow .16s ease!important}
.xplora-discover-results-v2 button.xplora-results-mode-option-v62::before,
.xplora-discover-results-v2 button.xplora-results-mode-option-v62::after{display:none!important;pointer-events:none!important}
.xplora-discover-results-v2 button.xplora-results-mode-option-v62.is-active{background:var(--xplora-green)!important;color:#fff!important;box-shadow:0 3px 9px rgba(23,76,56,.18)!important}
.xplora-discover-results-v2 button.xplora-results-mode-option-v62:focus-visible{outline:3px solid rgba(23,76,56,.20)!important;outline-offset:2px!important}
@media(hover:hover) and (pointer:fine){.xplora-discover-results-v2 button.xplora-results-mode-option-v62:not(.is-active):hover{background:#e9efeb!important;color:var(--xplora-green)!important}}
@media(max-width:767px){.xplora-discover-results-v2 .xplora-results-toolbar-v2{align-items:stretch!important;flex-direction:column!important}.xplora-discover-results-v2 .xplora-results-mode-v62{width:100%!important}.xplora-discover-results-v2 button.xplora-results-mode-option-v62{flex:1!important;min-width:0!important}}


/* Xplora v6.3 - Homepage search + destination polish */
@media(max-width:900px){
  .xplora-destination-grid-v2.xplora-destination-count-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
}
@media(max-width:700px){
  .xplora-destination-grid-v2.xplora-destination-count-3{grid-template-columns:1fr;gap:16px}
}


/* Xplora v6.9.2 - remove residual spacing above the Discover hero only */
body.xplora-discover-page-v57,
body.xplora-discover-page-v57 #page,
body.xplora-discover-page-v57 .site,
body.xplora-discover-page-v57 #content,
body.xplora-discover-page-v57 .site-content,
body.xplora-discover-page-v57 #primary,
body.xplora-discover-page-v57 .content-area,
body.xplora-discover-page-v57 .site-main,
body.xplora-discover-page-v57 #content > .ast-container,
body.xplora-discover-page-v57 .site-content > .ast-container,
body.xplora-discover-page-v57 article.page,
body.xplora-discover-page-v57 article.page > .entry-content,
body.xplora-discover-page-v57 .entry-content > .elementor {
  margin-top:0!important;
  padding-top:0!important;
}
body.xplora-discover-page-v57 #masthead,
body.xplora-discover-page-v57 .site-header,
body.xplora-discover-page-v57 .elementor-location-header {
  margin-bottom:0!important;
}
body.xplora-discover-page-v57 .entry-content > .elementor > .elementor-element:first-child,
body.xplora-discover-page-v57 .entry-content > .elementor > .e-con:first-child,
body.xplora-discover-page-v57 .entry-content > .elementor > .elementor-section:first-child,
body.xplora-discover-page-v57 .xplora-discover-hero-fullbleed-v57 {
  margin-top:0!important;
  padding-top:0!important;
}


/* Xplora v6.9.4 - dedicated Single Adventure tablet + mobile responsive pass */
body.single-xplora_adventure .xplora-single-page-v31,
body.single-xplora_adventure .xplora-single-main-v3,
body.single-xplora_adventure .xplora-single-section-v3,
body.single-xplora_adventure .xplora-single-shell-v3{min-width:0}
body.single-xplora_adventure .xplora-single-page-v31 img{max-width:100%}
body.single-xplora_adventure .xplora-single-copy-v3,
body.single-xplora_adventure .xplora-itinerary-row-v3,
body.single-xplora_adventure .xplora-requirements-card-v44,
body.single-xplora_adventure .xplora-race-category-card-v47{overflow-wrap:anywhere}

/* Tablet: preserve the editorial layout, but remove narrow multi-column pressure. */
@media (max-width:1100px) and (min-width:768px){
  body.single-xplora_adventure .xplora-single-shell-v3{width:min(1180px,calc(100% - 36px))!important}
  body.single-xplora_adventure .xplora-single-hero-content-v3{padding:48px 0 38px}
  body.single-xplora_adventure .xplora-single-hero-v3 h1{font-size:clamp(44px,6.2vw,62px);max-width:850px}
  body.single-xplora_adventure .xplora-single-lead-v3{max-width:760px;font-size:18px;line-height:1.55}
  body.single-xplora_adventure .xplora-single-statbar-v3,
  body.single-xplora_adventure .xplora-single-statbar-v34,
  body.single-xplora_adventure .xplora-single-statbar-v37,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-marine,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-wildlife,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-rafting,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-trail-running{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.single-xplora_adventure .xplora-single-statbar-v3>div{padding:16px 17px}
  body.single-xplora_adventure .xplora-single-section-v3{padding:46px 0}
  body.single-xplora_adventure .xplora-gallery-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  body.single-xplora_adventure .xplora-operator-card-v3{gap:20px}
  body.single-xplora_adventure .xplora-requirements-summary-v44{gap:22px}
  body.single-xplora_adventure .xplora-race-category-card-v47{min-height:0}
}

/* Mid-tablet: stack route + copy and requirements before they become cramped. */
@media (max-width:900px) and (min-width:768px){
  body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image,
  body.single-xplora_adventure .xplora-rafting-routes-layout-v38.has-route-image{grid-template-columns:1fr;gap:28px}
  body.single-xplora_adventure .xplora-itinerary-route-v33{position:relative;top:auto;width:100%;max-width:760px;margin-left:auto;margin-right:auto}
  body.single-xplora_adventure .xplora-bring-grid-v33{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px}
  body.single-xplora_adventure .xplora-requirements-summary-v44{align-items:flex-start;flex-direction:column;gap:12px}
  body.single-xplora_adventure .xplora-requirements-toggle-v44{min-height:44px}
}

/* Phones: content-led hero height, balanced stats, touch-friendly controls, no horizontal squeeze. */
@media (max-width:767px){
  body.single-xplora_adventure{overflow-x:hidden}
  body.single-xplora_adventure .xplora-single-shell-v3{width:min(100% - 28px,1180px)!important}
  body.single-xplora_adventure .xplora-single-hero-v3{min-height:0;align-items:flex-end}
  body.single-xplora_adventure .xplora-single-hero-content-v3{padding:30px 0 24px}
  body.single-xplora_adventure .xplora-single-back-v3{margin-bottom:18px;font-size:14px;line-height:1.35}
  body.single-xplora_adventure .xplora-single-kicker-v3{margin-bottom:9px;font-size:12px;line-height:1.45;letter-spacing:.09em}
  body.single-xplora_adventure .xplora-single-hero-v3 h1{font-size:clamp(34px,10vw,44px);line-height:1.04;letter-spacing:-.035em}
  body.single-xplora_adventure .xplora-single-lead-v3{margin-top:14px;font-size:16px;line-height:1.5}
  body.single-xplora_adventure .xplora-single-statbar-v3,
  body.single-xplora_adventure .xplora-single-statbar-v34,
  body.single-xplora_adventure .xplora-single-statbar-v37,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-marine,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-wildlife,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-rafting,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-trail-running{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:24px;border-radius:14px}
  body.single-xplora_adventure .xplora-single-statbar-v3>div{min-width:0;padding:14px 13px}
  body.single-xplora_adventure .xplora-single-statbar-v3>div:last-child:nth-child(odd){grid-column:1/-1}
  body.single-xplora_adventure .xplora-single-statbar-v3 span{font-size:10.5px;line-height:1.3;letter-spacing:.065em}
  body.single-xplora_adventure .xplora-single-statbar-v3 strong,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-marine>div>strong,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-wildlife>div>strong,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-rafting>div>strong,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-trail-running>div>strong{font-size:15px;line-height:1.28}
  body.single-xplora_adventure .xplora-budget-stat-v34 strong{gap:6px}
  body.single-xplora_adventure .xplora-budget-notes-v34{font-size:15px}

  body.single-xplora_adventure .xplora-single-main-v3{padding-top:8px;padding-bottom:52px}
  body.single-xplora_adventure .xplora-single-section-v3{padding:34px 0}
  body.single-xplora_adventure .xplora-single-section-v3 h2{margin-bottom:20px;font-size:clamp(26px,7.5vw,30px);line-height:1.18}
  body.single-xplora_adventure .xplora-single-copy-v3{font-size:16px;line-height:1.7}

  body.single-xplora_adventure .xplora-overview-layout-v34.has-illustration{grid-template-columns:1fr;gap:24px}
  body.single-xplora_adventure .xplora-highlights-illustration-v34{width:100%;max-width:none;border-radius:14px}
  body.single-xplora_adventure .xplora-highlights-illustration-v34 img{width:100%;max-height:none;object-fit:contain}

  body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image,
  body.single-xplora_adventure .xplora-rafting-routes-layout-v38.has-route-image{grid-template-columns:1fr;gap:22px}
  body.single-xplora_adventure .xplora-itinerary-route-v33{position:relative;top:auto;width:100%;max-width:none;border-radius:14px}
  body.single-xplora_adventure .xplora-itinerary-route-v33 img,
  body.single-xplora_adventure .xplora-rafting-route-map-v38 img{width:100%;height:auto;max-height:none;object-fit:contain}
  body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image .xplora-itinerary-v3{margin-left:12px}
  body.single-xplora_adventure .xplora-itinerary-row-v3,
  body.single-xplora_adventure .xplora-itinerary-layout-v33.has-route-image .xplora-itinerary-row-v3{grid-template-columns:1fr;gap:4px;padding:0 0 24px 24px}
  body.single-xplora_adventure .xplora-itinerary-row-v3 h3{font-size:18px;line-height:1.3}
  body.single-xplora_adventure .xplora-itinerary-row-v3 p{font-size:15px;line-height:1.6}
  body.single-xplora_adventure .xplora-rafting-route-label-v38{white-space:normal}
  body.single-xplora_adventure .xplora-rafting-route-meta-v38{gap:6px}

  body.single-xplora_adventure .xplora-dive-sites-section-v42{padding-top:8px;padding-bottom:38px}
  body.single-xplora_adventure .xplora-dive-sites-figure-v42{border-radius:12px;box-shadow:0 6px 18px rgba(18,60,45,.05)}
  body.single-xplora_adventure .xplora-dive-sites-image-v42{width:100%;height:auto}
  body.single-xplora_adventure .xplora-sightings-grid-v35{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}
  body.single-xplora_adventure .xplora-sighting-image-v35{border-radius:12px}
  body.single-xplora_adventure .xplora-sighting-label-v35 h3{font-size:13.5px}

  body.single-xplora_adventure .xplora-month-grid-v3{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
  body.single-xplora_adventure .xplora-month-v3{min-height:48px;border-radius:10px;font-size:13px}

  body.single-xplora_adventure .xplora-before-you-go-intro-v45{margin-bottom:18px;font-size:16px;line-height:1.7}
  body.single-xplora_adventure .xplora-bring-grid-v33{grid-template-columns:1fr;row-gap:9px;padding-left:20px!important}
  body.single-xplora_adventure .xplora-essential-card-v3{padding:20px;border-radius:14px}
  body.single-xplora_adventure .xplora-requirements-summary-v44{align-items:flex-start;flex-direction:column;gap:10px;padding:20px 18px}
  body.single-xplora_adventure .xplora-requirements-toggle-v44{min-height:44px;padding:10px 0;white-space:normal}
  body.single-xplora_adventure .xplora-requirements-panel-v44{padding:18px}
  body.single-xplora_adventure .xplora-requirements-links-v44{grid-template-columns:1fr;gap:10px}
  body.single-xplora_adventure .xplora-requirements-link-v44{min-height:52px;padding:13px 14px}

  body.single-xplora_adventure .xplora-gallery-grid-v3{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  body.single-xplora_adventure .xplora-gallery-grid-v3 figure{border-radius:11px}

  body.single-xplora_adventure .xplora-race-categories-section-v47{padding-bottom:42px}
  body.single-xplora_adventure .xplora-race-category-card-v47{min-height:0;padding:20px 18px;border-radius:15px}
  body.single-xplora_adventure .xplora-race-badge-v47{margin-bottom:18px}
  body.single-xplora_adventure .xplora-race-category-card-v47 h3{margin-bottom:20px;font-size:30px}
  body.single-xplora_adventure .xplora-race-metric-v47{grid-template-columns:minmax(0,1fr) minmax(88px,44%);gap:10px;padding:11px 0}
  body.single-xplora_adventure .xplora-race-metric-v47 span,
  body.single-xplora_adventure .xplora-race-metric-v47 strong{font-size:13px}
  body.single-xplora_adventure .xplora-race-routes-section-v49{padding-bottom:42px}
  body.single-xplora_adventure .xplora-race-routes-grid-v49{grid-template-columns:1fr;gap:16px}
  body.single-xplora_adventure .xplora-race-route-open-v49{border-radius:13px}
  body.single-xplora_adventure .xplora-race-route-title-v49{top:11px;left:11px;max-width:calc(100% - 22px);font-size:12.5px}
  body.single-xplora_adventure .xplora-race-route-view-v49{right:11px;bottom:11px;font-size:12px}
  body.single-xplora_adventure .xplora-route-lightbox-v49{padding:10px}
  body.single-xplora_adventure .xplora-route-lightbox-dialog-v49{width:100%;max-height:94vh;border-radius:12px}
  body.single-xplora_adventure .xplora-route-lightbox-head-v49{padding:10px 10px 10px 14px}
  body.single-xplora_adventure .xplora-route-lightbox-close-v49{width:44px;height:44px}
  body.single-xplora_adventure .xplora-route-lightbox-image-v49{max-height:calc(94vh - 65px)}

  body.single-xplora_adventure .xplora-operator-card-v3{align-items:flex-start;flex-direction:column;gap:20px;padding:22px 18px;border-radius:14px}
  body.single-xplora_adventure .xplora-operator-actions-v3{width:100%;display:grid;grid-template-columns:1fr;gap:9px}
  body.single-xplora_adventure .xplora-primary-button-v3,
  body.single-xplora_adventure .xplora-secondary-button-v3{width:100%;min-height:46px}

  body.single-xplora_adventure .xplora-related-v3 .xplora-adventure-grid-v2{grid-template-columns:1fr!important;gap:18px}
}

/* Small phones: keep labels and month cells readable without horizontal overflow. */
@media (max-width:390px){
  body.single-xplora_adventure .xplora-single-shell-v3{width:calc(100% - 20px)!important}
  body.single-xplora_adventure .xplora-single-hero-v3 h1{font-size:34px}
  body.single-xplora_adventure .xplora-single-statbar-v3>div{padding:13px 10px}
  body.single-xplora_adventure .xplora-single-statbar-v3 strong,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-marine>div>strong,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-wildlife>div>strong,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-rafting>div>strong,
  body.single-xplora_adventure .xplora-single-statbar-v37.is-trail-running>div>strong{font-size:14px}
  body.single-xplora_adventure .xplora-month-grid-v3{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.single-xplora_adventure .xplora-gallery-grid-v3{gap:7px}
  body.single-xplora_adventure .xplora-race-route-title-v49{font-size:12px}
}


/* Xplora v6.9.6 - homepage mobile: center search + shorter destination cards */
@media (max-width: 767px){
  .elementor-widget-xplora_adventure_search{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    inset-inline:auto!important;
    transform:none!important;
    translate:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    width:100%!important;
    max-width:calc(100vw - 24px)!important;
  }
  .elementor-widget-xplora_adventure_search > .elementor-widget-container{
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    transform:none!important;
  }
  .xplora-search-widget-v2{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .xplora-destination-card-v2{
    min-height:180px!important;
  }
}


/* Xplora v6.9.10 - mobile Single Adventure hero clearance + 4-column months */
@media (max-width:767px){
  /* Keep hero copy below the mobile site header while preserving the existing hero composition. */
  body.single-xplora_adventure .xplora-single-hero-content-v3{
    padding-top:104px!important;
  }

  /* Best Time To Go: always 4 columns / 3 rows on phones. */
  body.single-xplora_adventure .xplora-month-grid-v3{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:7px!important;
  }
  body.single-xplora_adventure .xplora-month-v3{
    min-height:46px!important;
    padding-left:4px!important;
    padding-right:4px!important;
    font-size:12.5px!important;
  }
}

@media (max-width:390px){
  /* Override the older small-phone 3-column rule. */
  body.single-xplora_adventure .xplora-month-grid-v3{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;
  }
  body.single-xplora_adventure .xplora-month-v3{
    min-height:44px!important;
    font-size:12px!important;
  }
}


/* Xplora v6.9.14 - Selected Single Adventure section image lightbox */
body.single-xplora_adventure .xplora-section-image-open-v6914{
  -webkit-appearance:none;appearance:none;display:block;width:100%;margin:0;padding:0;border:0;background:transparent;text-align:inherit;cursor:zoom-in;
}
body.single-xplora_adventure .xplora-section-image-open-v6914 img{display:block;width:100%;height:auto}
body.single-xplora_adventure .xplora-section-image-lightbox-v6914[hidden]{display:none!important}
body.single-xplora_adventure .xplora-section-image-lightbox-v6914{
  position:fixed;z-index:100000;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;
}
body.single-xplora_adventure .xplora-section-image-lightbox-backdrop-v6914{
  position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(4,18,13,.88);cursor:zoom-out;
}
body.single-xplora_adventure .xplora-section-image-lightbox-dialog-v6914{
  position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:min(1200px,95vw);height:min(900px,92vh);background:transparent;
}
body.single-xplora_adventure .xplora-section-image-lightbox-stage-v6914{
  display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch;
}
body.single-xplora_adventure .xplora-section-image-lightbox-image-v6914{
  display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;box-shadow:0 18px 60px rgba(0,0,0,.35);border-radius:10px;
}
body.single-xplora_adventure .xplora-section-image-lightbox-close-v6914{
  -webkit-appearance:none;appearance:none;position:absolute;z-index:2;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#fff;color:#17412f;font-size:29px;line-height:1;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.18);
}
body.xplora-section-image-lightbox-open-v6914{overflow:hidden}
@media(max-width:767px){
  body.single-xplora_adventure .xplora-section-image-lightbox-v6914{padding:12px}
  body.single-xplora_adventure .xplora-section-image-lightbox-dialog-v6914{width:100%;height:94vh}
  body.single-xplora_adventure .xplora-section-image-lightbox-close-v6914{top:calc(env(safe-area-inset-top, 0px) + 8px);right:6px;width:46px;height:46px}
  body.single-xplora_adventure .xplora-section-image-lightbox-stage-v6914{padding-top:calc(env(safe-area-inset-top, 0px) + 58px);padding-bottom:env(safe-area-inset-bottom, 0px)}
  body.single-xplora_adventure .xplora-section-image-lightbox-image-v6914{border-radius:8px}
}
