/* =====================================================================
   Tour Details Page — modern typography & section design
   Scoped to #ttbm_content so it only affects the single tour details page.
   Accent colours reuse the plugin theme vars (--color_theme) so the site's
   brand colour is respected.
   ===================================================================== */

#ttbm_content .ttbm_details_page {
	--ttbm_d_text: #3a4250;
	--ttbm_d_heading: #111827;
	--ttbm_d_muted: #6b7280;
	--ttbm_d_border: #e5e7eb;
	--ttbm_d_section-gap: 32px;
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: var(--ttbm_d_text);
	-webkit-font-smoothing: antialiased;
}

/* ---------- page title ---------- */
#ttbm_content .ttbm_details_page .ttbm_default__title h1 {
	font-size: 34px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: -.02em;
	color: var(--ttbm_d_heading);
	margin: 0 0 6px;
}
#ttbm_content .ttbm_details_page .ttbm_details_page_header .details-meta {
	font-size: 14px;
	color: var(--ttbm_d_muted);
	gap: 6px;
	align-items: center;
}

/* ---------- readable body text ---------- */
#ttbm_content .ttbm_details_page .ttbm_widget_content,
#ttbm_content .ttbm_details_page .ttbm_wp_editor,
#ttbm_content .ttbm_details_page .ttbm_description {
	font-size: 16px;
	line-height: 1.65;
	color: var(--ttbm_d_text);
}
#ttbm_content .ttbm_details_page .ttbm_widget_content p,
#ttbm_content .ttbm_details_page .ttbm_wp_editor p,
#ttbm_content .ttbm_details_page .ttbm_description p {
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	color: var(--ttbm_d_text);
	text-align: justify;
}
#ttbm_content .ttbm_details_page .ttbm_widget_content p:last-child,
#ttbm_content .ttbm_details_page .ttbm_wp_editor p:last-child { margin-bottom: 0; }

#ttbm_content .ttbm_details_page .ttbm_widget_content ul,
#ttbm_content .ttbm_details_page .ttbm_widget_content ol,
#ttbm_content .ttbm_details_page .ttbm_wp_editor ul,
#ttbm_content .ttbm_details_page .ttbm_wp_editor ol {
	margin: 0 0 1em;
	padding-left: 1.25em;
}
#ttbm_content .ttbm_details_page .ttbm_widget_content li,
#ttbm_content .ttbm_details_page .ttbm_wp_editor li {
	font-size: 16px;
	line-height: 1.65;
	margin: .35em 0;
}
#ttbm_content .ttbm_details_page .ttbm_wp_editor ul li::marker {
	color: var(--ttbm_d_heading);
}
#ttbm_content .ttbm_details_page .ttbm_widget_content a,
#ttbm_content .ttbm_details_page .ttbm_wp_editor a {
	color: var(--color_theme);
	text-decoration: none;
}
/* headings inside rich content */
#ttbm_content .ttbm_details_page .ttbm_widget_content h2,
#ttbm_content .ttbm_details_page .ttbm_widget_content h3,
#ttbm_content .ttbm_details_page .ttbm_widget_content h4,
#ttbm_content .ttbm_details_page .ttbm_wp_editor h3,
#ttbm_content .ttbm_details_page .ttbm_wp_editor h4 {
	color: var(--ttbm_d_heading);
	font-weight: 700;
	line-height: 1.3;
	margin: 1.5em 0 .5em;
}

/* ---------- section headings ---------- */
#ttbm_content .ttbm_details_page .ttbm_section_title,
#ttbm_content .ttbm_details_page .content-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.01em;
	color: var(--ttbm_d_heading);
	margin: 0 0 16px;
	padding: 0;
	text-transform: none;
}
#ttbm_content .ttbm_details_page .content-title::after {
	display: none;
}

/* section dividers + rhythm */
#ttbm_content .ttbm_details_page .ttbm_content__left > .ttbm_overview_section,
#ttbm_content .ttbm_details_page .ttbm_content__left > .ttbm_inclusions_grid,
#ttbm_content .ttbm_details_page .ttbm_content__left > .ttbm_include_exclude_section,
#ttbm_content .ttbm_details_page .ttbm_content__left > .ttbm_planned_activities_section,
#ttbm_content .ttbm_details_page .ttbm_content__left > .day-wise-details-area,
#ttbm_content .ttbm_details_page .ttbm_content__left > .ttbm_wp_editor,
#ttbm_content .ttbm_details_page .ttbm_content__left > section {
	margin: 0;
	padding: var(--ttbm_d_section-gap) 0;
	border-top: 1px solid var(--ttbm_d_border);
}
#ttbm_content .ttbm_details_page .ttbm_content__left > .ttbm_hero,
#ttbm_content .ttbm_details_page .ttbm_content__left > .ttbm_booking_section {
	margin-bottom: 0;
}

/* ---------- accordions: FAQ ---------- */
#ttbm_content .ttbm_details_page .ttbm_faq_item {
	margin: 0 0 12px;
	border: 1px solid var(--ttbm_d_border);
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: box-shadow .2s ease, border-color .2s ease;
}
#ttbm_content .ttbm_details_page .ttbm_faq_item:hover {
	box-shadow: 0 8px 22px rgba(17, 24, 39, .07);
	border-color: #dfe3ec;
}
/* the FAQ list container should not add its own box */
#ttbm_content .ttbm_details_page .ttbm_wp_editor > .ttbm_faq_content {
	background: transparent;
	padding: 0;
	border-radius: 0;
}

/* question row */
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_title {
	background: #fff;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 15px 18px;
	cursor: pointer;
	align-items: center;
	gap: 14px;
	transition: background .2s ease, color .2s ease;
}
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_title h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--ttbm_d_heading);
	margin: 0;
}
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_title span {
	font-size: 16px;
	font-weight: 600;
	padding: 0;
}
/* active question highlight */
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_title.active {
	background: rgba(var(--color_theme_rgb), .06);
	border-radius: 0;
	color: var(--color_theme);
}
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_title.active h5,
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_title.active span {
	color: var(--color_theme);
}

/* the +/- icon as a round chip */
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_title span[data-icon] {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #eef1f6;
	color: var(--ttbm_d_heading);
	font-size: 11px;
	transition: background .2s ease, color .2s ease;
}
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_title.active span[data-icon] {
	background: var(--color_theme);
	color: #fff;
}

/* answer content */
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_content {
	background: #fff;
	padding: 2px 18px 18px;
	border-radius: 0;
	font-size: 15px;
	line-height: 1.75;
	color: var(--ttbm_d_text);
}
#ttbm_content .ttbm_details_page .ttbm_faq_item .ttbm_faq_content p {
	font-size: 15px;
	line-height: 1.75;
}

/* ---------- Daily Schedule timeline ---------- */
#ttbm_content .ttbm_details_page .day-wise-details-area {
	margin-bottom: var(--ttbm_d_section-gap, 32px);
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline {
	position: relative;
	margin: 0;
	padding: 4px 0 0 56px;
	background: transparent;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline::before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 18px;
	left: 17px;
	width: 2px;
	background: #e5e7eb;
	border-radius: 999px;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item {
	position: relative;
	display: block;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	background: transparent;
	overflow: visible;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item:last-child {
	margin-bottom: 0;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_marker {
	position: absolute;
	top: 22px;
	left: -56px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #6b7280;
	background: #f3f4f6;
	border: 2px solid #e5e7eb;
	z-index: 1;
	transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item.is-active .day_wise_details_marker,
#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item:has(.day_wise_details_item_title.mActive) .day_wise_details_marker {
	color: #fff;
	background: var(--color_theme, #2563eb);
	border-color: var(--color_theme, #2563eb);
	box-shadow: 0 0 0 4px rgba(var(--color_theme_rgb, 37, 99, 235), .12);
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_card {
	background: #fff;
	border: 1px solid #e8ecf2;
	border-radius: 14px;
	box-shadow: 0 2px 10px rgba(17, 24, 39, .04);
	overflow: hidden;
	transition: box-shadow .2s ease, border-color .2s ease;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item.is-active .day_wise_details_card,
#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item:has(.day_wise_details_item_title.mActive) .day_wise_details_card {
	border-color: #dbeafe;
	box-shadow: 0 10px 28px rgba(17, 24, 39, .08);
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item_title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 20px 22px;
	cursor: pointer;
	background: #fff;
	border: 0;
	font-size: inherit;
	font-weight: inherit;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_header {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
	flex: 1;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_label {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--color_theme, #2563eb);
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_name {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--ttbm_d_heading, #111827);
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item_title span[data-icon] {
	flex-shrink: 0;
	width: auto;
	height: auto;
	margin-top: 4px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #9ca3af;
	font-size: 14px;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item_details {
	padding: 0 22px 22px;
	border-top: 1px solid #eef1f6;
	background: #fff;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_activity_list {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_activity_item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0 0 18px;
	padding: 0;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_activity_item:last-child {
	margin-bottom: 0;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_activity_icon {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--color_theme, #2563eb);
	background: rgba(var(--color_theme_rgb, 37, 99, 235), .1);
	font-size: 14px;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_activity_body {
	min-width: 0;
	flex: 1;
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_activity_title {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--ttbm_d_heading, #111827);
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_activity_desc {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 1.65;
	color: var(--ttbm_d_muted, #6b7280);
}

#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_fallback ul {
	margin: 16px 0 0;
	padding-left: 1.1em;
}

@media (max-width: 768px) {
	#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline {
		padding-left: 48px;
	}

	#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline::before {
		left: 13px;
	}

	#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_marker {
		left: -48px;
		width: 30px;
		height: 30px;
		font-size: 11px;
	}

	#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item_title {
		padding: 16px 16px;
	}

	#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_name {
		font-size: 16px;
	}

	#ttbm_content .ttbm_details_page .ttbm_day_wise_timeline .day_wise_details_item_details {
		padding: 0 16px 16px;
	}
}

/* ---------- right-column widget headings ---------- */
#ttbm_content .ttbm_details_page .ttbm_content__right .ttbm_title_style_3,
#ttbm_content .ttbm_details_page .ttbm_content__right h4 {
	font-size: 18px;
	font-weight: 700;
	color: var(--ttbm_d_heading);
}

/* small responsive nudge */
@media (max-width: 768px) {
	#ttbm_content .ttbm_details_page .ttbm_default__title h1 { font-size: 27px; }
	#ttbm_content .ttbm_details_page .ttbm_section_title,
	#ttbm_content .ttbm_details_page .content-title { font-size: 22px; }
	#ttbm_content .ttbm_details_page .ttbm_widget_content,
	#ttbm_content .ttbm_details_page .ttbm_wp_editor,
	#ttbm_content .ttbm_details_page .ttbm_description { font-size: 15px; }
	#ttbm_content .ttbm_details_page {
		--ttbm_d_section-gap: 26px;
	}
}

/* =====================================================================
   Hero: full-image slider with left-aligned overlay content + Book Now
   (matches the requested reference). Scoped to the default theme.
   ===================================================================== */
#ttbm_content .ttbm_default_theme .ttbm_hero { position: relative; border-radius: 16px; overflow: hidden; background: #ffffff; }

/* turn the slider into a single full-bleed image (hide thumbnails, kill the
   white frame, give a fixed cinematic height) */
#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider { border-radius: 16px; background: #ffffff; }
/* fixed cinematic height; the right-side thumbnail strip is kept */
#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider,
#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider .ttbm_slider-wrapper,
#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider .sliderAllItem,
#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider .sliderAllItem .sliderItem { height: 590px; }
#ttbm_content .ttbm_details_page .superSlider [data-bg-image] {
	width: 100%;
	height: 100%;
	background-color: #e8edf2;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#ttbm_content .ttbm_details_page .superSlider [class*="dLoader"],
#ttbm_content .ttbm_details_page .superSlider [class*="simpleSpinner"] {
	display: none !important;
}
/* Keep slider content visible after load; skeleton only while .placeholderLoader is active */
.placeholderLoader.ttbm_details_page_loader #ttbm_content .ttbm_details_page .superSlider.placeholder_area > *,
.placeholderLoader.ttbm_details_page_loader .ttbm_smart_gallery .superSlider.placeholder_area > * {
	opacity: 0 !important;
	visibility: hidden !important;
}
.placeholderLoader.ttbm_details_page_loader #ttbm_content .ttbm_details_page .superSlider.placeholder_area::after,
.placeholderLoader.ttbm_details_page_loader .ttbm_smart_gallery .superSlider.placeholder_area::after {
	display: block !important;
	content: '' !important;
}
#ttbm_content .ttbm_details_page .superSlider.placeholder_area > * {
	opacity: 1 !important;
	visibility: visible !important;
}
#ttbm_content .ttbm_details_page .superSlider.placeholder_area::after {
	display: none !important;
	content: none !important;
}
.sliderPopup.in .superSlider {
    height: 100% !important;
}
#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider .sliderAllItem .sliderItem img {
	width: 100% !important; height: 100% !important; max-height: none !important; object-fit: cover !important;
}
#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider .sliderShowcaseItem img { height: 100% !important; object-fit: cover; }
/* keep nav arrows + dots above the scrim and clickable */
#ttbm_content .ttbm_default_theme .ttbm_hero .iconIndicator,
#ttbm_content .ttbm_default_theme .ttbm_hero .slideIndicator { z-index: 6; }

/* bottom-to-top dark scrim — scoped to main slider only (not showcase thumbnails) */
#ttbm_content .ttbm_default_theme .ttbm_hero .sliderAllItem {
	position: relative;
}
#ttbm_content .ttbm_default_theme .ttbm_hero .sliderAllItem .ttbm_hero_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	border-radius: 10px;
	display: flex;
	align-items: flex-end;
	padding: 0 24px 28px;
	background: linear-gradient(
		to top,
		rgba(8, 12, 20, 0.92) 0%,
		rgba(8, 12, 20, 0.72) 28%,
		rgba(8, 12, 20, 0.38) 52%,
		rgba(8, 12, 20, 0.12) 72%,
		rgba(8, 12, 20, 0) 100%
	);
	pointer-events: none;
}
#ttbm_content .ttbm_default_theme .ttbm_hero .sliderAllItem .ttbm_hero_overlay_inner {
	max-width: 100%;
	width: 100%;
	pointer-events: auto;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_overlay_head {
	position: relative;
	padding-bottom: 4px;
}

#ttbm_content .ttbm_default_theme .ttbm_hero .sliderAllItem .ttbm_hero_overlay .ttbm_default__title h1 {
	color: #fff;
	font-size: clamp(22px, 3.2vw, 38px);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -.03em;
	margin: 0;
	max-width: 92%;
	text-shadow:
		0 2px 4px rgba(0, 0, 0, 0.55),
		0 8px 32px rgba(0, 0, 0, 0.35);
}

#ttbm_content .ttbm_default_theme .ttbm_hero_overlay_head::after {
	content: '';
	display: block;
	width: 56px;
	height: 4px;
	margin-top: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--color_theme, #5a56e0) 0%, #ff6b8a 100%);
	box-shadow: 0 2px 12px rgba(var(--color_theme_rgb, 90, 86, 224), 0.55);
}

/* modern glass booking bar */
#ttbm_content .ttbm_default_theme .ttbm_hero_cta {
	margin-top: 0;
	pointer-events: auto;
	display: flex;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 0;
	overflow: hidden;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.38);
	box-shadow:
		0 12px 40px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.45);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

#ttbm_content .ttbm_default_theme .ttbm_hero_cta_meta {
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	min-width: 0;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stat {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 0;
	min-width: 0;
	padding: 14px 18px;
	background: rgba(255, 255, 255, 0.92);
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stat + .ttbm_hero_stat {
	border-left: 1px solid rgba(15, 23, 42, 0.08);
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stat_icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(var(--color_theme_rgb, 90, 86, 224), 0.16) 0%, rgba(var(--color_theme_rgb, 90, 86, 224), 0.06) 100%);
	color: var(--color_theme, #5a56e0);
	font-size: 20px;
	line-height: 1;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stat_icon .mi {
	font-size: inherit;
	line-height: 1;
	color: inherit;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stat_body {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_price_label,
#ttbm_content .ttbm_default_theme .ttbm_hero_date_label {
	display: block;
	color: #64748b;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin: 0;
	line-height: 1.2;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_price_value {
	display: block;
	line-height: 1;
	white-space: nowrap;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_price_values {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	flex-wrap: wrap;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_price_regular .woocommerce-Price-amount,
#ttbm_content .ttbm_default_theme .ttbm_hero_price_regular .woocommerce-Price-amount .amount {
	color: #94a3b8;
	font-size: 14px;
	font-weight: 600;
	text-decoration: line-through;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_price_value,
#ttbm_content .ttbm_default_theme .ttbm_hero_price_value .amount,
#ttbm_content .ttbm_default_theme .ttbm_hero_price_sale .woocommerce-Price-amount,
#ttbm_content .ttbm_default_theme .ttbm_hero_price_sale .woocommerce-Price-amount .amount {
	color: #e03248;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_date_value {
	display: block;
	color: var(--ttbm_d_heading, #0f172a);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_book_now {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	flex-shrink: 0;
	min-width: 118px;
	padding: 16px 20px;
	pointer-events: auto;
	border: none;
	border-radius: 0;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none !important;
	opacity: 1 !important;
	background: linear-gradient(135deg, var(--color_theme, #5a56e0) 0%, #4338ca 48%, #e03248 100%);
	background-size: 200% 200%;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
	transition: background-position 0.35s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_book_now_text {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .02em;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_book_now:hover {
	background-position: 100% 100%;
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(67, 56, 202, 0.45);
}
#ttbm_content .ttbm_default_theme .ttbm_hero_meta { align-items: center; gap: 14px; flex-wrap: wrap; margin: 0 0 20px; }
#ttbm_content .ttbm_default_theme .ttbm_hero_meta .location_name {
	color: rgba(255,255,255,.92); font-size: 15px; font-weight: 600; display: inline-flex; align-items: center; gap: 7px; margin: 0;
}
#ttbm_content .ttbm_default_theme .ttbm_hero_meta .location_name span { color: var(--color_theme); }

/* hero stats — modern chip grid below slider */
#ttbm_content .ttbm_default_theme .ttbm_hero_stats {
	padding: 0;
	margin: 18px 0 22px;
	background: transparent;
	border: none;
	border-radius: 0;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats_grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
	gap: 10px;
	padding: 16px;
	background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
	border: 1px solid var(--ttbm_d_border, #e2e8f0);
	border-radius: 16px;
	box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
}

@media (min-width: 1100px) {
	#ttbm_content .ttbm_default_theme .ttbm_hero_stats_grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_section {
	display: contents;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 12px;
	row-gap: 3px;
	align-items: start;
	margin: 0;
	padding: 12px 14px;
	min-height: 64px;
	max-width: none;
	background: #fff;
	border: 1px solid #e8edf5;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
	color: var(--ttbm_d_heading, #0f172a);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	white-space: normal;
	position: relative;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* kill global divider pseudo from ttbm_registration.css */
#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon::after {
	display: none !important;
	content: none !important;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon:hover {
	border-color: rgba(var(--color_theme_rgb, 90, 86, 224), 0.28);
	box-shadow: 0 6px 18px rgba(var(--color_theme_rgb, 90, 86, 224), 0.1);
}

/* title — right of icon, top row */
#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon::before {
	content: attr(title);
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	text-align: left;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #94a3b8;
	line-height: 1.2;
}

/* icon — left, vertically centered */
#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon i {
	grid-column: 1;
	grid-row: 1 / -1;
	align-self: center;
	justify-self: start;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	font-size: 18px;
	color: var(--color_theme, #5a56e0);
	background: linear-gradient(135deg, rgba(var(--color_theme_rgb, 90, 86, 224), 0.14) 0%, rgba(var(--color_theme_rgb, 90, 86, 224), 0.05) 100%);
	border: none;
	border-radius: 10px;
}

/* value — right of icon, under title */
#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon > span,
#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon > .woocommerce-Price-amount,
#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon > .ttbm_start_price_display {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	justify-self: start;
	text-align: left;
	color: var(--ttbm_d_heading, #0f172a);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	min-width: 0;
	word-break: break-word;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon > .ttbm_start_price_display {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon .ttbm_regular_price.strikeLine .woocommerce-Price-amount {
	font-size: 11px;
	font-weight: 600;
	color: #94a3b8;
	text-decoration: line-through;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon.ttbm_hero_loc {
	background: #fff;
	border-color: #e8edf5;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon.ttbm_available_seat_area .ttbm_available_seat {
	color: var(--color_theme, #5a56e0);
	font-weight: 800;
}

/* price is shown in the CTA block, so hide the price chip here */
#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon:has(.mi-coins) {
	display: none;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats_grid--collapsed .item_icon.ttbm_hero_stat_item--extra {
	display: none;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats_more {
	display: none;
	grid-column: 1 / -1;
	justify-content: flex-end;
	align-items: center;
	padding: 2px 2px 0;
	margin-top: 2px;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats_more.is-visible {
	display: flex;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats_load_more {
	padding: 0;
	border: none;
	background: none;
	color: var(--color_theme, #5a56e0);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 2px;
	transition: color 0.2s ease;
}

#ttbm_content .ttbm_default_theme .ttbm_hero_stats_load_more:hover {
	color: #4338ca;
}

/* mobile: bottom overlay on shorter hero */
@media (max-width: 768px) {
	#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider,
	#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider .ttbm_slider-wrapper,
	#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider .sliderAllItem,
	#ttbm_content .ttbm_default_theme .ttbm_hero .superSlider .sliderAllItem .sliderItem { height: 240px !important; }
	#ttbm_content .ttbm_default_theme .ttbm_hero .sliderAllItem .ttbm_hero_overlay {
		padding: 0 12px 14px;
		background: linear-gradient(
			to top,
			rgba(8, 12, 20, 0.94) 0%,
			rgba(8, 12, 20, 0.7) 40%,
			rgba(8, 12, 20, 0.2) 75%,
			rgba(8, 12, 20, 0) 100%
		);
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero .sliderAllItem .ttbm_hero_overlay .ttbm_default__title h1 {
		font-size: 20px;
		max-width: 100%;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_overlay_head::after {
		width: 40px;
		height: 3px;
		margin-top: 8px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_overlay_inner {
		gap: 12px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_stats {
		margin: 14px 0 18px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_stats_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 12px;
		border-radius: 14px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon {
		min-height: 58px;
		padding: 10px 12px;
		font-size: 12px;
		grid-template-columns: 36px minmax(0, 1fr);
		column-gap: 10px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon i {
		width: 36px;
		height: 36px;
		font-size: 16px;
		border-radius: 8px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon > span,
	#ttbm_content .ttbm_default_theme .ttbm_hero_stats .item_icon > .woocommerce-Price-amount {
		font-size: 12px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_cta {
		flex-direction: column;
		border-radius: 14px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_cta_meta {
		flex-direction: column;
		width: 100%;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_stat {
		padding: 12px 14px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_stat + .ttbm_hero_stat {
		border-left: none;
		border-top: 1px solid rgba(15, 23, 42, 0.08);
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_stat_icon {
		width: 36px;
		height: 36px;
		font-size: 17px;
		border-radius: 10px;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_date_value {
		white-space: normal;
	}
	#ttbm_content .ttbm_default_theme .ttbm_hero_book_now {
		flex-direction: row;
		width: 100%;
		min-width: 0;
		padding: 14px 18px;
		border-radius: 0;
	}
}

/* booking section hidden until "Book Now" is clicked */
#ttbm_content .ttbm_default_theme .ttbm_booking_section { display: none; }
#ttbm_content .ttbm_default_theme .ttbm_booking_section.ttbm-show { display: block; animation: ttbmBookingReveal .4s ease both; }
@keyframes ttbmBookingReveal { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

/* =====================================================================
   Inclusions — merged Included/Excluded + Activities card
   ===================================================================== */
#ttbm_content .ttbm_details_page .ttbm_inclusions_grid {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 0;
}
#ttbm_content .ttbm_inclusions_grid .ttbm_include_exclude_section,
#ttbm_content .ttbm_inclusions_grid .ttbm_planned_activities_section {
	padding: var(--ttbm_d_section-gap) 0;
	border-top: 1px solid var(--ttbm_d_border);
}
#ttbm_content .ttbm_inclusions_grid .ttbm_include_exclude_section:first-child {
	border-top: 0;
	padding-top: 0;
}

/* merged Included / Excluded */
#ttbm_content .ttbm_include_exclude_section {
	margin: 0;
	padding: 0;
	border: 0;
}
#ttbm_content .ttbm_include_exclude_box {
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
#ttbm_content .ttbm_include_exclude_section .ttbm-include-exclude {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 40px;
	padding: 0;
	margin: 0;
}
#ttbm_content .ttbm_ie_col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ttbm_content .ttbm_ie_col li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 12px;
	color: var(--ttbm_d_heading);
}
#ttbm_content .ttbm_ie_excluded li {
	color: var(--ttbm_d_muted);
}
#ttbm_content .ttbm_ie_col li:last-child {
	margin-bottom: 0;
}
#ttbm_content .ttbm_ie_icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
}
#ttbm_content .ttbm_ie_check {
	color: var(--ttbm_d_heading);
}
#ttbm_content .ttbm_ie_cross {
	color: var(--ttbm_d_muted);
}

/* Planned Activities */
#ttbm_content .ttbm_planned_activities_section {
	margin: 0;
	padding: 0;
	border: 0;
}
#ttbm_content .ttbm_pa_heading {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -.01em;
	color: var(--ttbm_d_heading);
	margin: 0 0 16px;
	text-transform: none;
}
#ttbm_content .ttbm_activity_pills {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#ttbm_content .ttbm_activity_pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid var(--ttbm_d_border);
	border-radius: 999px;
	padding: 6px 18px 6px 6px;
	box-shadow: 0 1px 4px rgba(17, 24, 39, .06);
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
	color: var(--ttbm_d_heading);
	line-height: 1.35;
	margin: 0;
	transition: box-shadow .2s ease, border-color .2s ease;
}
#ttbm_content .ttbm_activity_pill:hover {
	box-shadow: 0 4px 12px rgba(17, 24, 39, .1);
	border-color: #d1d5db;
}
#ttbm_content .ttbm_activity_pill_icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	min-width: 32px;
	border-radius: 50%;
	background: #f3f0ff;
	color: var(--color_theme, #7241ff);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	line-height: 1;
}
#ttbm_content .ttbm_activity_pill_label {
	white-space: nowrap;
}

@media (max-width: 640px) {
	#ttbm_content .ttbm_activity_pills {
		gap: 10px;
	}
	#ttbm_content .ttbm_activity_pill {
		font-size: 11px;
		padding: 5px 16px 5px 5px;
	}
	#ttbm_content .ttbm_activity_pill_icon {
		width: 30px;
		height: 30px;
		min-width: 30px;
		font-size: 12px;
	}
}

@media (max-width: 640px) {
	#ttbm_content .ttbm_include_exclude_section .ttbm-include-exclude {
		grid-template-columns: 1fr;
		gap: 8px 0;
	}
}

/* =====================================================================
   Sidebar CTA (pricing + check availability)
   ===================================================================== */
#ttbm_content .ttbm_details_page .ttbm_sidebar_cta {
	position: relative;
	background: #fff;
	border: 1px solid var(--ttbm_d_border, #e5e7eb);
	border-radius: 16px;
	padding: 22px 20px 20px;
	margin-bottom: 22px;
	box-shadow: 0 4px 16px rgba(17, 24, 39, .05);
	overflow: hidden;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_badge {
	position: absolute;
	top: 16px;
	left: 16px;
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 999px;
	background: var(--color_theme, #f97316);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
	text-transform: capitalize;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_pricing {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding-top: 0;
	border-bottom: 1px solid #eef1f6;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_pricing.has-badge {
	padding-top: 28px;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_price_col {
	padding: 0 14px 18px;
	text-align: center;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_price_col + .ttbm_sidebar_cta_price_col {
	border-left: 1px solid #eef1f6;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_pricing:has(.ttbm_sidebar_cta_price_col:only-child) {
	grid-template-columns: 1fr;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_pricing:has(.ttbm_sidebar_cta_price_col:only-child) .ttbm_sidebar_cta_price_col {
	border-left: 0;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_from {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 1.3;
	color: var(--ttbm_d_muted, #6b7280);
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_regular {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	color: #9ca3af;
	text-decoration: line-through;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_regular .woocommerce-Price-amount,
#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_regular .woocommerce-Price-amount .amount,
#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_regular bdi {
	color: inherit;
	font-size: inherit;
	font-weight: 600;
	text-decoration: line-through;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_amount {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_amount strong {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
	color: var(--ttbm_d_heading, #111827);
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_amount strong .woocommerce-Price-amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_per {
	font-size: 13px;
	line-height: 1.3;
	color: var(--ttbm_d_muted, #6b7280);
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_actions {
	padding-top: 18px;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_btn {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border: 0;
	border-radius: 999px;
	background: var(--color_theme, #f97316);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(var(--color_theme_rgb, 249, 115, 22), .35);
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_help {
	margin: 14px 0 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	color: var(--ttbm_d_text, #3a4250);
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_link {
	display: inline;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color_theme, #f97316);
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	cursor: pointer;
	text-decoration: none;
}

#ttbm_content .ttbm_details_page .ttbm_sidebar_cta_link:hover {
	text-decoration: underline;
}

/* =====================================================================
   Sidebar widgets (incl. "Got a Question")
   ===================================================================== */
#ttbm_content .ttbm_details_page .ttbm_content__right .ttbm_default_widget {
	background: #fff; border: 1px solid var(--ttbm_d_border); border-radius: 14px;
	padding: 20px; margin-bottom: 22px; box-shadow: 0 4px 16px rgba(17,24,39,.05);
}
#ttbm_content .ttbm_content__right .ttbm_default_widget .ttbm_widget_content ul { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 12px; }
#ttbm_content .ttbm_content__right .ttbm_default_widget .ttbm_widget_content ul li { font-size: 15px; line-height: 1.5; color: var(--ttbm_d_text); }
#ttbm_content .ttbm_content__right .ttbm_default_widget .ttbm_widget_content ul li a { display: flex; align-items: center; gap: 12px; color: var(--ttbm_d_heading); font-weight: 600; }
#ttbm_content .ttbm_content__right .ttbm_default_widget .ttbm_widget_content ul li a .circleIcon_xs {
	width: 40px; height: 40px; min-width: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
	background: rgba(var(--color_theme_rgb), .1); color: var(--color_theme); font-size: 16px; transition: background .2s ease, color .2s ease;
}
#ttbm_content .ttbm_content__right .ttbm_default_widget .ttbm_widget_content ul li a:hover .circleIcon_xs { background: var(--color_theme); color: #fff; }
/* enquiry trigger button */
#ttbm_content .get-enquiry-popup { margin-top: 16px; }
#ttbm_content .get-enquiry-popup button {
	width: 100%; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	background: #fafafa !important;
	color: var(--ttbm_d_heading) !important;
	border: 1px solid #c9c9d4 !important;
	border-radius: 11px; padding: 13px 18px; font-size: 15px; font-weight: 700; cursor: pointer;
	transform: none; box-shadow: none; transition: transform .2s ease, box-shadow .2s ease;
}
#ttbm_content .get-enquiry-popup button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(var(--color_theme_rgb), .38); }
#ttbm_content .get-enquiry-popup button span { color: var(--ttbm_d_heading) !important; }

/* =====================================================================
   Enquiry popup — beautiful animated modal
   ===================================================================== */
.ttbm_popup[data-popup="get-enquiry-popup"] { background: rgba(15,20,30,.6); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.ttbm_popup[data-popup="get-enquiry-popup"].in { animation: ttbmEnqFade .25s ease both; }
.ttbm_popup[data-popup="get-enquiry-popup"] .popupMainArea {
	min-width: 0; width: 92%; max-width: 480px; min-height: 0; max-height: 88vh;
	border: 0; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 70px rgba(0,0,0,.45);
}
.ttbm_popup[data-popup="get-enquiry-popup"].in .popupMainArea { animation: ttbmEnqIn .38s cubic-bezier(.2,.9,.3,1.25) both; }
@keyframes ttbmEnqFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ttbmEnqIn { from { opacity: 0; transform: translateY(26px) scale(.95); } to { opacity: 1; transform: none; } }

.ttbm_popup[data-popup="get-enquiry-popup"] .popupHeader {
	border: 0; padding: 20px 22px; position: relative; justify-content: flex-start;
	background: linear-gradient(135deg, var(--color_theme), var(--color_theme_secondary));
}
.ttbm_popup[data-popup="get-enquiry-popup"] .popupHeader h2 { color: #fff; font-size: 20px; font-weight: 700; margin: 0; text-align: left; }
.ttbm_popup[data-popup="get-enquiry-popup"] .popupClose {
	top: 15px; right: 15px; width: 34px; height: 34px; border-radius: 50%;
	background: rgba(255,255,255,.22); color: #fff; font-size: 15px; transition: background .2s ease;
}
.ttbm_popup[data-popup="get-enquiry-popup"] .popupClose:hover { background: rgba(255,255,255,.4); color: #fff; }
.ttbm_popup[data-popup="get-enquiry-popup"] .popupBody { padding: 22px; }
.ttbm_popup[data-popup="get-enquiry-popup"] .get-enquiry-form label {
	display: block; font-size: 13px; font-weight: 600; color: #3a4250; margin: 14px 0 6px;
}
.ttbm_popup[data-popup="get-enquiry-popup"] .get-enquiry-form label:first-of-type { margin-top: 0; }
.ttbm_popup[data-popup="get-enquiry-popup"] .get-enquiry-form input,
.ttbm_popup[data-popup="get-enquiry-popup"] .get-enquiry-form textarea {
	width: 100%; box-sizing: border-box; padding: 11px 14px; border: 1px solid #dfe3ea; border-radius: 10px;
	font-size: 14px; background: #f8fafc; color: #1d2430; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.ttbm_popup[data-popup="get-enquiry-popup"] .get-enquiry-form input:focus,
.ttbm_popup[data-popup="get-enquiry-popup"] .get-enquiry-form textarea:focus {
	outline: 0; border-color: var(--color_theme); background: #fff; box-shadow: 0 0 0 3px rgba(var(--color_theme_rgb), .15);
}
.ttbm_popup[data-popup="get-enquiry-popup"] #ttbm-enquiry-form-submit {
	width: 100%; margin-top: 20px; background: linear-gradient(135deg, var(--color_theme), var(--color_theme_secondary));
	color: #fff; border: 0; border-radius: 11px; padding: 13px; font-size: 15px; font-weight: 700; cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease;
}
.ttbm_popup[data-popup="get-enquiry-popup"] #ttbm-enquiry-form-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(var(--color_theme_rgb), .32); }

/* =====================================================================
   Tour booking date picker (jQuery UI) — modern restyle.
   The widget is appended to <body>, so these selectors are intentionally
   NOT scoped under #ttbm_content. Accent uses the global theme vars.
   ===================================================================== */
.ui-datepicker.ui-widget {
	width: 304px; padding: 14px; margin-top: 6px;
	border: 1px solid #e6e9f0; border-radius: 16px; background: #fff;
	box-shadow: 0 20px 48px rgba(17, 24, 39, .2);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 13px; z-index: 1000000 !important;
}
/* header */
.ui-datepicker .ui-datepicker-header { background: transparent; border: 0; padding: 2px 0 12px; margin-bottom: 6px; border-bottom: 1px solid #eef1f6; position: relative; }
.ui-datepicker .ui-datepicker-title { font-size: 15px; font-weight: 800; letter-spacing: -.01em; color: #1d2430; line-height: 32px; }
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
	font-size: 13px; font-weight: 600; color: #1d2430; padding: 4px 8px; margin: 0 3px;
	border: 1px solid #e2e6ee; border-radius: 8px; background: #fff;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 0; width: 32px; height: 32px; border-radius: 50%; background: #f1f3f8; cursor: pointer;
	border: 0; transition: background .2s ease;
}
.ui-datepicker .ui-datepicker-prev { left: 0; }
.ui-datepicker .ui-datepicker-next { right: 0; }
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover { background: var(--color_theme); }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: none; } /* hide sprite arrows */
.ui-datepicker .ui-datepicker-prev::after, .ui-datepicker .ui-datepicker-next::after {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 32px; text-align: center;
	font-size: 17px; color: #3a4250; font-family: Arial, sans-serif;
}
.ui-datepicker .ui-datepicker-prev::after { content: "\2039"; }
.ui-datepicker .ui-datepicker-next::after { content: "\203A"; }
.ui-datepicker .ui-datepicker-prev:hover::after, .ui-datepicker .ui-datepicker-next:hover::after { color: #fff; }
/* calendar grid */
.ui-datepicker table.ui-datepicker-calendar { width: 100%; border-collapse: collapse; margin: 0; font-size: 13px; }
.ui-datepicker .ui-datepicker-calendar th { padding: 8px 0; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .03em; color: #98a0ad; }
.ui-datepicker .ui-datepicker-calendar td { padding: 2px; text-align: center; border: 0; }
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
	display: block; width: 34px; height: 34px; line-height: 34px; margin: 0 auto; padding: 0;
	border: 0; border-radius: 50%; background: transparent; color: #3a4250; font-weight: 600;
	text-align: center; text-decoration: none; transition: background .15s ease, color .15s ease;
}
/* selectable (available) days get a soft accent tint */
.ui-datepicker .ui-datepicker-calendar td a.ui-state-default { background: rgba(var(--color_theme_rgb), .1); color: var(--color_theme); }
.ui-datepicker .ui-datepicker-calendar td a.ui-state-default:hover,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-hover { background: var(--color_theme); color: #fff; }
/* today */
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a { box-shadow: inset 0 0 0 2px var(--color_theme); }
/* selected */
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight { background: var(--color_theme); color: #fff; box-shadow: 0 4px 10px rgba(var(--color_theme_rgb), .4); }
/* disabled / unavailable days — clearly greyed + struck through */
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable span,
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span,
.ui-datepicker .ui-datepicker-calendar td.ttbm-date-unavailable span {
	color: #c4c9d4; background: transparent; text-decoration: line-through; opacity: .65; cursor: not-allowed;
}

/* =====================================================================
   Booking section — clean row layout (attachment mockup)
   Scoped to #ttbm_content .ttbm_booking_section.
   ===================================================================== */
/* fixed travel_type: date_selection.php renders .allCenter.ttbm_date_time_select —
   hide it completely with no leftover blank space. */
#ttbm_content .ttbm_booking_section .allCenter.ttbm_date_time_select { display: none; }

#ttbm_content .ttbm_booking_section .ttbm_registration_area:not(.placeholderLoader) .ttbm_booking_panel.placeholder_area:empty {
	display: none;
	min-height: 0;
	background: none !important;
	background-image: none !important;
}
#ttbm_content .ttbm_booking_section .ttbm_registration_area:not(.placeholderLoader) .ttbm_booking_panel.placeholder_area:empty::after {
	display: none !important;
	content: none !important;
}
/* Skeleton loader: 3 solid grey bars on white, shimmer sweeps via ::after */
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.placeholder_area,
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.ttbm-ticket-loading {
	display: block !important;
	min-height: 148px;
	margin-top: 4px;
	padding: 0 20px 16px;
	box-sizing: border-box;
	position: relative !important;
	overflow: hidden !important;
	background-color: #fff !important;
	background-image:
		linear-gradient(#d6d6d6, #d6d6d6),
		linear-gradient(#d6d6d6, #d6d6d6),
		linear-gradient(#d6d6d6, #d6d6d6) !important;
	background-size:
		100% 36px,
		100% 36px,
		100% 36px !important;
	background-repeat: no-repeat !important;
	background-position:
		0 10px,
		0 56px,
		0 102px !important;
	background-origin: content-box !important;
	background-clip: content-box !important;
	animation: none !important;
	border-top: 1px solid var(--ttbm_d_border);
}
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.placeholder_area .simpleSpinner,
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.placeholder_area [class*="dLoader"],
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.ttbm-ticket-loading .simpleSpinner,
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.ttbm-ticket-loading [class*="dLoader"] {
	display: none !important;
}
/* suppress global ::before shimmer */
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.placeholder_area::before,
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.ttbm-ticket-loading::before {
	display: none !important;
}
/* sliding white highlight that sweeps across the bars */
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.placeholder_area::after,
#ttbm_content .ttbm_booking_section .ttbm_registration_area.placeholderLoader .ttbm_booking_panel.ttbm-ticket-loading::after {
	content: '' !important;
	display: block !important;
	position: absolute;
	top: 0; left: -100%; bottom: 0;
	width: 60%;
	background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.75) 50%, transparent 100%);
	animation: ttbmShimmerSlide 1.4s ease-in-out infinite;
}
@keyframes ttbmShimmerSlide {
	0%   { left: -100%; }
	100% { left: 160%; }
}

#ttbm_content .ttbm_booking_section { margin-top: 30px; }
#ttbm_content .ttbm_booking_section .ttbm_registration_area {
	background: #fff;
	border: 1px solid var(--ttbm_d_border);
	border-radius: 16px;
	overflow: hidden;
	padding: 0;
	box-shadow: none;
	--ttbm_booking-pad-x: 20px;
}

/* unified horizontal inset — one padding layer for all sections */
#ttbm_content .ttbm_booking_section .ttbm_date_time_select,
#ttbm_content .ttbm_booking_section .ttbm_ticket_area,
#ttbm_content .ttbm_booking_section .ttbm_book_now_area {
	padding-left: var(--ttbm_booking-pad-x);
	padding-right: var(--ttbm_booking-pad-x);
}
#ttbm_content .ttbm_booking_section .ttbm_booking_panel,
#ttbm_content .ttbm_booking_section .ttbm_booking_panel .ttbm_widget_content,
#ttbm_content .ttbm_booking_section .ttbm_ticket_area .ttbm_widget_content,
#ttbm_content .ttbm_booking_section .ttbm_extra_service_area .ttbm_widget_content,
#ttbm_content .ttbm_booking_section .ttbm_enhanced_ticket_area {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#ttbm_content .ttbm_booking_section .ttbm_booking_panel .ttbm_widget_content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#ttbm_content .ttbm_booking_section .ttbm_book_now_area.dLayout_xs {
	padding-top: 18px;
	padding-bottom: 18px;
}

/* ---- date section ---- */
#ttbm_content .ttbm_booking_section .ttbm_date_time_select {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding-top: 16px;
	padding-bottom: 14px;
	margin: 0;
	text-align: left;
}
#ttbm_content .ttbm_booking_section .ttbm_select_date_area {
	display: block;
	background: transparent !important;
	color: inherit !important;
	width: auto !important;
	max-width: 100%;
	padding: 0 !important;
	border-radius: 0 !important;
	justify-content: flex-start !important;
}
#ttbm_content .ttbm_booking_section .booking-button {
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 10px;
	flex-wrap: nowrap;
	width: auto;
	max-width: 100%;
}
#ttbm_content .ttbm_booking_section .date-picker {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	flex: 0 1 auto;
	width: auto;
	min-width: 0;
	max-width: 280px;
}
#ttbm_content .ttbm_booking_section .date_time_label,
#ttbm_content .ttbm_booking_section .ttbm_select_date_area .ttbm-title {
	margin: 0;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--ttbm_d_muted) !important;
	text-align: left;
}
#ttbm_content .ttbm_booking_section .date-picker-icon {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-width: 220px;
	height: 42px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 0 12px;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease;
}
#ttbm_content .ttbm_booking_section .date-picker-icon:hover,
#ttbm_content .ttbm_booking_section .date-picker-icon:focus-within {
	border-color: #c9c9d4;
	box-shadow: 0 0 0 3px rgba(var(--color_theme_rgb), .08);
}
#ttbm_content .ttbm_booking_section .date-picker-icon i {
	position: static !important;
	top: auto !important;
	left: auto !important;
	flex-shrink: 0;
	font-size: 14px;
	color: var(--ttbm_d_muted);
	background: none;
	width: auto;
	height: auto;
	border-radius: 0;
}
#ttbm_content .ttbm_booking_section .date-picker-icon .ttbm_date_chevron {
	margin-left: auto;
	font-size: 11px;
	color: var(--ttbm_d_muted);
}
#ttbm_content .ttbm_booking_section #ttbm_select_date,
#ttbm_content .ttbm_booking_section #ttbm_select_date.formControl {
	border: 0 !important;
	background: transparent !important;
	flex: 1;
	min-width: 0;
	padding: 0 !important;
	height: auto !important;
	box-shadow: none !important;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	color: var(--ttbm_d_heading);
	text-align: left;
}
#ttbm_content .ttbm_booking_section #ttbm_select_date::placeholder {
	color: var(--ttbm_d_muted);
	font-weight: 500;
}
#ttbm_content .ttbm_booking_section .ttbm_check_ability,
#ttbm_content .ttbm_booking_section .navy_blueButton.ttbm_check_ability {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 42px;
	box-sizing: border-box;
	background: #fff !important;
	color: var(--ttbm_d_heading) !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 10px;
	padding: 0 14px;
	font-weight: 600;
	font-size: 13px;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none;
	flex-shrink: 0;
	transition: border-color .2s ease, background .2s ease;
}
#ttbm_content .ttbm_booking_section .ttbm_check_ability:hover,
#ttbm_content .ttbm_booking_section .navy_blueButton.ttbm_check_ability:hover {
	background: #fafafa !important;
	color: var(--ttbm_d_heading) !important;
	border-color: #c9c9d4 !important;
	transform: none;
	box-shadow: none;
}
#ttbm_content .ttbm_booking_section .ttbm_check_ability span { color: inherit; font-size: 12px; }

/* ---- booking intro (time slots) ---- */
#ttbm_content .ttbm_booking_section .ttbm-booking-intro {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: var(--color_theme, #6d28d9);
	line-height: 1.3;
}
#ttbm_content .ttbm_booking_section .ttbm-booking-intro__brand {
	position: relative;
	display: inline-block;
	padding-bottom: 6px;
}
#ttbm_content .ttbm_booking_section .ttbm-booking-intro__brand::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: var(--color_theme, #6d28d9);
}

/* ---- date toolbar ---- */
#ttbm_content .ttbm_booking_section .ttbm-date-time-toolbar {
	margin-top: 0;
}
#ttbm_content .ttbm_booking_section .date_time_label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
#ttbm_content .ttbm_booking_section .date_time_label i {
	font-size: 12px;
	color: var(--ttbm_d_muted);
}
#ttbm_content .ttbm_booking_section .date-picker-icon {
	padding: 0 14px;
	min-width: 240px;
}

/* ---- time slots ---- */
#ttbm_content .ttbm_booking_section .ttbm_select_time_area {
	display: block;
	width: 100%;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid var(--ttbm_d_border);
}
#ttbm_content .ttbm_booking_section .ttbm-time-slots {
	width: 100%;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slots__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slots__title {
	font-size: 16px;
	font-weight: 700;
	color: var(--ttbm_d_heading);
	line-height: 1.3;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slots__count {
	font-size: 12px;
	font-weight: 500;
	color: var(--ttbm_d_muted);
	white-space: nowrap;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slots__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slots__select {
	display: block;
	width: 100%;
	max-width: 280px;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slot.customRadio.button_type {
	margin: 0;
	min-width: 108px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	color: var(--ttbm_d_heading);
	background: #fff;
	cursor: pointer;
	transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slot.customRadio.button_type:hover:not(.active):not(.mage_disabled):not(.is-disabled) {
	border-color: #c9c9d4;
	background: #fafafa;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slot.customRadio.button_type.active {
	border-color: var(--color_theme, #6d28d9);
	background: var(--color_theme, #6d28d9);
	color: #fff;
	box-shadow: 0 4px 12px rgba(var(--color_theme_rgb, 109, 40, 217), .25);
}
#ttbm_content .ttbm_booking_section .ttbm-time-slot.customRadio.button_type.mage_disabled,
#ttbm_content .ttbm_booking_section .ttbm-time-slot.customRadio.button_type.is-disabled {
	border-color: #ececec;
	background: #f5f5f5;
	color: #b8b8b8;
	cursor: not-allowed;
	opacity: 1;
	pointer-events: none;
}
#ttbm_content .ttbm_booking_section .ttbm-time-slot.customRadio.button_type::before,
#ttbm_content .ttbm_booking_section .ttbm-time-slot.customRadio.button_type::after {
	display: none;
}

/* ---- ticket area ---- */
#ttbm_content .ttbm_booking_section .ttbm_booking_panel { padding: 0; }
#ttbm_content .ttbm_booking_section .mp_tour_ticket_form { margin: 0; padding: 0; }
#ttbm_content .ttbm_booking_section .ttbm_ticket_area {
	padding: 5px 20px !important;
	padding-bottom: 8px;
	border-top: 1px solid var(--ttbm_d_border);
	text-align: left;
}
#ttbm_content .ttbm_booking_section .ttbm_extra_service_area {
	padding: 0 0 8px;
	border-top: 1px solid var(--ttbm_d_border);
	text-align: left;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_area .ttbm_widget_content,
#ttbm_content .ttbm_booking_section .ttbm_extra_service_area .ttbm_widget_content {
	text-align: left;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_list_title,
#ttbm_content .ttbm_booking_section .ttbm_extra_service_area > h2.extra_service_title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--ttbm_d_muted) !important;
	margin: 20px 0 12px;
	padding: 0 !important;
	text-align: left !important;
	display: block;
	width: 100%;
}

/* availability_section: ticket area title */

/* Section heading — matches .ttbm_section_title typography.
   First child of .ttbm_booking_section, outside the registration area card. */
#ttbm_content .ttbm-ticket-section-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.01em;
	color: var(--ttbm_d_heading, #1a1a2e);
	margin: 0 0 16px;
	padding: 0;
	text-transform: none;
}

/* table -> horizontal rows */
#ttbm_content .ttbm_booking_section .ttbm_enhanced_table,
#ttbm_content .ttbm_booking_section .ttbm_enhanced_table tbody {
	display: block;
	width: 100%;
}
#ttbm_content .ttbm_booking_section .ttbm_enhanced_table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	border: 0;
}
#ttbm_content .ttbm_booking_section .ttbm_enhanced_table thead { display: none; }
#ttbm_content .ttbm_booking_section .ttbm_ticket_row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid var(--ttbm_d_border);
	box-shadow: none;
	background: transparent;
	transition: background .2s ease;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row:hover {
	background: #fafafa;
	box-shadow: none;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td {
	display: block;
	flex: 0 0 auto;
	background: transparent;
	padding: 14px 0 !important;
	border: 0;
	border-radius: 0;
	vertical-align: middle;
}
#ttbm_content .ttbm_booking_section div.ttbm_booking_panel table td:last-child {
	text-align: right !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#ttbm_content .ttbm_booking_section div.ttbm_booking_panel table td:first-child {
	padding-left: 0 !important;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-person-info {
	flex: 1 1 0;
	min-width: 0;
	text-align: left;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-ticket-badge-col {
	flex: 0 0 auto;
	text-align: left;
	padding-left: 0;
	padding-right: 8px;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-ticket-badge-col:empty {
	display: none;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-regular-price {
	flex: 0 0 130px;
	text-align: right;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-availability-info {
	display: none !important;
	width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-select-quantity {
	flex: 0 0 118px;
	text-align: right;
	margin-left: auto;
}

/* attendee form — full width below ticket row */
#ttbm_content .ttbm_booking_section .ttbm_enhanced_table tr.ttbm_hidden_inputs {
	display: none !important;
}
#ttbm_content .ttbm_booking_section .ttbm_enhanced_table tr.ttbm_attendee_form_row {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid var(--ttbm_d_border);
}
#ttbm_content .ttbm_booking_section .ttbm_enhanced_table tr.ttbm_attendee_form_row td {
	display: block;
	width: 100% !important;
	max-width: 100%;
	flex: none;
	box-sizing: border-box;
	padding: 0 0 16px !important;
	text-align: left !important;
}
#ttbm_content .ttbm_booking_section .ttbm_attendee_form_row .ttbm_attendee_form_item,
#ttbm_content .ttbm_booking_section .ttbm_attendee_form_row .ttbm-attendee-form {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
#ttbm_content .ttbm_booking_section .ttbm-attendee-form .max_200 {
	max-width: none;
	width: 100%;
}

/* ticket info */
#ttbm_content .ttbm_booking_section .person-info { display: block; text-align: left; }
#ttbm_content .ttbm_booking_section .ttbm_ticket_details { text-align: left; }
#ttbm_content .ttbm_booking_section .ttbm_ticket_name {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px 10px;
	font-weight: 700;
	color: var(--ttbm_d_heading);
	font-size: 16px;
	margin: 0;
	text-align: left;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_name_text { line-height: 1.3; }
#ttbm_content .ttbm_booking_section .ttbm_ticket_icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin: 0;
	font-size: 17px;
	background: #f3f0ff;
	color: var(--color_theme, #7241ff);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#ttbm_content .ttbm_booking_section .ttbm_discount_badge {
	position: static !important;
	top: auto !important;
	right: auto !important;
	display: inline-block;
	background: #f3f0ff;
	color: var(--color_theme, #7241ff);
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 999px;
	margin: 0;
	text-transform: lowercase;
	letter-spacing: 0;
	line-height: 1.4;
	white-space: nowrap;
	z-index: auto;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_description {
	font-size: 13px;
	color: var(--ttbm_d_muted);
	margin: 0;
	line-height: 1.5;
	max-width: 420px;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_details:has(.ttbm_ticket_icon) .ttbm_ticket_description {
	margin-left: 50px;
}

/* price */
#ttbm_content .ttbm_booking_section .ttbm_price_container {
	position: static !important;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	text-align: right;
	width: 100%;
}
#ttbm_content .ttbm_booking_section .ttbm_sale_price {
	display: block !important;
	color: var(--color_theme, #7241ff) !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	margin: 0 !important;
	line-height: 1.2;
	white-space: nowrap;
}
#ttbm_content .ttbm_booking_section .ttbm_price_meta {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	font-size: 12px;
	color: var(--ttbm_d_muted);
	white-space: nowrap;
}
#ttbm_content .ttbm_booking_section .ttbm_regular_price.strikeLine {
	color: #9ca3af !important;
	text-decoration: line-through;
	font-size: 12px !important;
	margin: 0;
	display: inline !important;
}
#ttbm_content .ttbm_booking_section .ttbm_regular_price.strikeLine .woocommerce-Price-amount {
	font-size: 12px !important;
	color: #9ca3af !important;
	text-decoration: line-through;
	display: inline !important;
}
#ttbm_content .ttbm_booking_section .ttbm_stock_left {
	font-size: 12px;
	color: var(--ttbm_d_muted);
	white-space: nowrap;
}
#ttbm_content .ttbm_booking_section .ttbm_progress_bar,
#ttbm_content .ttbm_booking_section .ttbm_capacity_info,
#ttbm_content .ttbm_booking_section .ttbm_remaining_count {
	display: none !important;
}

/* quantity */
#ttbm_content .ttbm_booking_section .qtyIncDec {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
	min-width: 112px;
	height: 42px;
	padding: 0 4px;
	background: #fff;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	box-shadow: none;
	overflow: hidden;
}
#ttbm_content .ttbm_booking_section .qtyIncDec .decQty,
#ttbm_content .ttbm_booking_section .qtyIncDec .incQty,
#ttbm_content .ttbm_booking_section .qtyIncDec .decQty.addonGroupContent,
#ttbm_content .ttbm_booking_section .qtyIncDec .incQty.addonGroupContent {
	width: 36px;
	height: 36px;
	min-width: 36px;
	border: 0 !important;
	border-radius: 50%;
	background: transparent !important;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition: background .15s ease, color .15s ease, opacity .15s ease;
	flex-shrink: 0;
}
#ttbm_content .ttbm_booking_section .qtyIncDec .decQty > span,
#ttbm_content .ttbm_booking_section .qtyIncDec .incQty > span {
	display: none !important;
}
#ttbm_content .ttbm_booking_section .qtyIncDec .decQty::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
}
#ttbm_content .ttbm_booking_section .qtyIncDec .incQty::before {
	content: "+";
	display: block;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
#ttbm_content .ttbm_booking_section .qtyIncDec .decQty:hover,
#ttbm_content .ttbm_booking_section .qtyIncDec .incQty:hover,
#ttbm_content .ttbm_booking_section .qtyIncDec .decQty.addonGroupContent:hover,
#ttbm_content .ttbm_booking_section .qtyIncDec .incQty.addonGroupContent:hover {
	background: #f3f4f6 !important;
	color: #111827 !important;
	border-color: transparent !important;
}
#ttbm_content .ttbm_booking_section .qtyIncDec .decQty.mpDisabled,
#ttbm_content .ttbm_booking_section .qtyIncDec .incQty.mpDisabled,
#ttbm_content .ttbm_booking_section .qtyIncDec .decQty.mage_disabled,
#ttbm_content .ttbm_booking_section .qtyIncDec .incQty.mage_disabled {
	opacity: .35;
	cursor: not-allowed;
	pointer-events: none;
}
#ttbm_content .ttbm_booking_section .qtyIncDec label {
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	min-width: 0;
	border: 0;
	font-weight: inherit;
}
#ttbm_content .ttbm_booking_section .qtyIncDec input.inputIncDec,
#ttbm_content .ttbm_booking_section .qtyIncDec .formControl {
	width: 100%;
	min-width: 24px;
	max-width: 44px;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #111827;
	-moz-appearance: textfield;
}
#ttbm_content .ttbm_booking_section .qtyIncDec input::-webkit-outer-spin-button,
#ttbm_content .ttbm_booking_section .qtyIncDec input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* extra services reuse ticket row styles */
#ttbm_content .ttbm_booking_section p.extra_service_title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	font-weight: 700;
	font-size: 16px;
	color: var(--ttbm_d_heading);
	margin: 0;
	text-align: left;
}
#ttbm_content .ttbm_booking_section .ttbm_extra_service_row .ttbm_ticket_details {
	text-align: left;
}
#ttbm_content .ttbm_booking_section .ttbm_extra_service_row .ttbm_ticket_details:has(.ttbm_ticket_icon) .ttbm_ticket_description {
	margin-left: 50px;
}
#ttbm_content .ttbm_booking_section .ttbm_extra_service_row .ttbm_price_container {
	align-items: flex-end;
	text-align: right;
}

/* ---- summary footer ---- */
#ttbm_content .ttbm_booking_section .ttbm_book_now_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin: 0;
	padding-top: 18px;
	padding-bottom: 18px;
	background: #f4f5f7;
	border: 0;
	border-top: 1px solid var(--ttbm_d_border);
	border-radius: 0 0 16px 16px;
}
#ttbm_content .ttbm_booking_section .ttbm_order_summary { display: block; }
#ttbm_content .ttbm_booking_section .ttbm_summary_heading { display: none; }
#ttbm_content .ttbm_booking_section .ttbm_summary_values {
	display: flex;
	align-items: flex-start;
	gap: 36px;
}
#ttbm_content .ttbm_booking_section .ttbm_summary_item {
	display: flex;
	flex-direction: column;
	gap: 2px;
}
#ttbm_content .ttbm_booking_section .ttbm_summary_label {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--ttbm_d_muted);
	order: 2;
}
#ttbm_content .ttbm_booking_section .ttbm_summary_item .tour_qty {
	font-size: 22px;
	font-weight: 800;
	color: var(--ttbm_d_heading);
	line-height: 1.1;
	order: 1;
}
#ttbm_content .ttbm_booking_section .ttbm_summary_item .tour_price {
	font-size: 22px;
	font-weight: 600;
	color: var(--color_theme, #7241ff);
	line-height: 1.1;
	order: 1;
}
#ttbm_content .ttbm_booking_section .ttbm_book_now {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: var(--color_theme) !important;
	color: #fff !important;
	border: 1px solid #e0e0e0 !important;
	border-radius: 12px;
	padding: 12px 22px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: none;
	transition: border-color .2s ease, background .2s ease;
}
#ttbm_content .ttbm_booking_section .ttbm_book_now:hover {
	transform: none;
	background: #5019cf !important;
	border-color: #c9c9d4 !important;
	box-shadow: none;
	color: #fff !important;
}
#ttbm_content .ttbm_booking_section .ttbm_book_now span { color: #fff; font-size: 14px; }

/* override global registration.css ticket table styles */
#ttbm_content .ttbm_booking_section .ttbm_ticket_row {
	box-shadow: none !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	overflow: visible !important;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td::before {
	display: none !important;
	content: none !important;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-person-info {
	background-color: transparent !important;
	border-left: 0 !important;
	border-radius: 0 !important;
}
#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-ticket-badge-col::before {
	display: none !important;
	content: none !important;
}
#ttbm_content .ttbm_booking_section .person-info {
	display: block !important;
	margin-left: 0 !important;
}
#ttbm_content .ttbm_booking_section .ttbm_enhanced_table .ttbm-select-quantity .qtyIncDec {
	margin-left: 0;
	justify-content: center;
}

@media (max-width: 768px) {
	#ttbm_content .ttbm_booking_section .ttbm_ticket_row {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 12px;
	}
	#ttbm_content .ttbm_booking_section .ttbm_ticket_row td {
		width: auto !important;
		border-bottom: 0 !important;
		padding: 12px 0 !important;
		flex-direction: row !important;
		justify-content: flex-start !important;
	}
	#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-person-info {
		flex: 1 1 100%;
	}
	#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-ticket-badge-col {
		flex: 0 0 auto;
		order: 2;
	}
	#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-regular-price {
		flex: 1 1 auto;
		order: 3;
		text-align: left;
	}
	#ttbm_content .ttbm_booking_section .ttbm_ticket_row td.ttbm-select-quantity {
		flex: 0 0 auto;
		order: 4;
		margin-left: 0;
	}
	#ttbm_content .ttbm_booking_section .ttbm_price_container {
		align-items: flex-start;
		text-align: left;
	}
	#ttbm_content .ttbm_booking_section .ttbm_price_meta {
		justify-content: flex-start;
	}
	#ttbm_content .ttbm_booking_section .ttbm_ticket_details:has(.ttbm_ticket_icon) .ttbm_ticket_description {
		margin-left: 50px;
	}
	#ttbm_content .ttbm_booking_section .booking-button {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: flex-start;
		width: 100%;
	}
	#ttbm_content .ttbm_booking_section .date-picker {
		max-width: 100%;
		flex: 1 1 200px;
	}
	#ttbm_content .ttbm_booking_section .date-picker-icon {
		min-width: 0;
	}
	#ttbm_content .ttbm_booking_section .ttbm_check_ability,
	#ttbm_content .ttbm_booking_section .navy_blueButton.ttbm_check_ability {
		width: auto;
	}
	#ttbm_content .ttbm_booking_section .ttbm-time-slots__header {
		flex-wrap: wrap;
	}
	#ttbm_content .ttbm_booking_section .ttbm-time-slots__list {
		gap: 8px;
	}
	#ttbm_content .ttbm_booking_section .ttbm-time-slot.customRadio.button_type {
		flex: 1 1 calc(50% - 8px);
		min-width: 0;
	}
}

/* =====================================================
   Tour details page — initial skeleton loaders
   ===================================================== */
.placeholderLoader.ttbm_details_page_loader {
	--ttbm-d-skeleton-bar: #dce1ea;
	--ttbm-d-skeleton-shell: #eef2f8;
	--ttbm-d-skeleton-card: #fff;
}

@keyframes ttbmDetailsShimmer {
	0% { left: -100%; }
	100% { left: 160%; }
}

.placeholderLoader.ttbm_details_page_loader .placeholder_area > * {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.placeholderLoader.ttbm_details_page_loader .placeholder_area::after {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	width: 60%;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.55) 50%, transparent 100%);
	animation: ttbmDetailsShimmer 1.4s ease-in-out infinite;
	pointer-events: none;
	z-index: 5;
}

/* Hero / gallery */
.placeholderLoader.ttbm_details_page_loader .ttbm_hero.placeholder_area,
.placeholderLoader.ttbm_details_page_loader .ttbm_smart_gallery.placeholder_area {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	min-height: 320px;
	background-color: var(--ttbm-d-skeleton-shell) !important;
}

.placeholderLoader.ttbm_details_page_loader .ttbm_default_theme .ttbm_hero.placeholder_area {
	min-height: 590px;
}

.placeholderLoader.ttbm_details_page_loader .ttbm_smart_gallery.placeholder_area {
	min-height: 520px;
	margin-bottom: 28px;
}

/* Hero stats grid */
.placeholderLoader.ttbm_details_page_loader .ttbm_hero_stats.placeholder_area {
	position: relative;
	overflow: hidden;
	min-height: 96px;
	margin: 0 0 22px;
	padding: 16px;
	border-radius: 16px;
	background-color: var(--ttbm-d-skeleton-shell) !important;
	background-image:
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar));
	background-size: calc(25% - 12px) 64px, calc(25% - 12px) 64px, calc(25% - 12px) 64px, calc(25% - 12px) 64px;
	background-repeat: no-repeat;
	background-position: 0 0, calc(33.33% + 4px) 0, calc(66.66% + 8px) 0, calc(100% - 25% + 12px) 0;
}

/* Booking section */
.placeholderLoader.ttbm_details_page_loader .ttbm_booking_section.placeholder_area {
	position: relative;
	overflow: hidden;
	min-height: 220px;
	padding: 24px;
	border-radius: 16px;
	background-color: var(--ttbm-d-skeleton-card) !important;
	border: 1px solid #e2e8f0;
	background-image:
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar));
	background-size: 55% 22px, 100% 44px, 100% 44px, 38% 44px;
	background-repeat: no-repeat;
	background-position: 24px 24px, 24px 58px, 24px 114px, 24px 170px;
}

/* Inclusions / overview content */
.placeholderLoader.ttbm_details_page_loader .ttbm_inclusions_grid.placeholder_area,
.placeholderLoader.ttbm_details_page_loader .ttbm_smart_overview.placeholder_area {
	position: relative;
	overflow: hidden;
	min-height: 200px;
	padding: 24px 0;
	background-color: transparent !important;
	background-image:
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar));
	background-size: 42% 20px, 100% 14px, 100% 14px, 72% 14px, 100% 120px;
	background-repeat: no-repeat;
	background-position: 0 0, 0 36px, 0 58px, 0 80px, 0 108px;
}

/* Sidebar booking card */
.placeholderLoader.ttbm_details_page_loader .ttbm_content__right.placeholder_area {
	position: relative;
	overflow: hidden;
	height: 256px;
	min-height: 0;
	max-height: 256px;
	padding: 20px;
	border-radius: 16px;
	background-color: var(--ttbm-d-skeleton-card) !important;
	border: 1px solid #e2e8f0;
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.06);
	background-image:
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar));
	background-size: 68% 18px, 100% 14px, 100% 42px, 100% 42px, 100% 48px;
	background-repeat: no-repeat;
	background-position: 20px 20px, 20px 48px, 20px 76px, 20px 128px, 20px 188px;
}

/* Related tours */
.placeholderLoader.ttbm_details_page_loader .ttbm_smart_related.placeholder_area,
.placeholderLoader.ttbm_details_page_loader .mT.placeholder_area {
	position: relative;
	overflow: hidden;
	min-height: 280px;
	margin-top: 28px;
	padding-top: 8px;
	background-color: transparent !important;
	background-image:
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar)),
		linear-gradient(var(--ttbm-d-skeleton-bar), var(--ttbm-d-skeleton-bar));
	background-size: 34% 22px, calc(33.33% - 14px) 200px, calc(33.33% - 14px) 200px, calc(33.33% - 14px) 200px;
	background-repeat: no-repeat;
	background-position: 0 0, 0 40px, calc(33.33% + 7px) 40px, calc(66.66% + 14px) 40px;
}

@media (max-width: 959px) {
	.placeholderLoader.ttbm_details_page_loader .ttbm_default_theme .ttbm_hero.placeholder_area,
	.placeholderLoader.ttbm_details_page_loader .ttbm_smart_gallery.placeholder_area {
		min-height: 280px;
	}

	.placeholderLoader.ttbm_details_page_loader .ttbm_hero_stats.placeholder_area {
		background-size: calc(50% - 8px) 64px, calc(50% - 8px) 64px;
		background-position: 0 0, calc(50% + 8px) 0;
		min-height: 80px;
	}

	.placeholderLoader.ttbm_details_page_loader .ttbm_content__right.placeholder_area {
		height: 256px;
		min-height: 0;
		max-height: 256px;
	}

	.placeholderLoader.ttbm_details_page_loader .ttbm_smart_related.placeholder_area,
	.placeholderLoader.ttbm_details_page_loader .mT.placeholder_area {
		background-size: 50% 22px, 100% 180px;
		background-position: 0 0, 0 40px;
		min-height: 240px;
	}
}
