.reel-adventure-checkout-intro,
.reel-adventure-trip-help,
.reel-adventure-email-note {
	border: 1px solid rgba(84, 168, 184, 0.35);
	border-radius: 8px;
	background: #f3fbfc;
	color: #173f47;
	margin: 0 0 24px;
	padding: 16px 18px;
}

.reel-adventure-payment-note {
	color: #173f47;
	font-size: 0.95rem;
	margin: 8px 0 0;
}

.reel-adventure-hide-redundant {
	display: none !important;
}

:root {
	--reel-adventure-header-clearance: 18px;
}

.reel-adventure-home-enhanced,
.reel-adventure-trips-archive,
.reel-adventure-trip-detail-enhanced {
	scroll-padding-top: var(--reel-adventure-header-clearance);
}

.reel-adventure-home-enhanced {
	padding-top: 0 !important;
}

.reel-adventure-home-enhanced .site-header,
.reel-adventure-home-enhanced header {
	display: none !important;
}

.reel-adventure-clean-menu {
	left: 22px;
	position: fixed;
	top: 44px;
	z-index: 10002;
}

.reel-adventure-clean-menu__button {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #d7e8ec;
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(11, 44, 52, 0.16);
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
	height: 48px;
	justify-content: center;
	padding: 0;
	width: 52px;
}

.reel-adventure-clean-menu__button span {
	background: #102b32;
	border-radius: 999px;
	display: block;
	height: 3px;
	width: 24px;
}

.reel-adventure-clean-menu__panel {
	background: #ffffff;
	border: 1px solid #d7e8ec;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(11, 44, 52, 0.16);
	display: grid;
	gap: 4px;
	margin-top: 8px;
	min-width: 180px;
	padding: 8px;
}

.reel-adventure-clean-menu__panel a {
	border-radius: 6px;
	color: #173f47;
	font-weight: 900;
	padding: 10px 12px;
	text-decoration: none;
}

.reel-adventure-clean-menu__panel a:hover,
.reel-adventure-clean-menu__panel a:focus {
	background: #eef9fb;
}

.reel-adventure-home-background-video-hidden,
.reel-adventure-home-enhanced .elementor-background-video-container,
.reel-adventure-home-enhanced .elementor-background-video-hosted {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.reel-adventure-tour-dashboard {
	background: #f6fbfc;
	margin-top: 0;
	padding: 34px max(18px, calc((100vw - 1180px) / 2)) 22px;
	position: relative;
	z-index: 2;
}

.reel-adventure-home-enhanced .reel-adventure-trip-finder {
	display: none;
}

.reel-adventure-tour-dashboard__shell {
	background: #ffffff;
	border: 1px solid #d7e8ec;
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(11, 44, 52, 0.1);
	display: grid;
	gap: 14px;
	margin: 0 auto;
	max-width: 1180px;
	padding: 18px;
}

.reel-adventure-tour-dashboard__header {
	align-items: end;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.reel-adventure-tour-dashboard__header p {
	color: #2b8b9b;
	font-size: 12px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.reel-adventure-tour-dashboard__header h2 {
	color: #102b32;
	font-size: 26px;
	line-height: 1.1;
	margin: 0;
}

.reel-adventure-tour-dashboard__header span {
	color: #53676d;
	font-size: 14px;
	line-height: 1.35;
	max-width: 360px;
	text-align: right;
}

.reel-adventure-tour-dashboard__form {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(190px, 1.2fr) minmax(150px, 0.9fr) minmax(140px, 0.8fr) minmax(110px, 0.6fr) minmax(150px, auto);
}

.reel-adventure-tour-dashboard__form label {
	display: grid;
	gap: 7px;
	margin: 0;
}

.reel-adventure-tour-dashboard__form span {
	color: #173f47;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.1;
	padding: 0;
}

.reel-adventure-tour-dashboard__form input,
.reel-adventure-tour-dashboard__form select {
	background: #f7fafb;
	border: 1px solid #cbdde1;
	border-radius: 6px;
	color: #17252a;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.reel-adventure-tour-dashboard__form button {
	align-self: end;
	background: #f5b72e;
	border: 0;
	border-radius: 6px;
	color: #17252a;
	font-weight: 900;
	min-height: 46px;
	padding: 0 16px;
}

.reel-adventure-tour-dashboard__form button:hover,
.reel-adventure-tour-dashboard__form button:focus {
	background: #173f47;
	color: #ffffff;
}

.reel-adventure-tour-dashboard__results {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reel-adventure-tour-dashboard__results article {
	align-items: center;
	background: #f7fbfc;
	border: 1px solid #d7e8ec;
	border-radius: 6px;
	display: grid;
	gap: 12px;
	grid-template-columns: 124px 1fr auto;
	padding: 14px;
}

.reel-adventure-tour-dashboard__results img {
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 124px;
}

.reel-adventure-tour-dashboard__results article.is-recommended {
	border-color: #f5b72e;
	box-shadow: inset 4px 0 0 #f5b72e;
}

.reel-adventure-tour-dashboard__results p {
	color: #2b8b9b;
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.reel-adventure-tour-dashboard__results h3 {
	color: #102b32;
	font-size: 17px;
	line-height: 1.18;
	margin: 0 0 4px;
}

.reel-adventure-tour-dashboard__results span {
	color: #53676d;
	display: block;
	font-size: 14px;
	line-height: 1.4;
}

.reel-adventure-tour-dashboard__results a {
	align-items: center;
	background: #367e8b;
	border-radius: 6px;
	color: #ffffff;
	display: flex;
	font-weight: 900;
	justify-content: center;
	min-height: 44px;
	padding: 10px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.reel-adventure-tour-dashboard__results a:hover,
.reel-adventure-tour-dashboard__results a:focus {
	background: #173f47;
	color: #ffffff;
}

.reel-adventure-tour-dashboard__footer {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.reel-adventure-tour-dashboard__footer a {
	color: #173f47;
	font-weight: 900;
}

.reel-adventure-dashboard-pickup {
	background: #f7fbfc;
	border: 1px solid #d7e8ec;
	border-radius: 6px;
	padding: 12px 14px;
}

.reel-adventure-dashboard-pickup summary {
	color: #173f47;
	cursor: pointer;
	font-weight: 900;
}

.reel-adventure-dashboard-pickup p {
	color: #53676d;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0;
}

.reel-adventure-dashboard-pickup__previews {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reel-adventure-dashboard-pickup__previews video {
	aspect-ratio: 16 / 9;
	background: #071d22;
	border-radius: 6px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.reel-adventure-home-tabs {
	background: #ffffff;
	border-bottom: 1px solid #dce8eb;
	padding: 18px max(18px, calc((100vw - 1180px) / 2)) 24px;
}

.reel-adventure-home-tabs__header {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 12px;
	max-width: 1180px;
}

.reel-adventure-home-tabs__header p {
	color: #2b8b9b;
	font-size: 12px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.reel-adventure-home-tabs__header h2 {
	color: #102b32;
	font-size: 22px;
	line-height: 1.15;
	margin: 0;
}

.reel-adventure-home-tabs__grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.reel-adventure-home-tabs__grid a {
	background: #f7fbfc;
	border: 1px solid #d7e8ec;
	border-radius: 6px;
	display: grid;
	gap: 5px;
	min-height: 96px;
	padding: 14px;
	text-decoration: none;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.reel-adventure-home-tabs__grid a:hover,
.reel-adventure-home-tabs__grid a:focus {
	border-color: #9fd1dc;
	box-shadow: 0 12px 28px rgba(11, 44, 52, 0.1);
	transform: translateY(-2px);
}

.reel-adventure-home-tabs__grid strong {
	color: #173f47;
	font-size: 15px;
	line-height: 1.2;
}

.reel-adventure-home-tabs__grid span {
	color: #53676d;
	font-size: 13px;
	line-height: 1.35;
}

.reel-adventure-home-secondary-section {
	display: none !important;
}

.reel-adventure-tour-dashboard.reel-adventure-home-secondary-section,
.reel-adventure-home-tabs.reel-adventure-home-secondary-section,
.reel-adventure-home-gallery.reel-adventure-home-secondary-section,
.reel-adventure-home-reviews.reel-adventure-home-secondary-section {
	display: block !important;
}

.reel-adventure-home-gallery {
	background: #ffffff;
	overflow: hidden;
	padding: 22px 0 34px;
}

.reel-adventure-home-gallery__header {
	margin: 0 auto 14px;
	max-width: 1180px;
	padding: 0 18px;
}

.reel-adventure-home-gallery__header p {
	color: #2b8b9b;
	font-size: 12px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.reel-adventure-home-gallery__header h2 {
	color: #102b32;
	font-size: 28px;
	line-height: 1.15;
	margin: 0;
}

.reel-adventure-home-gallery__track {
	animation: reel-adventure-gallery-scroll 34s linear infinite;
	display: flex;
	gap: 14px;
	width: max-content;
}

.reel-adventure-home-gallery__track img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	height: 260px;
	object-fit: cover;
	width: 350px;
}

.reel-adventure-home-reviews {
	background: #f6fbfc;
	padding: 30px max(18px, calc((100vw - 1180px) / 2));
}

.reel-adventure-home-reviews__header {
	align-items: end;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 auto 14px;
	max-width: 1180px;
}

.reel-adventure-home-reviews__header p {
	color: #2b8b9b;
	font-size: 12px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.reel-adventure-home-reviews__header h2 {
	color: #102b32;
	font-size: 28px;
	line-height: 1.15;
	margin: 0;
}

.reel-adventure-home-reviews__header span {
	color: #53676d;
	font-size: 13px;
	max-width: 360px;
	text-align: right;
}

.reel-adventure-home-reviews__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 1180px;
}

.reel-adventure-home-reviews__grid article {
	background: #fff;
	border: 1px solid #d7e8ec;
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(11, 44, 52, 0.08);
	padding: 18px;
}

.reel-adventure-home-reviews__grid strong {
	color: #173f47;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}

.reel-adventure-home-reviews__grid p {
	color: #53676d;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

@keyframes reel-adventure-gallery-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.reel-adventure-booking-cta {
	align-items: center;
	background: #367e8b;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 12px 22px;
	text-decoration: none;
}

.reel-adventure-booking-cta:focus,
.reel-adventure-booking-cta:hover {
	background: #111;
	color: #fff;
}

.reel-adventure-video-popup {
	align-items: center;
	background: rgba(5, 24, 30, 0.72);
	display: flex;
	inset: 0;
	justify-content: center;
	opacity: 0;
	padding: 22px;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 100000;
}

.reel-adventure-video-popup.is-visible {
	opacity: 1;
}

.reel-adventure-video-popup__dialog {
	background: #071d22;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
	max-height: min(82vh, 760px);
	max-width: 980px;
	overflow: hidden;
	position: relative;
	width: min(92vw, 980px);
}

.reel-adventure-video-popup__media {
	aspect-ratio: 16 / 9;
	background: #000;
	display: block;
	height: auto;
	max-height: 82vh;
	object-fit: cover;
	width: 100%;
}

.reel-adventure-video-popup__close {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
	color: #071d22;
	cursor: pointer;
	display: flex;
	font-size: 17px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 42px;
	z-index: 2;
}

.reel-adventure-video-popup__close:focus,
.reel-adventure-video-popup__close:hover {
	background: #fae042;
	color: #071d22;
}

.reel-adventure-trip-finder {
	background:
		linear-gradient(180deg, #00abc9 0 33.333%, #fae042 33.333% 66.666%, #00abc9 66.666% 100%);
	background-size: 100% 118%;
	border-radius: 8px;
	box-shadow: 0 22px 52px rgba(23, 63, 71, 0.18);
	margin: 24px auto;
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 100%;
	animation: reel-adventure-flag-wave 7s ease-in-out infinite alternate;
}

.reel-adventure-trip-finder::before {
	background: #000;
	clip-path: polygon(0 0, 33% 50%, 0 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.reel-adventure-trip-finder::after {
	background:
		linear-gradient(105deg, transparent 0 14%, rgba(255, 255, 255, 0.22) 22%, transparent 34%, rgba(0, 0, 0, 0.1) 46%, transparent 60%, rgba(255, 255, 255, 0.16) 72%, transparent 86%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 22px, rgba(0, 0, 0, 0.08) 22px 44px);
	content: "";
	inset: 0;
	mix-blend-mode: soft-light;
	opacity: 0.75;
	pointer-events: none;
	position: absolute;
	z-index: 0;
	animation: reel-adventure-flag-sheen 5.5s ease-in-out infinite alternate;
}

.reel-adventure-trip-finder > * {
	position: relative;
	z-index: 1;
}

@keyframes reel-adventure-flag-wave {
	0% {
		background-position: 0 0, 0 0;
	}

	100% {
		background-position: 0 18%;
	}
}

@keyframes reel-adventure-flag-sheen {
	0% {
		transform: translateX(-4%) skewX(-4deg);
	}

	100% {
		transform: translateX(4%) skewX(4deg);
	}
}

.reel-adventure-trip-finder__intro {
	margin: 0 0 16px;
	max-width: 820px;
	padding: 6px 0 0;
}

.reel-adventure-trip-finder__intro h2 {
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 8px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.46);
}

.reel-adventure-trip-finder__intro p {
	color: #fff;
	font-weight: 700;
	margin: 0;
	max-width: 640px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.reel-adventure-trip-finder__eyebrow {
	color: #fae042 !important;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 4px !important;
	text-transform: uppercase;
}

.reel-adventure-trip-finder__tabs {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 14px;
	max-width: 720px;
}

.reel-adventure-trip-finder__tabs span {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	padding: 10px 13px;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.reel-adventure-trip-finder__tabs .is-active {
	background: #fff;
	color: #173f47;
}

.reel-adventure-trip-finder__form {
	align-items: end;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(216, 229, 232, 0.9);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(11, 44, 52, 0.16);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(220px, 1.4fr) minmax(170px, 0.9fr) minmax(140px, 0.7fr) minmax(120px, auto);
	max-width: none;
	padding: 14px;
}

.reel-adventure-trip-finder__form label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.reel-adventure-trip-finder__form span {
	color: #333;
	font-size: 13px;
	font-weight: 700;
}

.reel-adventure-trip-finder__form input {
	background: #f7fafb;
	border: 1px solid #cbdde1;
	border-radius: 6px;
	box-sizing: border-box;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.reel-adventure-trip-finder__form button {
	background: #f5b72e;
	border: 0;
	border-radius: 6px;
	color: #17252a;
	font-weight: 800;
	min-height: 46px;
	padding: 0 22px;
	width: 100%;
}

.reel-adventure-trip-finder__form button:focus,
.reel-adventure-trip-finder__form button:hover {
	background: #173f47;
	color: #fff;
}

.reel-adventure-trip-finder__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.reel-adventure-trip-finder__trust span {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid #d9eaed;
	border-radius: 999px;
	color: #173f47;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	padding: 7px 10px;
}

.reel-adventure-trip-finder__context {
	color: #555;
	font-size: 14px;
	margin: 14px 0;
}

.reel-adventure-trip-finder__results {
	display: grid;
	gap: 16px;
	margin-top: 18px;
}

.reel-adventure-trip-card {
	border: 1px solid #e3ecee;
	border-radius: 8px;
	display: grid;
	grid-template-columns: minmax(180px, 260px) 1fr;
	overflow: hidden;
}

.reel-adventure-trip-card__image {
	background: #eef6f8;
	min-height: 170px;
}

.reel-adventure-trip-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.reel-adventure-trip-card__body {
	display: grid;
	gap: 10px;
	padding: 18px;
}

.reel-adventure-trip-card__body h3 {
	font-size: 22px;
	line-height: 1.2;
	margin: 0;
}

.reel-adventure-trip-card__body p {
	color: #555;
	margin: 0;
}

.reel-adventure-trip-card__actions {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 8px;
}

.reel-adventure-trip-card__details,
.reel-adventure-trip-card__book {
	border-radius: 999px;
	font-weight: 700;
	padding: 10px 16px;
	text-decoration: none;
}

.reel-adventure-trip-card__details {
	color: #367e8b;
}

.reel-adventure-trip-card__book {
	background: #367e8b;
	color: #fff;
}

.reel-adventure-trips-archive #reel-adventure-archive-trip-finder {
	box-sizing: border-box;
	margin: 16px 0 22px;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.reel-adventure-trips-archive #reel-adventure-archive-trip-finder .reel-adventure-trip-finder {
	box-sizing: border-box;
	max-width: none;
	width: 100%;
}

.reel-adventure-compare-intro {
	background: #ffffff;
	border: 1px solid #dce8eb;
	border-radius: 8px;
	box-shadow: 0 14px 36px rgba(11, 44, 52, 0.08);
	margin: 0 0 20px;
	padding: 22px 24px;
}

.reel-adventure-compare-intro__eyebrow {
	color: #2c8999;
	font-size: 12px;
	font-weight: 900;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.reel-adventure-compare-intro h2 {
	color: #102b32;
	font-size: 28px;
	line-height: 1.15;
	margin: 0 0 6px;
}

.reel-adventure-compare-intro p:last-child {
	color: #53676d;
	font-size: 15px;
	margin: 0;
	max-width: 780px;
}

.reel-adventure-sticky-trip-bar {
	align-items: center;
	background: #fff;
	border-top: 1px solid #d7e5e8;
	bottom: 0;
	box-shadow: 0 -12px 32px rgba(23, 63, 71, 0.16);
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto;
	left: 0;
	padding: 12px max(18px, calc((100vw - 1180px) / 2));
	position: fixed;
	right: 0;
	z-index: 9998;
}

.reel-adventure-trip-detail-enhanced {
	padding-bottom: 86px;
}

.reel-adventure-sticky-trip-bar__copy {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.reel-adventure-sticky-trip-bar__copy strong {
	color: #173f47;
	font-size: 16px;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.reel-adventure-sticky-trip-bar__copy span {
	color: #53676d;
	font-size: 13px;
	line-height: 1.35;
}

.reel-adventure-sticky-trip-bar__actions {
	align-items: center;
	display: flex;
	gap: 10px;
}

.reel-adventure-sticky-trip-bar__details,
.reel-adventure-sticky-trip-bar__book {
	border-radius: 6px;
	font-weight: 800;
	line-height: 1.1;
	min-height: 44px;
	padding: 14px 18px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.reel-adventure-sticky-trip-bar__details {
	border: 1px solid #cfe0e4;
	color: #173f47;
}

.reel-adventure-sticky-trip-bar__book {
	background: #367e8b;
	color: #fff;
}

.reel-adventure-sticky-trip-bar__book:focus,
.reel-adventure-sticky-trip-bar__book:hover {
	background: #173f47;
	color: #fff;
}

.togo-st-form-booking .calendar .date.reel-adventure-cutoff-enabled {
	cursor: pointer;
	opacity: 1;
}

.togo-st-form-booking .calendar .date.reel-adventure-cutoff-enabled .price {
	color: #2f9eb1;
}

.reel-adventure-trip-time {
	background: #f6fbfc;
	border: 1px solid #d9e9ed;
	border-radius: 8px;
	margin: 12px 0;
	padding: 12px;
}

.reel-adventure-date-time-panel .reel-adventure-trip-time,
.reel-adventure-trip-time--in-calendar {
	background: #eef9fb;
	border-color: #bcdde4;
	box-shadow: inset 0 0 0 1px rgba(54, 126, 139, 0.08);
	clear: both;
	margin: 16px 0 12px;
	padding: 14px;
	width: 100%;
}

.reel-adventure-trip-time__heading {
	color: #122f36;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
}

.reel-adventure-trip-time label {
	display: grid;
	gap: 7px;
	margin: 0;
}

.reel-adventure-trip-time span {
	color: #173f47;
	font-size: 13px;
	font-weight: 800;
}

.reel-adventure-trip-time select {
	appearance: auto;
	background: #fff;
	border: 1px solid #cbdde1;
	border-radius: 6px;
	color: #17252a;
	font-weight: 700;
	min-height: 44px;
	padding: 9px 10px;
	width: 100%;
}

.reel-adventure-trip-time p {
	color: #53676d;
	font-size: 12px;
	line-height: 1.35;
	margin: 7px 0 0;
}

.reel-adventure-date-time-panel .apply,
.reel-adventure-date-time-panel a:has(> span),
.reel-adventure-date-time-panel button {
	position: relative;
}

.reel-adventure-trip-detail-enhanced .togo-st-form-booking {
	background: #ffffff;
	border: 1px solid #d9e9ed;
	border-radius: 8px;
	box-shadow: 0 18px 50px rgba(11, 44, 52, 0.14);
	overflow: hidden;
}

.reel-adventure-booking-steps {
	background: linear-gradient(135deg, #123d46, #2f8998);
	color: #ffffff;
	display: grid;
	gap: 8px;
	padding: 18px;
}

.reel-adventure-booking-steps strong {
	font-size: 18px;
	line-height: 1.2;
}

.reel-adventure-booking-steps span {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	padding: 9px 10px;
}

.reel-adventure-trip-detail-enhanced .togo-st-form-booking__main {
	padding: 18px;
}

.reel-adventure-trip-detail-enhanced .togo-st-form-booking__main::before {
	background: #eef9fb;
	border: 1px solid #bcdde4;
	border-radius: 6px;
	color: #173f47;
	content: "Weather note: conditions are reviewed before your charter. If weather affects safety, Reel Adventure Tours will help with timing or rescheduling.";
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 12px;
	padding: 11px 12px;
}

.reel-adventure-trip-detail-enhanced .togo-st-form-booking .form-submit,
.reel-adventure-trip-detail-enhanced .togo-st-form-booking button,
.reel-adventure-trip-detail-enhanced .togo-st-form-booking input[type="submit"] {
	border-radius: 6px;
	font-weight: 900;
	min-height: 48px;
}

.reel-adventure-trip-detail-enhanced .trip-info,
.reel-adventure-trip-detail-enhanced .trip-overview,
.reel-adventure-trip-detail-enhanced .overview-list {
	border-radius: 8px;
}

.reel-adventure-trip-detail-enhanced .extra-service,
.reel-adventure-trip-detail-enhanced .service-item,
.reel-adventure-trip-detail-enhanced [class*="service"] article,
.reel-adventure-trip-detail-enhanced [class*="extra"] article {
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(11, 44, 52, 0.08);
}

.reel-adventure-trips-archive .site-content {
	gap: 28px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1640px;
	padding-left: 32px;
	padding-right: 32px;
	width: 100%;
}

.reel-adventure-trips-archive .trip-wrapper {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.reel-adventure-trips-archive .sidebar,
.reel-adventure-trips-archive .archive-sidebar,
.reel-adventure-trips-archive .trip-filter-sidebar,
.reel-adventure-trips-archive .togo-sidebar,
.reel-adventure-trips-archive aside[class*="filter"] {
	display: none !important;
}

.reel-adventure-trips-archive .trip-wrapper .archive-filter-top {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 22px;
}

.reel-adventure-trips-archive .trip-list {
	display: grid !important;
	gap: 28px !important;
	grid-template-columns: repeat(2, minmax(360px, 1fr));
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
}

.reel-adventure-trips-archive .trip-list .type-trip {
	flex: none !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.reel-adventure-trips-archive .trip-inner {
	background: #fff;
	border: 1px solid #dce8eb;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(11, 44, 52, 0.12);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.reel-adventure-trips-archive .trip-inner:hover {
	border-color: #9fd1dc;
	box-shadow: 0 24px 52px rgba(11, 44, 52, 0.18);
	transform: translateY(-3px);
}

.reel-adventure-trips-archive .trip-thumbnail {
	aspect-ratio: 16 / 9;
	background: #e7f6f8;
	overflow: hidden;
	width: 100%;
}

.reel-adventure-trips-archive .trip-thumbnail a,
.reel-adventure-trips-archive .trip-thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
}

.reel-adventure-trips-archive .trip-thumbnail img {
	object-fit: cover;
	transition: transform 240ms ease;
}

.reel-adventure-trips-archive .trip-inner:hover .trip-thumbnail img {
	transform: scale(1.035);
}

.reel-adventure-trips-archive .trip-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	padding: 24px 26px 26px;
}

.reel-adventure-trips-archive .trip-content .trip-title,
.reel-adventure-trips-archive .trip-content h3,
.reel-adventure-trips-archive .trip-content h4 {
	font-size: 26px;
	line-height: 1.2;
	margin: 0;
}

.reel-adventure-trips-archive .trip-content .trip-title a,
.reel-adventure-trips-archive .trip-content h3 a,
.reel-adventure-trips-archive .trip-content h4 a {
	color: #102b32;
	text-decoration: none;
}

.reel-adventure-trips-archive .trip-content .trip-title a:hover,
.reel-adventure-trips-archive .trip-content h3 a:hover,
.reel-adventure-trips-archive .trip-content h4 a:hover {
	color: #14748a;
}

.reel-adventure-trips-archive .trip-content .trip-price,
.reel-adventure-trips-archive .trip-content [class*="price"] {
	margin-top: auto;
}

.reel-adventure-card-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 2px 0 4px;
}

.reel-adventure-card-badges span {
	background: #eef9fb;
	border: 1px solid #cae4e9;
	border-radius: 999px;
	color: #173f47;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.1;
	padding: 8px 10px;
}

.reel-adventure-card-cta {
	background: #f5b72e;
	border-top: 1px solid #e2a820;
	color: #17252a;
	font-weight: 900;
	line-height: 1.2;
	padding: 15px 18px;
	text-align: center;
}

.reel-adventure-trips-archive .trip-inner:hover .reel-adventure-card-cta {
	background: #173f47;
	color: #ffffff;
}

@media (max-width: 768px) {
	:root {
		--reel-adventure-header-clearance: 76px;
	}

	.reel-adventure-checkout-intro,
	.reel-adventure-trip-help {
		border-radius: 6px;
		font-size: 15px;
		margin-bottom: 18px;
		padding: 14px;
	}

	.reel-adventure-tour-dashboard {
		padding: 28px 14px 18px;
	}

	.reel-adventure-clean-menu {
		left: 12px;
		top: 42px;
	}

	.reel-adventure-tour-dashboard__shell {
		padding: 14px;
	}

	.reel-adventure-tour-dashboard__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.reel-adventure-tour-dashboard__header h2 {
		font-size: 24px;
	}

	.reel-adventure-tour-dashboard__header span {
		text-align: left;
	}

	.reel-adventure-tour-dashboard__form,
	.reel-adventure-tour-dashboard__results {
		grid-template-columns: 1fr;
	}

	.reel-adventure-tour-dashboard__results article {
		grid-template-columns: 1fr;
	}

	.reel-adventure-tour-dashboard__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.reel-adventure-home-tabs {
		padding: 16px 14px 20px;
	}

	.reel-adventure-home-tabs__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.reel-adventure-home-tabs__header h2 {
		font-size: 20px;
	}

	.reel-adventure-home-tabs__grid {
		grid-template-columns: 1fr;
	}

	.reel-adventure-home-tabs__grid a {
		min-height: 0;
	}

	.reel-adventure-dashboard-pickup__previews,
	.reel-adventure-home-reviews__grid {
		grid-template-columns: 1fr;
	}

	.reel-adventure-home-gallery__track img {
		height: 190px;
		width: 260px;
	}

	.reel-adventure-home-reviews__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.reel-adventure-home-reviews__header span {
		text-align: left;
	}

	.reel-adventure-trip-finder {
		border-radius: 6px;
		padding: 14px;
	}

	.reel-adventure-trips-archive #reel-adventure-archive-trip-finder {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.reel-adventure-trip-finder__intro h2 {
		font-size: 24px;
	}

	.reel-adventure-trip-finder__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.reel-adventure-booking-cta {
		width: 100%;
	}

	.reel-adventure-trip-finder__form,
	.reel-adventure-trip-card {
		grid-template-columns: 1fr;
	}

	.reel-adventure-trip-finder__form {
		gap: 10px;
	}

	.reel-adventure-trip-card__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.reel-adventure-trip-card__details,
	.reel-adventure-trip-card__book {
		text-align: center;
	}

	.reel-adventure-sticky-trip-bar {
		grid-template-columns: 1fr;
		padding: 10px 12px;
	}

	.reel-adventure-sticky-trip-bar__copy strong {
		white-space: normal;
	}

	.reel-adventure-sticky-trip-bar__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.reel-adventure-trip-detail-enhanced {
		padding-bottom: 156px;
	}

	.reel-adventure-booking-steps {
		padding: 14px;
	}

	.reel-adventure-trips-archive .site-content {
		padding-left: 14px;
		padding-right: 14px;
	}

	.reel-adventure-trips-archive .trip-list {
		gap: 18px !important;
		grid-template-columns: 1fr;
	}

	.reel-adventure-trips-archive .trip-content {
		padding: 18px;
	}

	.reel-adventure-trips-archive .trip-content .trip-title,
	.reel-adventure-trips-archive .trip-content h3,
	.reel-adventure-trips-archive .trip-content h4 {
		font-size: 20px;
	}

	.reel-adventure-compare-intro {
		padding: 18px;
	}

	.reel-adventure-compare-intro h2 {
		font-size: 23px;
	}
}
