:root {
	--tour-v2-green: #173d2a;
	--tour-v2-green-soft: #eef4ef;
	--tour-v2-orange: #ffc107;
	--tour-v2-orange-dark: #d6a100;
	--tour-v2-cta: #788fff;
	--tour-v2-cta-hover: #5f73e6;
	--tour-v2-cta-ink: #fff;
	--tour-v2-ink: #171b18;
	--tour-v2-muted: #616862;
	--tour-v2-line: #e5e8e5;
	--tour-v2-surface: #f7f8f7;
	--tour-v2-white: #fff;
	--tour-v2-shadow: 0 8px 24px rgba(22, 43, 29, 0.08);
}

body.tour-product-v2-active {
	background: var(--tour-v2-white);
	color: var(--tour-v2-ink);
	font-family: "Source Sans Pro", Arial, sans-serif;
}

body.tour-product-v2-active #hero {
	position: absolute;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	min-height: 0;
	background-color: transparent !important;
	background-image: none !important;
	pointer-events: none;
}

body.tour-product-v2-active #hero #masthead {
	width: calc(100% - 24px);
	margin: 12px;
	overflow: hidden;
	background: rgba(7, 15, 11, 0.72) !important;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	pointer-events: auto;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: width 180ms ease, margin 180ms ease, border-radius 180ms ease, background-color 180ms ease;
}

body.tour-product-v2-active #hero #masthead.fixed-header {
	width: 100%;
	margin: 0;
	background: rgba(7, 15, 11, 0.94) !important;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

body.tour-product-v2-active #hero .hero-overlay {
	display: none;
}

body.tour-product-v2-active > .whastsapp-cta,
body.tour-product-v2-active .whastsapp-cta {
	display: none !important;
}

body.tour-product-v2-active #page {
	overflow: visible;
}

body.tour-product-v2-active .site-footer {
	margin-bottom: 0;
}

.tour-v2 *,
.tour-v2-mobile-header *,
.tour-v2-sticky-purchase * {
	box-sizing: border-box;
}

.tour-v2-container {
	width: min(100%, 920px);
	margin: 0 auto;
	padding: 0 20px;
}

.tour-v2-mobile-header {
	position: relative;
	z-index: 20;
	display: grid;
	grid-template-columns: 44px 1fr auto;
	align-items: center;
	min-height: 62px;
	padding: 7px 14px;
	background: var(--tour-v2-white);
	border-bottom: 1px solid var(--tour-v2-line);
}

.tour-v2-brand {
	justify-self: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tour-v2-brand img {
	display: block;
	width: auto;
	max-width: 142px;
	max-height: 42px;
	filter: brightness(0) saturate(100%) invert(20%) sepia(18%) saturate(1308%) hue-rotate(97deg) brightness(91%) contrast(92%);
}

.tour-v2-header-actions {
	display: flex;
	align-items: center;
	gap: 2px;
}

.tour-v2-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	color: var(--tour-v2-green);
	font-size: 18px;
	text-decoration: none;
	background: transparent;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease;
}

.tour-v2-icon-button:hover,
.tour-v2-icon-button:focus-visible {
	color: var(--tour-v2-green);
	background: var(--tour-v2-green-soft);
	outline: none;
}

.tour-v2-favourite[aria-pressed="true"] {
	color: var(--tour-v2-orange);
}

.tour-v2-share.is-confirmed {
	color: var(--tour-v2-orange);
}

.tour-v2 {
	padding-bottom: 110px;
	background: var(--tour-v2-white);
}

.tour-v2 h1,
.tour-v2 h2,
.tour-v2 h3,
.tour-v2 p,
.tour-v2 figure {
	margin-top: 0;
}

.tour-v2 h1 {
	margin-bottom: 10px;
	color: var(--tour-v2-ink);
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: clamp(26px, 7vw, 38px);
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.tour-v2 h2 {
	margin-bottom: 17px;
	color: var(--tour-v2-ink);
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.25;
}

.tour-v2 h3 {
	margin-bottom: 3px;
	color: var(--tour-v2-ink);
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.tour-v2 p,
.tour-v2 li,
.tour-v2 summary {
	font-size: 15px;
	line-height: 1.45;
}

.tour-v2-hero {
	position: relative;
	width: 100%;
	background: #dfe6df;
	overflow: hidden;
}

.tour-v2-hero::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 105px;
	background: linear-gradient(180deg, rgba(8, 18, 12, 0) 0%, rgba(8, 18, 12, 0.62) 100%);
	pointer-events: none;
}

.tour-v2-hero-track {
	display: flex;
	width: 100%;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.tour-v2-hero-track::-webkit-scrollbar {
	display: none;
}

.tour-v2-hero-slide {
	flex: 0 0 100%;
	height: clamp(320px, 88vw, 380px);
	margin: 0;
	scroll-snap-align: start;
}

.tour-v2-hero-slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.tour-v2-hero-slide img,
.tour-v2-hero > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tour-v2-counter,
.tour-v2-group-badge,
.tour-v2-hero-rating {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	background: rgba(20, 29, 23, 0.78);
	border-radius: 8px;
	backdrop-filter: blur(5px);
}

.tour-v2-group-badge {
	top: auto;
	right: 14px;
	bottom: 16px;
	padding: 10px 12px;
}

.tour-v2-hero-rating {
	top: auto;
	left: 14px;
	bottom: 16px;
	padding: 10px 12px;
	text-decoration: none;
}

.tour-v2-hero-rating:hover,
.tour-v2-hero-rating:focus {
	color: #fff;
	text-decoration: none;
}

.tour-v2-hero-rating span {
	color: var(--tour-v2-orange);
}

.tour-v2-hero-rating small {
	font-size: 11px;
	font-weight: 400;
}

.tour-v2-counter {
	right: 14px;
	bottom: 14px;
	padding: 9px 11px;
}

.tour-v2-carousel-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 44px;
	padding: 0;
	color: #fff;
	font-size: 17px;
	background: rgba(20, 29, 23, 0.58);
	border: 0;
	cursor: pointer;
	transform: translateY(-50%);
	backdrop-filter: blur(4px);
}

.tour-v2-carousel-prev {
	left: 0;
	border-radius: 0 8px 8px 0;
}

.tour-v2-carousel-next {
	right: 0;
	border-radius: 8px 0 0 8px;
}

.tour-v2-carousel-arrow:hover,
.tour-v2-carousel-arrow:focus-visible {
	background: rgba(20, 29, 23, 0.84);
	outline: 2px solid rgba(255, 255, 255, 0.82);
	outline-offset: -2px;
}

.tour-v2-intro {
	padding-top: 22px;
}

.tour-v2-rating {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--tour-v2-ink);
	font-size: 14px;
	text-decoration: none;
}

.tour-v2-rating:hover,
.tour-v2-rating:focus {
	color: var(--tour-v2-green);
	text-decoration: underline;
}

.tour-v2-stars {
	display: inline-flex;
	gap: 2px;
	color: var(--tour-v2-orange);
}

.tour-v2-facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
	width: min(100%, 620px);
	margin-right: auto;
	margin-left: auto;
	padding: 22px 0 20px;
	border-bottom: 1px solid var(--tour-v2-line);
}

.tour-v2-fact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
	min-width: 0;
	color: var(--tour-v2-ink);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.22;
	text-align: center;
}

.tour-v2-fact img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.tour-v2-purchase {
	display: grid;
	grid-template-columns: minmax(78px, auto) minmax(0, 1fr);
	align-items: center;
	gap: 12px 20px;
	margin: 18px 0 0;
	padding: 15px;
	background: var(--tour-v2-white);
	border: 1px solid var(--tour-v2-line);
	border-radius: 12px;
	box-shadow: var(--tour-v2-shadow);
}

.tour-v2-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: var(--tour-v2-ink);
	line-height: 1;
}

.tour-v2-price span {
	margin-bottom: 3px;
	color: var(--tour-v2-muted);
	font-size: 12px;
}

.tour-v2-price strong {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: -0.025em;
    color: #c62828;
}

.tour-v2-price small {
	margin-top: 5px;
	color: var(--tour-v2-muted);
	font-size: 11px;
	line-height: 1.15;
}

.tour-v2-booking-source {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.tour-v2-booking-source script {
	display: none;
}

.tour-v2-booking-source [ventrata-checkout],
.tour-v2-booking-source button,
.tour-v2-booking-source a,
.tour-v2-main-booking-button,
.tour-v2-sticky-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 50px;
	margin: 0 !important;
	padding: 12px 18px !important;
	color: var(--tour-v2-cta-ink) !important;
	font-family: "Source Sans Pro", Arial, sans-serif !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	background: var(--tour-v2-cta) !important;
	border: 0 !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.tour-v2-booking-source [ventrata-checkout]:hover,
.tour-v2-booking-source [ventrata-checkout]:focus-visible,
.tour-v2-booking-source button:hover,
.tour-v2-booking-source button:focus-visible,
.tour-v2-main-booking-button:hover,
.tour-v2-main-booking-button:focus-visible,
.tour-v2-sticky-button:hover,
.tour-v2-sticky-button:focus-visible {
	background: var(--tour-v2-cta-hover) !important;
	outline: 3px solid rgba(120, 143, 255, 0.3);
	outline-offset: 2px;
}

.tour-v2-reassurance {
	grid-column: 2;
	margin: -4px 0 0;
	color: var(--tour-v2-green);
	font-size: 12px !important;
	text-align: center;
}

.tour-v2-section {
	padding: 32px 0;
	border-bottom: 1px solid var(--tour-v2-line);
}

.tour-v2-essentials {
	padding-bottom: 30px;
}

.tour-v2-essentials-intro {
	max-width: 880px;
	margin: 8px 0 32px;
	padding: 14px 18px;
	color: var(--tour-v2-ink);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.6;
	background: linear-gradient(90deg, var(--tour-v2-green-soft), rgba(239, 246, 241, 0));
	border-left: 3px solid var(--tour-v2-green);
	border-radius: 0 10px 10px 0;
}

.tour-v2-essentials-intro p {
	margin: 0;
}

.tour-v2-essentials-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 17px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tour-v2-essentials-list li {
	position: relative;
	margin: 0;
	padding-left: 28px;
	color: var(--tour-v2-ink);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
}

.tour-v2-essentials-list li::before {
	content: "✓";
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	color: var(--tour-v2-green);
	font-size: 12px;
	font-weight: 700;
	background: var(--tour-v2-green-soft);
	border-radius: 50%;
}

.tour-v2-trust {
	padding-top: 30px;
	padding-bottom: 30px;
}

.tour-v2-trust h2 {
	margin-bottom: 18px;
}

.tour-v2-trust-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.tour-v2-trust-item {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-height: 82px;
	padding: 15px 17px;
	background: var(--tour-v2-green-soft);
	border: 1px solid rgba(23, 77, 57, 0.06);
	border-radius: 12px;
}

.tour-v2-trust-item > i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: var(--tour-v2-green);
	font-size: 18px;
	background: #fff;
	border-radius: 50%;
}

.tour-v2-trust-item strong,
.tour-v2-trust-item small {
	display: block;
}

.tour-v2-trust-item strong {
	font-size: 15px;
	line-height: 1.35;
}

.tour-v2-trust-item small {
	margin-top: 4px;
	color: var(--tour-v2-muted);
	font-size: 13px;
	line-height: 1.35;
}

.tour-v2-editor-content > h2:first-child {
	display: none;
}

.tour-v2-editor-content p {
	margin-bottom: 11px;
}

.tour-v2-editor-content p:empty {
	display: none;
}

.tour-v2-editor-content span[style] {
	color: #4e9a37 !important;
}

.tour-v2-editor-content ul,
.tour-v2-editor-content ol {
	margin: 10px 0 0;
	padding-left: 24px;
}

.tour-v2-editor-content li {
	margin-bottom: 8px;
}

.tour-v2-journey {
	padding-right: 0;
}

.tour-v2-places-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding-right: 20px;
}

.tour-v2-places-controls {
	display: flex;
	gap: 7px;
}

.tour-v2-places-controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: var(--tour-v2-green);
	background: var(--tour-v2-white);
	border: 1px solid var(--tour-v2-line);
	border-radius: 50%;
	cursor: pointer;
}

.tour-v2-places-controls button:hover,
.tour-v2-places-controls button:focus-visible {
	color: #fff;
	background: var(--tour-v2-green);
	outline: none;
}

.tour-v2-places {
	display: flex;
	gap: 12px;
	margin-right: -20px;
	padding-right: 20px;
	padding-bottom: 6px;
	overflow-x: auto;
	overscroll-behavior-x: contain;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.tour-v2-places::-webkit-scrollbar {
	display: none;
}

.tour-v2-place {
	flex: 0 0 74%;
	max-width: 260px;
	overflow: hidden;
	background: var(--tour-v2-white);
	border: 1px solid var(--tour-v2-line);
	border-radius: 10px;
	scroll-snap-align: start;
}

.tour-v2-place-open {
	display: block;
	width: 100%;
	padding: 0;
	color: inherit;
	text-align: left;
	background: transparent;
	border: 0;
	cursor: zoom-in;
}

.tour-v2-place-image {
	position: relative;
	display: block;
	overflow: hidden;
}

.tour-v2-place-image > i {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #fff;
	font-size: 14px;
	background: rgba(8, 24, 15, 0.72);
	border-radius: 50%;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.tour-v2-place-open:hover .tour-v2-place-image > i,
.tour-v2-place-open:focus-visible .tour-v2-place-image > i {
	opacity: 1;
	transform: translateY(0);
}

.tour-v2-place img {
	display: block;
	width: 100%;
	aspect-ratio: 1.6;
	object-fit: cover;
	transition: transform 220ms ease;
}

.tour-v2-place-open:hover img,
.tour-v2-place-open:focus-visible img {
	transform: scale(1.025);
}

.tour-v2-place-copy {
	display: block;
	padding: 11px 12px 13px;
}

.tour-v2-place-copy strong,
.tour-v2-place-copy small {
	display: block;
}

.tour-v2-place-copy strong {
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 1.25;
}

.tour-v2-place-copy small {
	color: var(--tour-v2-muted);
	font-size: 13px;
	line-height: 1.28;
}

.tour-v2-lightbox[hidden] {
	display: none;
}

.tour-v2-lightbox {
	position: fixed;
	z-index: 99999999;
	inset: 0;
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) 54px;
	align-items: center;
	padding: 24px;
	background: rgba(4, 10, 6, 0.94);
	backdrop-filter: blur(9px);
}

.tour-v2-lightbox figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	margin: 0;
}

.tour-v2-lightbox img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: min(76vh, 780px);
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
}

.tour-v2-lightbox figcaption {
	margin-top: 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.tour-v2-lightbox button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;
}

.tour-v2-lightbox-close {
	position: absolute;
	top: 18px;
	right: 18px;
}

.tour-v2-lightbox-prev,
.tour-v2-lightbox-next {
	justify-self: center;
}

.tour-v2-route {
	margin-top: 30px;
}

.tour-v2-route ol {
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

.tour-v2-route ol::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 7px;
	width: 1px;
	background: var(--tour-v2-green);
}

.tour-v2-route li {
	position: relative;
	min-height: 36px;
	padding-bottom: 12px;
	color: var(--tour-v2-ink);
	font-weight: 600;
}

.tour-v2-route li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -28px;
	width: 10px;
	height: 10px;
	background: var(--tour-v2-white);
	border: 2px solid var(--tour-v2-green);
	border-radius: 50%;
}

.tour-v2-route .tour-v2-meeting-stop {
	margin-bottom: 8px;
	padding: 0 12px 14px;
	background: var(--tour-v2-green-soft);
	border-radius: 8px;
}

.tour-v2-meeting-image {
	display: block;
	width: min(100%, 420px);
	height: auto;
	margin: 12px 0;
	border-radius: 9px;
}

.tour-v2-finish-stop p {
	margin: 5px 0 0;
	color: var(--tour-v2-muted);
	font-size: 13px;
}

.tour-v2-meeting-stop > strong,
.tour-v2-finish-stop strong,
.tour-v2-finish-stop small {
	display: block;
}

.tour-v2-meeting-stop details {
	margin-top: 3px;
}

.tour-v2-meeting-stop summary {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	color: var(--tour-v2-green);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.tour-v2-meeting-stop details p {
	margin: 2px 0 9px;
	color: var(--tour-v2-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
}

.tour-v2-meeting-stop details a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	color: var(--tour-v2-green);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.tour-v2-route .tour-v2-finish-stop {
	margin-top: 2px;
	padding: 2px 12px 12px;
	background: #fff5ed;
	border-radius: 8px;
}

.tour-v2-finish-stop small {
	margin-top: 3px;
	color: var(--tour-v2-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
}

.tour-v2-route-more {
	margin-top: 3px;
}

.tour-v2-route-more summary {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: var(--tour-v2-green);
	font-weight: 700;
	cursor: pointer;
}

.tour-v2-route-more[open] > summary {
	margin-bottom: 10px;
}

.tour-v2-reviews {
	scroll-margin-top: 16px;
}

.tour-v2-reviews-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.tour-v2-review-controls {
	display: flex;
	gap: 7px;
}

.tour-v2-review-controls button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: var(--tour-v2-green);
	background: #fff;
	border: 1px solid var(--tour-v2-line);
	border-radius: 50%;
	cursor: pointer;
}

.tour-v2-featured-review-track {
	display: flex;
	gap: 14px;
	margin-top: 12px;
	margin-right: -20px;
	padding: 2px 20px 8px 0;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.tour-v2-featured-review-track::-webkit-scrollbar {
	display: none;
}

.tour-v2-featured-review-card {
	flex: 0 0 88%;
	padding: 18px;
	background: #fff;
	border: 1px solid var(--tour-v2-line);
	border-radius: 12px;
	scroll-snap-align: start;
}

.tour-v2-review-tag {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 13px;
	padding: 7px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	background: var(--tour-v2-green);
	border-radius: 7px;
}

.tour-v2-review-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.tour-v2-review-meta small {
	color: var(--tour-v2-muted);
	font-size: 12px;
}

.tour-v2-featured-review-card > p {
	display: -webkit-box;
	min-height: 66px;
	margin: 12px 0 15px;
	overflow: hidden;
	font-size: 15px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tour-v2-featured-review-card.is-review-expanded > p {
	display: block;
	min-height: 0;
	-webkit-line-clamp: unset;
}

.tour-v2-review-toggle,
.tour-v2-review-original-toggle {
	margin: -4px 0 14px;
	padding: 0;
	color: var(--tour-v2-green);
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.tour-v2-featured-review-card footer,
.tour-v2-full-review footer {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 9px;
	align-items: center;
	color: var(--tour-v2-muted);
	font-size: 13px;
}

.tour-v2-featured-review-card footer strong,
.tour-v2-full-review footer strong {
	color: var(--tour-v2-ink);
}

.tour-v2-all-reviews-link {
	display: inline-flex;
	margin-top: 12px;
	color: var(--tour-v2-green);
	font-weight: 700;
	text-decoration: underline;
}

.tour-v2-all-reviews {
	scroll-margin-top: 20px;
	border-bottom: 0;
}

.tour-v2-review-summary {
	margin-bottom: 20px;
	padding: 18px;
	background: var(--tour-v2-surface);
	border: 1px solid var(--tour-v2-line);
	border-radius: 12px;
}

.tour-v2-review-summary h2 {
	margin-bottom: 8px;
}

.tour-v2-review-summary > div > strong {
	display: block;
	margin-bottom: 7px;
	font-size: 36px;
	line-height: 1;
}

.tour-v2-review-summary > div > strong small {
	color: var(--tour-v2-muted);
	font-size: 20px;
}

.tour-v2-review-summary p {
	margin: 8px 0 0;
	color: var(--tour-v2-muted);
	font-size: 13px;
}

.tour-v2-full-review {
	padding: 19px 0;
	border-bottom: 1px solid var(--tour-v2-line);
}

.tour-v2-full-review > p {
	margin: 12px 0 15px;
}

.tour-v2-full-review.is-review-hidden {
	display: none;
}

.tour-v2-load-reviews {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: 18px;
	padding: 10px 18px;
	color: var(--tour-v2-green);
	font-weight: 700;
	background: #fff;
	border: 1px solid var(--tour-v2-green);
	border-radius: 7px;
	cursor: pointer;
}

.tour-v2-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.tour-v2-section-heading p {
	margin: -9px 0 14px;
	color: var(--tour-v2-muted);
}

.tour-v2-review-card {
	padding: 17px;
	background: var(--tour-v2-surface);
	border: 1px solid var(--tour-v2-line);
	border-radius: 10px;
}

.tour-v2-review-placeholder {
	margin: 0;
	padding: 15px 17px;
	color: var(--tour-v2-muted);
	font-size: 13px !important;
	background: var(--tour-v2-surface);
	border: 1px dashed #cdd4ce;
	border-radius: 10px;
}

.tour-v2-review-card p {
	margin: 9px 0 11px;
}

.tour-v2-practical-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	gap: 10px;
}

.tour-v2-practical-item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 10px;
	height: 100%;
	padding: 14px;
	background: var(--tour-v2-surface);
	border: 1px solid var(--tour-v2-line);
	border-radius: 9px;
}

.tour-v2-practical-item > i {
	padding-top: 2px;
	color: var(--tour-v2-green);
	font-size: 19px;
	text-align: center;
}

.tour-v2-practical-item p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: var(--tour-v2-muted);
	font-size: 13px;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.tour-v2-practical-item-wide {
	grid-column: 1 / -1;
}

.tour-v2-practical-item-wide p {
	display: block;
	overflow: visible;
	-webkit-line-clamp: unset;
}

.tour-v2-faq {
	border-bottom: 0;
}

.tour-v2-faq details {
	border-bottom: 1px solid var(--tour-v2-line);
}

.tour-v2-faq summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 11px 38px 11px 0;
	color: var(--tour-v2-ink);
	font-weight: 600;
	list-style: none;
	cursor: pointer;
}

.tour-v2-faq summary::-webkit-details-marker {
	display: none;
}

.tour-v2-faq summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 4px;
	color: var(--tour-v2-orange);
	font-size: 24px;
	font-weight: 400;
	transform: translateY(-50%);
}

.tour-v2-faq details[open] summary::after {
	content: "−";
}

.tour-v2-faq details p {
	margin: -2px 0 16px;
	padding-right: 28px;
	color: var(--tour-v2-muted);
}

.tour-v2-sticky-purchase {
	position: fixed;
	z-index: 1000;
	right: 0;
	bottom: var(--tour-v2-sticky-footer-offset, 0px);
	left: 0;
	display: grid;
	grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	padding: 10px max(14px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
	background: rgba(255, 255, 255, 0.96);
	border-top: 1px solid var(--tour-v2-line);
	box-shadow: 0 0 0 1px rgba(15, 29, 21, 0.08), 0 -16px 38px rgba(15, 29, 21, 0.3), 0 6px 18px rgba(15, 29, 21, 0.18) !important;
	opacity: 0;
	transform: translateY(110%);
	pointer-events: none;
	backdrop-filter: blur(10px);
	transition: bottom 80ms linear, opacity 180ms ease, transform 180ms ease;
}

.tour-v2-sticky-purchase.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

body.tour-product-v2-active.tour-v2-sticky-visible .joinchat {
	bottom: calc(88px + var(--tour-v2-cookie-offset, 0px)) !important;
}

body.tour-product-v2-active.tour-v2-sticky-visible #moove_gdpr_save_popup_settings_button {
	bottom: calc(88px + var(--tour-v2-cookie-offset, 0px)) !important;
}

.tour-v2-sticky-purchase .tour-v2-price strong {
	font-size: 24px;
}

.tour-v2-sticky-button {
	min-height: 52px;
}

.tour-v2-password {
	min-height: 55vh;
	padding: 60px 0;
}

.tour-v2-password h1 {
	margin-bottom: 24px;
	font-size: 32px;
}

.tour-v2-password .post-password-form {
	max-width: 560px;
	font-size: 16px;
}

.tour-v2-password input[type="password"] {
	width: 100%;
	max-width: 320px;
	min-height: 44px;
	margin: 8px 8px 8px 0;
	padding: 8px 10px;
	border: 1px solid var(--tour-v2-line);
	border-radius: 5px;
}

.tour-v2-password input[type="submit"] {
	min-height: 44px;
	padding: 8px 18px;
	color: var(--tour-v2-cta-ink);
	font-weight: 700;
	background: var(--tour-v2-cta);
	border: 0;
	border-radius: 5px;
}

.tour-v2-password input[type="submit"]:hover,
.tour-v2-password input[type="submit"]:focus-visible {
	background: var(--tour-v2-cta-hover);
	outline: 3px solid rgba(120, 143, 255, 0.3);
	outline-offset: 2px;
}

@media (min-width: 720px) {
	.tour-v2 {
		padding-bottom: 120px;
	}

	.tour-v2-mobile-header {
		padding-right: max(24px, calc((100vw - 920px) / 2));
		padding-left: max(24px, calc((100vw - 920px) / 2));
	}

	.tour-v2-container {
		padding-right: 30px;
		padding-left: 30px;
	}

	.tour-v2-hero {
		width: min(100%, 1200px);
		margin: 0 auto;
		border-radius: 0 0 14px 14px;
	}

	.tour-v2-hero-slide {
		height: 440px;
	}

	.tour-v2-essentials-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 72px;
		row-gap: 20px;
	}

	.tour-v2-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.tour-v2-facts {
		gap: 18px;
		padding-top: 20px;
	}

	.tour-v2-featured-review-track {
		margin-right: -30px;
		padding-right: 30px;
	}

	.tour-v2-featured-review-card {
		flex-basis: calc(50% - 7px);
	}

	.tour-v2-review-summary {
		display: grid;
		grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
	}

	.tour-v2-places {
		margin-right: -30px;
		padding-right: 30px;
	}

	.tour-v2-place {
		flex-basis: 240px;
	}

	.tour-v2-sticky-purchase {
		right: 50%;
		left: auto;
		width: min(100% - 40px, 620px);
		border: 1px solid var(--tour-v2-line);
		border-radius: 13px;
		transform: translate(50%, 110%);
	}

	.tour-v2-sticky-purchase.is-visible {
		transform: translate(50%, 0);
	}
}

@media (min-width: 992px) {
	.tour-v2-container {
		width: min(100%, 1080px);
	}

	.tour-v2-faq,
	.tour-v2-route {
		width: min(100%, 900px);
		margin-right: auto;
		margin-left: auto;
	}

	body.tour-product-v2-active #hero {
		top: 64px;
		right: auto;
		left: 50%;
		width: min(calc(100% - 180px), 1080px);
		transform: translateX(-50%);
	}

	body.tour-product-v2-active #hero #masthead .mast-header {
		padding-top: 17px;
		padding-bottom: 17px;
	}

	body.tour-product-v2-active #hero #masthead .site-branding img {
		width: 108px;
	}

	body.tour-product-v2-active #hero #masthead .box-top-menu {
		margin-bottom: 14px;
	}

	body.tour-product-v2-active #hero #masthead .box-top-menu .menu li a,
	body.tour-product-v2-active #hero #masthead .wrapper-mainphone {
		font-size: 14px;
	}

	body.tour-product-v2-active #hero #masthead .main-navigation a {
		font-size: 15px;
	}

	.tour-v2-hero {
		width: min(calc(100% - 64px), 1240px);
		margin-top: 64px;
		border-radius: 18px;
	}

	.tour-v2-hero-slide {
		height: 520px;
	}
}

@media (max-width: 479px) {
	.tour-v2-container {
		padding: 0 16px;
	}

	.tour-v2-brand img {
		max-width: 126px;
	}

	.tour-v2-mobile-header {
		grid-template-columns: 40px 1fr auto;
		padding-right: 8px;
		padding-left: 8px;
	}

	.tour-v2-icon-button {
		width: 40px;
		height: 44px;
	}

	.tour-v2 h1 {
		font-size: 25px;
	}

	.tour-v2-facts {
		gap: 4px;
	}

	.tour-v2-fact {
		font-size: 11px;
	}

	.tour-v2-purchase {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 11px;
		padding: 13px;
	}

	.tour-v2-price strong {
		font-size: 26px;
	}

	.tour-v2-reassurance {
		font-size: 11px !important;
	}

	.tour-v2-places {
		margin-right: -16px;
		padding-right: 16px;
	}

	.tour-v2-place {
		flex-basis: 72%;
	}

	.tour-v2-practical-grid {
		grid-template-columns: 1fr;
	}
}

/* En móviles muy estrechos el tamaño de grupo ya aparece en los detalles.
 * Dejamos solo la valoración en la foto para evitar dos etiquetas pegadas. */
@media (max-width: 360px) {
	.tour-v2-group-badge {
		display: none;
	}

	.tour-v2-hero-rating {
		bottom: 24px;
	}
}

@media (max-width: 719px) {
	.tour-v2-places-controls {
		display: none;
	}

	.tour-v2-place-image > i {
		opacity: 1;
		transform: none;
	}

	.tour-v2-lightbox {
		grid-template-columns: 40px minmax(0, 1fr) 40px;
		padding: 14px 8px;
	}

	.tour-v2-lightbox button {
		width: 38px;
		height: 38px;
		font-size: 15px;
	}
}

.tour-v2-booking-source [ventrata-checkout] {
	font-size: 0 !important;
}

.tour-v2-booking-source [ventrata-checkout]::after {
	content: "Ver disponibilidad";
	font-size: 16px;
}

@media (prefers-reduced-motion: reduce) {
	.tour-v2 *,
	.tour-v2-mobile-header *,
	.tour-v2-sticky-purchase {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
