/* ============================================================
   Eightarrows Travel — Single Trip skin v2.5 (FULL FILE)
   File: child-theme/assets/eh-single-trip.css
   FULL REPLACEMENT — supersedes all previous versions.
   v2.5: Highlights redesigned as a route ribbon (Section 10).
   Loaded only on single trips (see functions.php enqueue).

   Selectors verified against live markup (trips 312/314) —
   WPTE 6.8, Astra, Advanced Itinerary, Fixed Starting Dates,
   new FAQ component.

   Tokens: navy #1E2A38 · cream #FAF7F1 · gold #C2A36B · cards #fff
   Fonts: Fraunces (headings) / Inter (UI) via Elementor Globals.
   Pairs with eh-single-trip.js v1.2 (eyebrow, price formatting,
   table scroll wrapper, scroll-reveal classes).
   Remove this file to restore stock styling.
   ============================================================ */

:root {
	--eh-navy: #1E2A38;
	--eh-cream: #FAF7F1;
	--eh-gold: #C2A36B;
	--eh-gold-hover: #d4b87f;
	--eh-border: rgba(30, 42, 56, 0.08);
	--eh-shadow: 0 6px 24px rgba(30, 42, 56, 0.06);
	--eh-shadow-lg: 0 12px 32px rgba(30, 42, 56, 0.10);
	--eh-radius: 14px;
}

/* ============================================================
   1. Canvas & typography
   ============================================================ */
body.single-trip {
	background-color: var(--eh-cream);
	color: var(--eh-navy);
}

body.single-trip #wp-travel-trip-wrapper h1,
body.single-trip #wp-travel-trip-wrapper h2,
body.single-trip #wp-travel-trip-wrapper h3,
body.single-trip .wte-related-trips__heading {
	font-family: "Fraunces", serif;
	color: var(--eh-navy);
	letter-spacing: -0.01em;
}

/* Hide empty plugin section titles that render as gaps */
body.single-trip .wpte-overview-title:empty,
body.single-trip .wpte-itinerary-title:empty,
body.single-trip .wpte-cost-tab-title:empty,
body.single-trip .wpte-faq-category-title:empty {
	display: none;
}

/* Hide the front-end Edit link (still editable via admin bar) */
body.single-trip .entry-footer .edit-link {
	display: none;
}

/* ============================================================
   2. Hero banner + fade into the page
   ============================================================ */
body.single-trip .wpte-trip-feat-img img {
	width: 100%;
	height: clamp(320px, 56vh, 560px);
	object-fit: cover;
	display: block;
}

body.single-trip .wpte-gallery-wrapper {
	position: relative;
}

body.single-trip .wpte-gallery-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 110px;
	background: linear-gradient(180deg, rgba(250, 247, 241, 0) 0%, #FAF7F1 100%);
	pointer-events: none;
}

/* ============================================================
   3. Title row: eyebrow + H1 + duration badges
   ============================================================ */
body.single-trip .entry-header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 20px;
	padding: 28px 0 8px;
}

/* Taxonomy eyebrow — element built by eh-single-trip.js */
body.single-trip .entry-header .eh-eyebrow {
	flex-basis: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 4px;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--eh-gold);
}

body.single-trip .entry-header .eh-eyebrow::after {
	content: "";
	height: 1px;
	width: 48px;
	background: var(--eh-gold);
	opacity: 0.7;
}

body.single-trip .entry-header .entry-title {
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 600;
	margin: 0;
}

body.single-trip .wte-title-duration {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid var(--eh-gold);
	border-radius: 12px;
	padding: 10px 18px;
	line-height: 1.1;
	box-shadow: var(--eh-shadow);
}

body.single-trip .wte-title-duration .duration {
	font-family: "Fraunces", serif;
	font-size: 26px;
	font-weight: 600;
	color: var(--eh-navy) !important;
	background: transparent !important;
}

body.single-trip .wte-title-duration .days {
	font-family: "Inter", sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--eh-gold);
	background: transparent !important;
}

/* ============================================================
   4. "No fixed departure" notice (text via gettext/JS)
   ============================================================ */
body.single-trip .wte-fsd__no-dates-found {
	background: rgba(194, 163, 107, 0.12);
	border-left: 3px solid var(--eh-gold);
	border-radius: 0 10px 10px 0;
	color: var(--eh-navy);
	font-family: "Inter", sans-serif;
	font-size: 15px;
	padding: 14px 18px;
	margin: 8px 0 24px;
}

/* ============================================================
   5. FSD departure-dates module (exact selectors, trip 312)
   ============================================================ */
body.single-trip .wte-fsd__container {
	background: #fff;
	border: 1px solid var(--eh-border);
	border-radius: var(--eh-radius);
	box-shadow: var(--eh-shadow);
	padding: 28px 32px;
	margin: 8px 0 32px;
	font-family: "Inter", sans-serif;
}

/* Inside the Dates tab the container sits in a .post-data card already —
   don't double-card it */
body.single-trip .post-data .wte-fsd__container {
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

/* Title: stop competing with the H1; short gold rule underneath */
body.single-trip .wpte-fsd__title {
	font-size: 24px;
	margin: 0 0 6px;
	position: relative;
	padding-bottom: 12px;
}

body.single-trip .wpte-fsd__title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 2px;
	background: var(--eh-gold);
}

/* Hide the redundant trip-title link inside the block — it repeats the H1.
   Scoped to single trips only, so FSD shortcodes elsewhere keep theirs. */
body.single-trip .wte-fsd__availability-trip-name {
	display: none;
}

/* Date rows */
body.single-trip .wte-fsd__availability-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.single-trip .wte-fsd__availability {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 28px;
	padding: 18px 0;
	border-top: 1px solid var(--eh-border);
}

body.single-trip .wte-fsd__availability:first-child {
	border-top: 0;
}

/* Tag pills (Guaranteed / Available Packages) */
body.single-trip .wte-fsd__tag-wrap {
	flex-basis: 100%;
	display: flex;
	gap: 10px;
}

body.single-trip .wte-fsd__tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 4px 12px;
	border-radius: 999px;
	line-height: 1.5;
}

/* "Available Packages" tooltip trigger — gold tint, hint it's interactive */
body.single-trip .wte-fsd__tag.wte-fsd__packages {
	background: rgba(194, 163, 107, 0.16);
	color: #8a6a33;
	cursor: help;
	border-bottom: 1px dotted #8a6a33;
}

/* Date columns */
body.single-trip .wte-fsd__availability-title-text {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(30, 42, 56, 0.5);
}

body.single-trip .wte-fsd__availability-bold-text {
	font-size: 17px;
	font-weight: 600;
	color: var(--eh-navy);
	line-height: 1.35;
}

/* Range arrow in gold (plugin span is empty — draw our own) */
body.single-trip .wte-fsd__availability-arrow {
	background: none !important;
}

body.single-trip .wte-fsd__availability-arrow::before {
	content: "\2192"; /* → */
	color: var(--eh-gold);
	font-size: 20px;
	line-height: 1;
}

/* Price cell — serif, slightly larger */
body.single-trip .wte-fsd__availability-price-wrap .wte-fsd__availability-bold-text {
	font-family: "Fraunces", serif;
	font-size: 21px;
}

/* "Available" status — small caps navy, overrides inline black */
body.single-trip .wte-fsd__availability-remaining-seats .wte-fsd__availability-title-text {
	color: var(--eh-navy) !important;
}

/* Book Now — gold system, pushed to the row end on desktop */
body.single-trip .wte-fsd__availability-cta-wrap {
	margin-left: auto;
}

body.single-trip .wte-fsd__booknow-btn {
	background-color: var(--eh-gold) !important;
	color: var(--eh-navy) !important;
	border: 0 !important;
	border-radius: 10px !important;
	font-family: "Inter", sans-serif !important;
	font-weight: 700;
	letter-spacing: 0.03em;
	padding: 13px 28px;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

body.single-trip .wte-fsd__booknow-btn:hover {
	background-color: var(--eh-gold-hover) !important;
	transform: translateY(-1px);
}

/* ============================================================
   6. Trip body content (intro + editorial)
   ============================================================ */
body.single-trip .trip-post-content {
	font-family: "Inter", sans-serif;
	font-size: 17px;
	line-height: 1.7;
	color: rgba(30, 42, 56, 0.88);
}

body.single-trip .trip-post-content h2 {
	font-size: 30px;
	margin: 28px 0 14px;
}

/* Editorial drop cap on the opening paragraph */
body.single-trip .trip-post-content h2 + p::first-letter {
	font-family: "Fraunces", serif;
	font-size: 3.1em;
	font-weight: 600;
	float: left;
	line-height: 0.85;
	padding: 4px 10px 0 0;
	color: var(--eh-gold);
}

/* Route-map / content figures */
body.single-trip .trip-post-content figure.wp-block-image {
	margin: 28px auto;
	max-width: 560px;
}

body.single-trip .trip-post-content figure.wp-block-image img {
	width: 100%;
	height: auto;
	border-radius: var(--eh-radius);
	border: 1px solid var(--eh-border);
	box-shadow: var(--eh-shadow);
}

/* ============================================================
   7. Tabs nav
   ============================================================ */
body.single-trip .nav-tab-wrapper {
	background: #fff;
	border: 1px solid var(--eh-border);
	border-radius: 12px;
	box-shadow: var(--eh-shadow);
	padding: 6px;
	display: flex;
}

body.single-trip .nav-tab-wrapper .wte-tab-title {
	margin: 0;
	font-family: "Inter", sans-serif;
}

body.single-trip .nav-tab-wrapper .nav-tab {
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: var(--eh-navy);
	background: transparent;
	border: 0;
	border-radius: 8px;
	padding: 12px 20px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

body.single-trip .nav-tab-wrapper .nav-tab:hover {
	background: rgba(194, 163, 107, 0.14);
	color: var(--eh-navy);
}

body.single-trip .nav-tab-wrapper .nav-tab.nav-tab-active {
	background: var(--eh-navy);
	color: var(--eh-cream);
}

/* ============================================================
   8. Tab panels as cards
   ============================================================ */
body.single-trip .post-data {
	background: #fff;
	border: 1px solid var(--eh-border);
	border-radius: var(--eh-radius);
	padding: 32px;
	margin: 24px 0;
	box-shadow: var(--eh-shadow);
}

body.single-trip .post-data.overview p {
	font-size: 16px;
	line-height: 1.75;
}

/* ============================================================
   9. Price tables (importer markup; scroll wrapper added by JS)
   ============================================================ */
body.single-trip .eh-table-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 12px;
	border: 1px solid var(--eh-border);
	margin: 20px 0;
}

body.single-trip .eh-price-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 15px;
	margin: 0;
	min-width: 520px;
}

body.single-trip .eh-price-table th {
	background: var(--eh-navy);
	color: var(--eh-cream);
	font-family: "Inter", sans-serif;
	font-weight: 600;
	text-align: left;
	padding: 12px 16px;
	white-space: nowrap;
}

body.single-trip .eh-price-table td {
	padding: 12px 16px;
	border-bottom: 1px solid var(--eh-border);
}

body.single-trip .eh-price-table tbody tr:nth-child(even) td {
	background: rgba(250, 247, 241, 0.6);
}

body.single-trip .eh-price-table tbody tr:last-child td {
	border-bottom: 0;
}

/* ============================================================
   10. Highlights — route ribbon (ports connected by gold arrows)
   ============================================================ */
body.single-trip .wpte-trip-highlights-title {
	font-size: 28px;
	margin: 32px 0 18px;
	position: relative;
	padding-bottom: 12px;
}

body.single-trip .wpte-trip-highlights-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 2px;
	background: var(--eh-gold);
}

body.single-trip .wpte-trip-highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 18px;
}

body.single-trip .wpte-trip-highlights .trip-highlight {
	position: relative;
	display: inline-flex;
	align-items: center;
	background: #fff;
	border: 1px solid var(--eh-border);
	border-radius: 999px;
	padding: 10px 20px;
	margin-right: 38px; /* room for the connecting arrow */
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: var(--eh-navy);
	box-shadow: 0 2px 10px rgba(30, 42, 56, 0.05);
	white-space: nowrap;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.single-trip .wpte-trip-highlights .trip-highlight:hover {
	border-color: rgba(194, 163, 107, 0.6);
	box-shadow: 0 4px 14px rgba(30, 42, 56, 0.08);
}

/* Kill the plugin's blue check icon at the source */
body.single-trip .wpte-trip-highlights .trip-highlight {
	background-image: none !important;
}

body.single-trip .wpte-trip-highlights .trip-highlight::before {
	content: none !important;
	display: none !important;
}

body.single-trip .wpte-trip-highlights .trip-highlight svg,
body.single-trip .wpte-trip-highlights .trip-highlight img {
	display: none !important;
}

/* Gold connecting arrow between stops (none after the last) */
body.single-trip .wpte-trip-highlights .trip-highlight::after {
	content: "\2192"; /* → */
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--eh-gold);
	font-size: 17px;
	line-height: 1;
	pointer-events: none;
}

body.single-trip .wpte-trip-highlights .trip-highlight:last-child {
	margin-right: 0;
}

body.single-trip .wpte-trip-highlights .trip-highlight:last-child::after {
	content: none;
}

/* ============================================================
   11. Itinerary (Advanced Itinerary add-on)
   ============================================================ */
body.single-trip .wp-travel-engine-itinerary-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 24px 0 12px;
}

body.single-trip .post-data.itinerary {
	padding: 16px;
}

body.single-trip .advanced-itinerary-row {
	background: #fff;
	border: 1px solid var(--eh-border);
	border-left: 3px solid var(--eh-gold);
	border-radius: 10px;
	margin-bottom: 12px;
	overflow: hidden;
}

body.single-trip .wte-itinerary-head-wrap {
	padding: 16px 20px;
	cursor: pointer;
}

body.single-trip .itinerary-day {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--eh-gold);
}

body.single-trip .itinerary-title span {
	font-family: "Fraunces", serif;
	font-size: 19px;
	color: var(--eh-navy);
}

body.single-trip .itinerary-content .content {
	padding: 0 20px 16px;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(30, 42, 56, 0.85);
}

/* Hide the meaningless "24 hours" per-day duration rows */
body.single-trip .itinerary-detail-additional-info {
	display: none;
}

/* Expand-all toggles (itinerary + FAQ) */
body.single-trip .aib-button-label,
body.single-trip .faq-button-label {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--eh-navy);
}

/* ============================================================
   12. Cost includes / excludes
   ============================================================ */
body.single-trip .post-data.cost h3 {
	font-size: 24px;
	margin: 8px 0 14px;
}

body.single-trip #include-result,
body.single-trip #exclude-result {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

body.single-trip #include-result li,
body.single-trip #exclude-result li {
	position: relative;
	padding: 8px 0 8px 32px;
	font-size: 15px;
	line-height: 1.6;
	border-bottom: 1px solid rgba(30, 42, 56, 0.05);
}

body.single-trip #include-result li::before {
	content: "✓";
	position: absolute;
	left: 4px;
	color: var(--eh-gold);
	font-weight: 700;
}

body.single-trip #exclude-result li::before {
	content: "✕";
	position: absolute;
	left: 4px;
	color: rgba(30, 42, 56, 0.35);
	font-weight: 600;
}

/* ============================================================
   13. FAQs (new wpte-faq component)
   ============================================================ */
body.single-trip .wpte-faq-section-title {
	font-size: 28px;
	margin: 8px 0 18px;
}

body.single-trip .wpte-faq-item {
	background: #fff;
	border: 1px solid var(--eh-border);
	border-radius: 10px;
	margin-bottom: 12px;
	overflow: hidden;
}

body.single-trip .wpte-faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	background: #fff;
	border: 0;
	padding: 16px 20px;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--eh-navy);
	text-align: left;
	cursor: pointer;
}

/* sentence case — not shouting */
body.single-trip .wpte-faq-question,
body.single-trip .wpte-faq-question-text {
	text-transform: none !important;
	letter-spacing: 0 !important;
}

body.single-trip .wpte-faq-question:hover {
	background: rgba(194, 163, 107, 0.08);
}

body.single-trip .wpte-faq-icon {
	color: var(--eh-gold);
	flex: 0 0 auto;
}

body.single-trip .wpte-faq-answer-content {
	padding: 0 20px 18px;
	font-size: 15px;
	line-height: 1.7;
	color: rgba(30, 42, 56, 0.85);
}

/* ============================================================
   14. Booking sidebar (conversion card)
   ============================================================ */
body.single-trip #secondary .wpte-booking-area-wrapper {
	position: sticky;
	top: 110px; /* adjust to real sticky-header height */
}

body.single-trip .wpte-booking-area {
	background: #fff;
	border: 1px solid rgba(194, 163, 107, 0.5);
	border-top: 3px solid var(--eh-gold);
	border-radius: 16px;
	box-shadow: var(--eh-shadow-lg);
	overflow: hidden;
}

body.single-trip .wpte-bf-price-wrap {
	padding: 4px 4px 0;
}

body.single-trip .wpte-bf-price-from {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: rgba(30, 42, 56, 0.6);
}

body.single-trip .wpte-bf-offer-amount {
	font-family: "Fraunces", serif;
	font-size: 34px;
	font-weight: 600;
	color: var(--eh-navy);
	background: transparent;
	text-decoration: none;
}

body.single-trip .wpte-bf-pqty {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	color: rgba(30, 42, 56, 0.6);
}

/* The primary CTA — overrides plugin blue */
body.single-trip .wpte-bf-btn.wte-book-now,
body.single-trip .wpte-bf-btn {
	background-color: var(--eh-gold) !important;
	color: var(--eh-navy) !important;
	font-family: "Inter", sans-serif !important;
	font-weight: 700;
	letter-spacing: 0.03em;
	border: 0 !important;
	border-radius: 10px !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

body.single-trip .wpte-bf-btn.wte-book-now:hover,
body.single-trip .wpte-bf-btn:hover {
	background-color: var(--eh-gold-hover) !important;
	transform: translateY(-1px);
}

body.single-trip .wpte-booking-footer-text {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	color: rgba(30, 42, 56, 0.7);
}

/* Footer link + every remaining blue link */
body.single-trip .wpte-booking-footer-text a,
body.single-trip a#wte-send-enquiry-message,
body.single-trip .privacy-policy-link {
	color: var(--eh-navy) !important;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: var(--eh-gold);
	text-underline-offset: 3px;
}

/* Mobile show-prices toggle */
body.single-trip .wpte_price-toggle-btn-mb {
	background: var(--eh-navy) !important;
	color: var(--eh-cream) !important;
	border-radius: 10px !important;
	font-family: "Inter", sans-serif !important;
	font-weight: 600;
}

/* ============================================================
   15. Booking modal — brand the primary actions
   ============================================================ */
.wte-popup-booking-wrapper .wte-process-btn-next {
	background-color: var(--eh-gold) !important;
	color: var(--eh-navy) !important;
	border-radius: 10px !important;
	font-weight: 700;
}

.wte-popup-booking-wrapper .wte-process-btn-next:disabled {
	opacity: 0.45;
}

.wte-popup-booking-wrapper .wte-check-button.checked {
	background-color: var(--eh-navy) !important;
	color: var(--eh-cream) !important;
	border-color: var(--eh-navy) !important;
}

.wte-popup-booking-wrapper .wte-booking-trip-title,
.wte-popup-booking-wrapper .wte-booking-block-title {
	font-family: "Fraunces", serif;
	color: var(--eh-navy);
}

/* ============================================================
   16. Enquiry form
   ============================================================ */
body.single-trip .wte_enquiry_contact_form-wrap {
	background: #fff;
	border: 1px solid var(--eh-border);
	border-radius: var(--eh-radius);
	box-shadow: var(--eh-shadow);
	padding: 36px;
	margin: 40px 0;
	scroll-margin-top: 120px;
}

/* remove the plugin's pale-blue inner panel */
body.single-trip form.wte_enquiry_contact_form,
body.single-trip .wte_enquiry_contact_form-wrap > * {
	background-color: transparent !important;
}

body.single-trip .enquiry-form-title {
	font-size: 28px;
	margin: 0 0 20px;
}

body.single-trip .wte_enquiry_contact_form label {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: var(--eh-navy);
}

body.single-trip .wte_enquiry_contact_form .required {
	color: var(--eh-gold);
}

body.single-trip .wte_enquiry_contact_form input.input,
body.single-trip .wte_enquiry_contact_form input[type="number"],
body.single-trip .wte_enquiry_contact_form select,
body.single-trip .wte_enquiry_contact_form textarea {
	width: 100%;
	background: var(--eh-cream);
	border: 1px solid rgba(30, 42, 56, 0.15);
	border-radius: 8px;
	padding: 12px 14px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	color: var(--eh-navy);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.single-trip .wte_enquiry_contact_form input.input:focus,
body.single-trip .wte_enquiry_contact_form select:focus,
body.single-trip .wte_enquiry_contact_form textarea:focus {
	outline: none;
	border-color: var(--eh-gold);
	box-shadow: 0 0 0 3px rgba(194, 163, 107, 0.18);
	background: #fff;
}

body.single-trip .wte_enquiry_contact_form .row-repeater,
body.single-trip .wte_enquiry_contact_form .row-form {
	margin-bottom: 18px;
}

body.single-trip .wte_enquiry_contact_form .wp-travel-engine-info {
	font-family: "Inter", sans-serif;
	font-weight: 600;
}

body.single-trip .wpte-button.enquiry-submit {
	background-color: var(--eh-gold) !important;
	color: var(--eh-navy) !important;
	font-family: "Inter", sans-serif !important;
	font-weight: 700;
	border: 0;
	border-radius: 10px;
	padding: 15px 36px;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

body.single-trip .wpte-button.enquiry-submit:hover {
	background-color: var(--eh-gold-hover) !important;
	transform: translateY(-1px);
}

/* ============================================================
   17. Related trips
   ============================================================ */
body.single-trip .wte-related-trips-wrapper {
	margin: 56px 0 40px;
}

body.single-trip .wte-related-trips__heading {
	font-size: 32px;
	margin-bottom: 24px;
}

body.single-trip .category-trips-single {
	background: #fff;
	border: 1px solid var(--eh-border);
	border-radius: var(--eh-radius);
	overflow: hidden;
	box-shadow: var(--eh-shadow);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.single-trip .category-trips-single:hover {
	transform: translateY(-4px);
	box-shadow: var(--eh-shadow-lg);
}

body.single-trip .category-trip-fig {
	margin: 0;
	overflow: hidden;
}

body.single-trip .category-trip-fig img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

body.single-trip .category-trips-single:hover .category-trip-fig img {
	transform: scale(1.05);
}

body.single-trip .wte-trip-sale-price {
	background: var(--eh-navy);
	color: var(--eh-cream);
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 15px;
	padding: 6px 12px;
	border-radius: 8px;
}

body.single-trip .category-trip-content-wrap {
	padding: 20px;
}

body.single-trip .category-trip-types a {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--eh-gold);
	text-decoration: none;
}

body.single-trip .category-trip-title {
	font-size: 21px;
	line-height: 1.3;
	margin: 8px 0 14px;
}

body.single-trip .category-trip-title a {
	color: var(--eh-navy);
	text-decoration: none;
}

body.single-trip .category-trip-title a:hover {
	color: var(--eh-gold);
}

body.single-trip .category-trip-meta-info-icon {
	color: var(--eh-gold);
}

body.single-trip .category-trip-meta-info-label {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	color: rgba(30, 42, 56, 0.55);
}

body.single-trip .category-trip-meta-info-value {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--eh-navy);
}

body.single-trip .wishlist-toggle {
	color: #fff;
}

/* ============================================================
   18. Review tab button
   ============================================================ */
body.single-trip .wte-btn-response-review {
	background-color: var(--eh-navy) !important;
	color: var(--eh-cream) !important;
	border-radius: 10px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}

/* ============================================================
   19. Scroll-reveal (classes applied by JS only — no-JS stays visible)
   ============================================================ */
body.single-trip .eh-reveal {
	opacity: 0;
	transform: translateY(14px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

body.single-trip .eh-reveal.eh-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	body.single-trip .eh-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* ============================================================
   20. Responsive
   ============================================================ */
@media (max-width: 768px) {
	body.single-trip .wpte-trip-feat-img img {
		height: 260px;
	}

	body.single-trip .wpte-gallery-wrapper::after {
		height: 70px;
	}

	body.single-trip .entry-header {
		padding-top: 20px;
	}

	body.single-trip .trip-post-content h2 + p::first-letter {
		font-size: 2.6em;
	}

	body.single-trip .post-data {
		padding: 20px;
	}

	body.single-trip .wte-fsd__container {
		padding: 20px;
	}

	body.single-trip .wte-fsd__availability {
		gap: 12px 20px;
	}

	body.single-trip .wte-fsd__availability-cta-wrap {
		margin-left: 0;
		flex-basis: 100%;
	}

	body.single-trip .wte-fsd__booknow-btn {
		width: 100%;
	}

	body.single-trip .wte_enquiry_contact_form-wrap {
		padding: 22px;
	}

	body.single-trip .wpte-trip-highlights .trip-highlight {
		white-space: normal;
	}

	body.single-trip .nav-tab-wrapper {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	body.single-trip .nav-tab-wrapper .nav-tab {
		padding: 10px 14px;
		white-space: nowrap;
	}

	body.single-trip .wte-related-trips.wte-col-3 {
		grid-template-columns: 1fr !important;
	}

	/* sticky sidebar off on mobile — it sits below content anyway */
	body.single-trip #secondary .wpte-booking-area-wrapper {
		position: static;
	}
}