.gbb-form-wrap {
	max-width: var(--gbb-form-max-width, 940px);
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #cfd9e2;
	border-radius: 18px;
	background:
		radial-gradient(circle at 10% 8%, rgba(167, 217, 255, 0.24), transparent 34%),
		radial-gradient(circle at 92% 10%, rgba(187, 229, 192, 0.2), transparent 32%),
		linear-gradient(180deg, #f8fbfd 0%, #ecf2f7 100%);
	box-shadow: 0 22px 46px rgba(35, 47, 59, 0.12);
}

.gbb-form-wrap.gbb-embed-mode {
	width: min(100%, var(--gbb-embed-form-max-width, var(--gbb-form-max-width, 940px)));
	max-width: var(--gbb-embed-form-max-width, var(--gbb-form-max-width, 940px));
	margin-left: auto;
	margin-right: auto;
	padding: 18px;
	border-radius: 16px;
	border: 1px solid rgba(193, 208, 222, 0.92);
	box-shadow: 0 14px 28px rgba(29, 52, 74, 0.1);
	background:
		radial-gradient(circle at 10% 8%, rgba(167, 217, 255, 0.18), transparent 34%),
		radial-gradient(circle at 92% 10%, rgba(187, 229, 192, 0.16), transparent 32%),
		linear-gradient(180deg, #f8fbfd 0%, #ecf2f7 100%);
	box-sizing: border-box;
}

body.gbb-embed-page {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

body.gbb-embed-page > .gbb-form-wrap {
	flex: 0 1 auto;
}

.gbb-spam-guard {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.gbb-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gbb-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gbb-language-switcher {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin: -4px 0 12px;
}

.gbb-language-switcher-label {
	margin: 0;
	color: #4e6272;
	font-size: 13px;
	font-weight: 800;
}

.gbb-language-options {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.gbb-language-option {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	min-height: 34px;
	padding: 7px 10px;
	border: 1px solid #cbd8e3;
	border-radius: 8px;
	background: #ffffff;
	color: #24384b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(29, 52, 74, 0.05);
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.gbb-language-option:hover,
.gbb-language-option.is-active {
	border-color: var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
	box-shadow: 0 7px 14px rgba(29, 52, 74, 0.1);
}

.gbb-language-option.is-active {
	background: #f3f8fc;
}

.gbb-language-flag {
	display: inline-block;
	width: 22px;
	height: 15px;
	border: 1px solid rgba(17, 34, 51, 0.22);
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.gbb-language-flag--nl {
	background: linear-gradient(180deg, #ae1c28 0 33.33%, #ffffff 33.33% 66.66%, #21468b 66.66% 100%);
}

.gbb-language-flag--de {
	background: linear-gradient(180deg, #000000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66% 100%);
}

.gbb-language-flag--en {
	background: #012169 url("../images/flags/en.png") center / cover no-repeat;
}

.gbb-full {
	grid-column: 1 / -1;
}

.gbb-form-wrap label {
	font-weight: 600;
	color: #24384b;
}

.gbb-og-brand-strip {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 18px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid #2f6e34;
	border-radius: 14px;
	background: linear-gradient(125deg, #2f6e34 0%, #1f5f95 58%, #2f8a59 100%);
	color: #ffffff;
	box-shadow: 0 12px 24px rgba(34, 80, 118, 0.24);
}

.gbb-og-brand-strip-title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.gbb-og-brand-strip-subtitle {
	font-size: 13px;
	font-weight: 500;
	color: #e7f5dc;
}

.gbb-standalone-mode .gbb-og-brand-strip {
	border-color: var(--gbb-standalone-brand-accent, #2f6e34);
	background: linear-gradient(125deg, var(--gbb-standalone-brand-bg, #17324d) 0%, var(--gbb-standalone-brand-accent, #2f6e34) 100%);
	color: var(--gbb-standalone-brand-text, #ffffff);
}

.gbb-standalone-mode .gbb-og-brand-strip-subtitle {
	color: var(--gbb-standalone-brand-text, #ffffff);
	color: color-mix(in srgb, var(--gbb-standalone-brand-text, #ffffff) 82%, transparent);
}

.gbb-standalone-mode .gbb-boat-card {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
}

.gbb-form-wrap.gbb-standalone-mode {
	padding: 22px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 18px 36px rgba(24, 40, 55, 0.1);
}

.gbb-standalone-mode .gbb-og-brand-strip {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 6px;
	padding: 18px 20px;
	border-radius: 10px;
	border-left: 6px solid var(--gbb-standalone-brand-accent, #2f6e34);
	box-shadow: 0 10px 24px rgba(24, 40, 55, 0.12);
}

.gbb-standalone-mode .gbb-og-brand-strip-title {
	font-size: 23px;
	line-height: 1.2;
}

.gbb-standalone-mode .gbb-og-brand-strip-subtitle {
	max-width: 72ch;
	font-size: 14px;
	line-height: 1.5;
}

.gbb-standalone-mode .gbb-discovery-accordion {
	margin-bottom: 16px;
}

.gbb-standalone-mode .gbb-discovery-accordion-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 12px;
	padding: 0;
	border: 0;
	background: transparent;
}

.gbb-discovery-heading-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.gbb-standalone-mode .gbb-discovery-summary-title {
	font-size: 17px;
}

.gbb-standalone-mode .gbb-discovery-grid {
	grid-template-columns: repeat(3, minmax(180px, 1fr));
	gap: 14px;
	margin-bottom: 0;
	padding: 16px;
	border-radius: 10px;
	background: #f7fafc;
	box-shadow: none;
}

.gbb-standalone-mode .gbb-discovery-actions {
	display: none;
}

.gbb-standalone-mode .gbb-reset-filters {
	border-radius: 8px;
	white-space: nowrap;
}

.gbb-standalone-mode .gbb-boat-grid {
	align-items: stretch;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 16px;
	width: 100%;
	max-width: none;
	margin: 12px 0 0;
}

.gbb-standalone-mode .gbb-boat-grid--single {
	grid-template-columns: minmax(0, 640px);
	justify-content: center;
}

.gbb-standalone-mode .gbb-boat-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 0;
	padding: 0;
	border-color: #d7e2ea;
	border-radius: 8px;
	background: #ffffff;
	text-align: left;
	box-shadow: 0 14px 30px rgba(24, 40, 55, 0.09);
}

.gbb-standalone-mode .gbb-boat-card:hover {
	transform: translateY(-2px);
	border-color: color-mix(in srgb, var(--gbb-standalone-brand-accent, #2f6e34) 42%, #d7e2ea);
	box-shadow: 0 18px 34px rgba(24, 40, 55, 0.13);
}

.gbb-standalone-mode .gbb-boat-card.is-active {
	border-color: var(--gbb-standalone-brand-accent, var(--gbb-select-button-bg, #0b6fa4));
	background: #ffffff;
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--gbb-standalone-brand-accent, #2f6e34) 16%, transparent), 0 18px 34px rgba(24, 40, 55, 0.13);
}

.gbb-standalone-mode .gbb-boat-card-top {
	display: block;
	width: 100%;
	height: clamp(190px, 22vw, 230px);
	padding-top: 0;
	overflow: hidden;
}

.gbb-standalone-mode .gbb-boat-card-media-ring {
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.gbb-standalone-mode .gbb-boat-card.is-active .gbb-boat-card-media-ring {
	background: transparent;
}

.gbb-standalone-mode .gbb-boat-card-media {
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: 16 / 9;
	border-radius: 0;
}

.gbb-standalone-mode .gbb-boat-card-media img,
.gbb-standalone-mode .gbb-boat-card-placeholder {
	width: 100%;
	height: 100%;
}

.gbb-standalone-mode .gbb-boat-card-media img {
	object-fit: cover;
	object-position: center 58%;
	transition: transform 0.2s ease;
}

.gbb-standalone-mode .gbb-boat-card:hover .gbb-boat-card-media img {
	transform: scale(1.03);
}

.gbb-standalone-mode .gbb-boat-card-body {
	align-items: flex-start;
	gap: 8px;
	padding: 14px 16px 16px;
	min-width: 0;
}

.gbb-standalone-mode .gbb-boat-card-title {
	color: #18324a;
	font-size: 19px;
	line-height: 1.2;
}

.gbb-standalone-mode .gbb-boat-card-subtitle {
	margin: -1px 0 0;
	color: #667381;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.gbb-standalone-mode .gbb-boat-card-description {
	max-width: none;
	color: #607080;
	font-size: 13px;
	line-height: 1.45;
}

.gbb-standalone-mode .gbb-boat-card-usps {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	margin-top: 1px;
}

.gbb-standalone-mode .gbb-boat-card-usps li {
	padding: 0 0 6px 24px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.gbb-standalone-mode .gbb-boat-card-usps li::before {
	top: -1px;
	font-size: 17px;
}

.gbb-standalone-mode .gbb-boat-card-meta {
	justify-content: flex-start;
	margin-top: 1px;
}

.gbb-standalone-mode .gbb-boat-card-meta span {
	padding: 6px 10px;
	border-radius: 8px;
	background: #eef5f7;
	color: #405a68;
	font-size: 12px;
	font-weight: 800;
}

.gbb-standalone-mode .gbb-boat-card-footer {
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
	padding-top: 9px;
	border-top: 1px solid #e4ebf1;
}

.gbb-standalone-mode .gbb-boat-card-price {
	flex: 1 1 auto;
	min-width: 118px;
	max-width: none;
	color: var(--gbb-standalone-brand-accent, var(--gbb-select-button-bg, #0b6fa4));
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
	white-space: normal;
}

.gbb-standalone-mode .gbb-boat-card-action {
	flex: 0 0 auto;
	min-width: 0;
	min-height: 0;
	padding: 10px 14px;
	border-radius: 8px;
	background: var(--gbb-action-button-bg, var(--gbb-select-button-bg, var(--gbb-button-bg, #0b6fa4)));
	color: var(--gbb-action-button-text, var(--gbb-select-button-text, var(--gbb-button-text, #ffffff)));
	font-size: 13px;
	white-space: nowrap;
}

.gbb-form-wrap.gbb-standalone-mode.gbb-button-rectangle .gbb-boat-card-action {
	min-width: 124px;
	min-height: 0;
	padding: 10px 14px;
	border-radius: 8px;
	font-size: 13px;
}

.gbb-standalone-mode .gbb-standalone-location-box,
.gbb-standalone-mode .gbb-selection-summary .gbb-price-box {
	border-radius: 10px;
	background: #f7fafc;
	box-shadow: none;
}

.gbb-standalone-mode .gbb-selection-summary .gbb-price-box {
	padding: 8px 12px;
}

.gbb-standalone-mode .gbb-selection-summary-header {
	align-items: center;
}

.gbb-standalone-mode .gbb-selection-summary-header strong {
	font-size: 14px;
	line-height: 1.2;
}

.gbb-standalone-mode .gbb-selection-summary-text {
	margin-top: 2px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.gbb-standalone-mode .gbb-selection-summary-total {
	padding: 6px 10px;
	border-radius: 8px;
}

.gbb-standalone-mode .gbb-selection-summary-total-label {
	font-size: 11px;
}

.gbb-standalone-mode .gbb-selection-summary-total-value {
	font-size: 15px;
}

.gbb-standalone-mode .gbb-submit {
	width: 100%;
	min-height: 52px;
	border-radius: 10px;
	font-size: 17px;
}

.gbb-standalone-mode .gbb-form-footer-meta {
	display: none !important;
}

.gbb-standalone-stepper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0 0 18px;
}

.gbb-standalone-step {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 12px;
	border: 1px solid #d5e0e8;
	border-radius: 10px;
	background: #f7fafc;
	color: #5b6d7e;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.gbb-standalone-step.is-active {
	border-color: var(--gbb-standalone-brand-accent, #2f6e34);
	background: var(--gbb-standalone-brand-bg, #17324d);
	color: var(--gbb-standalone-brand-text, #ffffff);
}

.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready .gbb-booking-details-step:not([hidden]),
.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready .gbb-booking-details-action {
	display: none !important;
}

.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready.gbb-standalone-step-details .gbb-booking-details-step:not([hidden]) {
	display: flex !important;
}

.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready.gbb-standalone-step-details .gbb-booking-details-action {
	display: block !important;
}

.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready:not(.gbb-standalone-step-details) .gbb-step-button-secondary {
	display: none !important;
}

.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready.gbb-standalone-step-details .gbb-step-button-primary {
	display: none !important;
}

.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready.gbb-standalone-step-details .gbb-discovery-accordion,
.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready.gbb-standalone-step-details .gbb-boat-intro-note,
.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready.gbb-standalone-step-details .gbb-boat-grid,
.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready.gbb-standalone-step-details .gbb-boat-filter-note {
	display: none !important;
}

.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready:not(.gbb-standalone-step-details) .gbb-arrangements-section,
.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready:not(.gbb-standalone-step-details) .gbb-contact-help-section,
.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready:not(.gbb-standalone-step-details) .gbb-form-footer-meta {
	display: none !important;
}

.gbb-standalone-mode .gbb-form.gbb-standalone-js-ready.gbb-standalone-step-details .gbb-selection-summary {
	margin-top: 4px;
}

.gbb-field-help {
	margin: 0;
	color: #67727d;
	font-size: 14px;
}

.gbb-referral-other-wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 6px;
}

.gbb-referral-other-wrap[hidden] {
	display: none !important;
}

.gbb-test-fill-tools {
	padding: 12px 14px;
	border: 1px dashed #c7d5e3;
	border-radius: 12px;
	background: #f8fbfe;
}

.gbb-test-fill-button {
	min-height: 40px;
	padding: 10px 14px;
	border: 0;
	border-radius: 999px;
	background: #2a5a86;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.gbb-discovery-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(280px, 1fr));
	gap: 18px;
	margin: 0 0 18px;
	padding: 22px;
	border: 1px solid rgba(192, 207, 221, 0.95);
	border-radius: 16px;
	background:
		radial-gradient(circle at 92% 8%, rgba(191, 231, 196, 0.18), transparent 28%),
		linear-gradient(180deg, rgba(246, 250, 253, 0.98) 0%, rgba(236, 243, 249, 0.94) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 10px 20px rgba(29, 52, 74, 0.08);
}

.gbb-discovery-accordion-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 4px;
	margin-bottom: 12px;
	padding: 10px 12px;
	border: 1px solid rgba(190, 205, 219, 0.95);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(234, 242, 249, 0.95) 100%);
}

.gbb-discovery-summary-title {
	color: #17324d;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
}

.gbb-discovery-summary-note {
	color: #4f6579;
	font-size: 13px;
	line-height: 1.45;
}

.gbb-discovery-accordion-panel {
	display: block;
}

.gbb-discovery-grid--providers {
	grid-template-columns: repeat(2, minmax(320px, 1fr));
}

.gbb-discovery-grid--two {
	grid-template-columns: repeat(2, minmax(280px, 1fr));
}

.gbb-discovery-grid--three {
	grid-template-columns: repeat(3, minmax(220px, 1fr));
}

.gbb-discovery-field {
	margin: 0;
}

.gbb-discovery-field .gbb-field-help {
	max-width: 60ch;
}

.gbb-discovery-field input[type="number"] {
	min-width: 0;
}

.gbb-form[data-central-strategy="rotation"] .gbb-discovery-field--type-select {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.gbb-discovery-actions {
	display: flex;
	justify-content: flex-end;
	margin: -10px 0 8px;
}

.gbb-reset-filters {
	padding: 10px 16px;
	border: 1px solid #b7c8d7;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 246, 253, 0.92) 100%);
	color: #355067;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.gbb-reset-filters:hover {
	background: #ffffff;
	border-color: #8ea7be;
	color: #20384d;
}

.gbb-location-summary-box {
	min-height: 52px;
}

.gbb-boat-filter-note {
	margin: 12px 0 0;
	color: #50616d;
	font-size: 14px;
}

.gbb-central-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin: 0 0 18px;
}

.gbb-central-category-card {
	display: grid;
	grid-template-rows: 210px auto;
	min-height: 292px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #c8d6e3;
	border-radius: 12px;
	background: #ffffff;
	color: #17324d;
	text-align: left;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(29, 52, 74, 0.07);
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gbb-central-category-card:hover,
.gbb-central-category-card.is-active {
	border-color: var(--gbb-button-bg, #0b6fa4);
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(29, 52, 74, 0.12);
}

.gbb-central-category-card-media {
	display: block;
	position: relative;
	width: 100%;
	height: 210px;
	background: #dfeaf3;
	overflow: hidden;
}

.gbb-central-category-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.2s ease;
}

.gbb-central-category-card:hover .gbb-central-category-card-media img,
.gbb-central-category-card.is-active .gbb-central-category-card-media img {
	transform: scale(1.03);
}

.gbb-central-category-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #17324d;
	font-size: 44px;
	font-weight: 800;
	background: linear-gradient(135deg, #dbe9f2 0%, #eef6fb 100%);
}

.gbb-central-category-card-body {
	display: grid;
	gap: 6px;
	padding: 15px 17px 17px;
}

.gbb-central-category-card-body strong {
	font-size: 17px;
	line-height: 1.25;
}

.gbb-central-category-card-body span {
	color: #50616d;
	font-size: 13px;
	line-height: 1.35;
}

.gbb-central-category-card.is-active .gbb-central-category-card-body span {
	color: #284a63;
}

.gbb-step-navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.gbb-step-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--gbb-action-height, 46px);
	padding: 11px var(--gbb-action-padding-x, 18px);
	border-radius: 999px;
	font-size: var(--gbb-action-font-size, 15px);
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.gbb-step-button:hover {
	transform: translateY(-1px);
}

.gbb-step-button-primary {
	border: 1px solid var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
	background: var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
	color: var(--gbb-action-button-text, var(--gbb-button-text, #ffffff));
	box-shadow: 0 10px 18px rgba(19, 53, 87, 0.12);
}

.gbb-step-button-secondary {
	border: 1px solid #c7d2dc;
	background: rgba(255, 255, 255, 0.88);
	color: #3f5263;
}

.gbb-selection-summary:not(.is-ready) .gbb-step-button-primary {
	opacity: 0.72;
}

.gbb-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
}

.gbb-form-wrap input,
.gbb-form-wrap select,
.gbb-form-wrap textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #c3d0dc;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 16px;
	line-height: 1.3;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	color: #24384b;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.gbb-form-wrap select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 44px;
	background-image: linear-gradient(45deg, transparent 50%, #5d6f73 50%), linear-gradient(135deg, #5d6f73 50%, transparent 50%);
	background-position: calc(100% - 22px) calc(50% - 2px), calc(100% - 16px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.gbb-form-wrap select::-ms-expand {
	display: none;
}

.gbb-form-wrap select option {
	color: #24384b;
	background: #ffffff;
}

.gbb-slot-picker {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 10px;
	margin-bottom: 10px;
}

.gbb-standalone-mode .gbb-slot-picker {
	grid-template-columns: repeat(auto-fit, minmax(150px, max-content));
	justify-content: start;
	align-items: stretch;
}

.gbb-slot-picker:empty {
	display: none;
	margin-bottom: 0;
}

.gbb-boat-grid {
	display: grid;
	grid-template-columns: repeat(var(--gbb-boat-columns, 3), minmax(0, 1fr));
	gap: var(--gbb-card-gap, 18px);
}

.gbb-boat-grid--single {
	grid-template-columns: minmax(280px, 420px);
	justify-content: center;
}

.gbb-boat-grid--double {
	grid-template-columns: repeat(2, minmax(280px, 420px));
	justify-content: center;
}

.gbb-boat-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 18px 18px 20px;
	border: 1px solid #ccd9e4;
	border-radius: var(--gbb-card-radius, 28px);
	background:
		radial-gradient(circle at 50% 0%, rgba(169, 204, 229, 0.24), transparent 40%),
		linear-gradient(180deg, #ffffff 0%, #f1f6fb 100%);
	box-shadow: 0 16px 34px rgba(35, 47, 59, 0.11);
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.gbb-boat-card:hover {
	transform: translateY(-4px);
	border-color: #97b0c8;
	box-shadow: 0 22px 38px rgba(35, 47, 59, 0.16);
}

.gbb-boat-card.is-filter-hidden {
	display: none;
}

.gbb-boat-card.is-active {
	border-color: var(--gbb-select-button-bg, var(--gbb-button-bg, #0b6fa4));
	background:
		linear-gradient(180deg, rgba(11, 111, 164, 0.1) 0%, rgba(11, 111, 164, 0.03) 18%, rgba(255, 255, 255, 0.96) 42%, rgba(236, 242, 247, 0.96) 100%),
		radial-gradient(circle at top, rgba(168, 190, 208, 0.3), transparent 46%);
	box-shadow: 0 0 0 3px rgba(11, 111, 164, 0.14), 0 24px 40px rgba(35, 47, 59, 0.15);
}

.gbb-boat-card.is-active .gbb-boat-card-media-ring {
	background: linear-gradient(145deg, rgba(11, 111, 164, 0.16) 0%, rgba(207, 226, 238, 0.92) 100%);
}

.gbb-boat-card.is-active .gbb-boat-card-title {
	color: #163f63;
}

.gbb-boat-card.is-active .gbb-boat-card-meta span {
	background: rgba(11, 111, 164, 0.1);
	color: #1d4467;
}

.gbb-boat-card-check {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--gbb-select-button-bg, var(--gbb-button-bg, #0b6fa4));
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.gbb-boat-card.is-active .gbb-boat-card-check {
	opacity: 1;
	transform: translateY(0);
}

.gbb-boat-card-top {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 8px;
}

.gbb-boat-card-media-ring {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--gbb-photo-size, 168px);
	height: var(--gbb-photo-size, 168px);
	padding: 10px;
	border-radius: 50%;
	background: linear-gradient(145deg, #edf2f5 0%, #dce4ea 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.gbb-boat-card-media {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(135deg, #e8eef2 0%, #fafcfd 100%);
	overflow: hidden;
}

.gbb-boat-card-media img,
.gbb-boat-card-placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.gbb-boat-card-media img {
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.gbb-photo-horizontal .gbb-boat-card-top {
	padding-top: 0;
}

.gbb-photo-horizontal .gbb-boat-card-media-ring {
	width: min(100%, calc(var(--gbb-photo-size, 168px) * 2.2));
	height: auto;
	padding: 0;
	border-radius: var(--gbb-card-radius, 28px);
	background: transparent;
	box-shadow: none;
	align-self: center;
}

.gbb-photo-horizontal .gbb-boat-card-media {
	aspect-ratio: 16 / 9;
	height: auto;
	border-radius: var(--gbb-card-radius, 28px);
}

.gbb-boat-card-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gbb-select-button-bg, var(--gbb-button-bg, #0b6fa4));
	font-size: 48px;
	font-weight: 800;
}

.gbb-boat-card-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	flex: 1;
	width: 100%;
	padding: 18px 6px 0;
}

.gbb-boat-card-title {
	color: #24384b;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
}

.gbb-boat-card-subtitle {
	margin: -2px 0 0;
	color: #6a7480;
	font-size: 14px;
	line-height: 1.5;
}

.gbb-boat-card-description {
	margin: 0;
	color: #61707c;
	font-size: 14px;
	line-height: 1.6;
	max-width: 26ch;
}

.gbb-boat-card-usps {
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	align-items: stretch;
}

.gbb-boat-card-usps li {
	position: relative;
	margin: 0;
	padding: 0 0 10px 28px;
	border-bottom: 1px solid rgba(203, 212, 220, 0.8);
	color: #4e5f65;
	font-size: 14px;
	line-height: 1.55;
	text-align: left;
}

.gbb-boat-card-usps li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #6a8a44;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.gbb-boat-card-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.gbb-boat-card-meta span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: linear-gradient(180deg, #e4edf4 0%, #d8e5ef 100%);
	color: #3f5666;
	border: 1px solid rgba(163, 181, 197, 0.42);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 600;
}

.gbb-boat-card-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: auto;
	padding-top: 10px;
}

.gbb-boat-card-price {
	color: var(--gbb-select-button-bg, var(--gbb-button-bg, #0b6fa4));
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}

.gbb-boat-card-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: var(--gbb-button-size, 132px);
	min-height: var(--gbb-button-size, 132px);
	padding: 18px;
	border-radius: 999px;
	background: var(--gbb-select-button-bg, var(--gbb-button-bg, #0b6fa4));
	color: var(--gbb-select-button-text, var(--gbb-button-text, #ffffff));
	font-size: var(--gbb-action-font-size, 15px);
	font-weight: 700;
	text-align: center;
	line-height: 1.45;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gbb-button-rectangle .gbb-boat-card-action {
	min-width: max(180px, var(--gbb-button-size, 132px));
	min-height: auto;
	padding: 16px 22px;
	border-radius: 16px;
}

.gbb-boat-card:hover .gbb-boat-card-action,
.gbb-boat-card.is-active .gbb-boat-card-action {
	transform: scale(1.03);
	box-shadow: 0 12px 20px rgba(19, 53, 87, 0.12);
}

.gbb-slot-button {
	min-height: calc(var(--gbb-action-height, 46px) + 4px);
	padding: 12px var(--gbb-action-padding-x, 14px);
	border: 1px solid #cdd5dd;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	color: #24384b;
	font-size: calc(var(--gbb-action-font-size, 15px) - 1px);
	font-weight: 600;
	text-align: left;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gbb-standalone-mode .gbb-slot-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 150px;
	min-height: 54px;
	text-align: center;
	white-space: nowrap;
}

.gbb-slot-button:hover {
	border-color: var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
}

.gbb-slot-button.is-active {
	border-color: var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
	background: #edf3f7;
	box-shadow: 0 0 0 3px rgba(11, 111, 164, 0.12);
}

.gbb-slot-button.is-disabled {
	cursor: not-allowed;
	color: #8b97a3;
	background: #eef2f5;
}

.gbb-slot-button small {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	font-weight: 400;
}

.gbb-form-wrap input:focus,
.gbb-form-wrap select:focus,
.gbb-form-wrap textarea:focus {
	outline: none;
	border-color: #0b6fa4;
	box-shadow: 0 0 0 3px rgba(11, 111, 164, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.gbb-availability-message {
	margin: 0;
	color: #667482;
	font-size: 14px;
}

.gbb-unavailable-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	box-sizing: border-box;
}

.gbb-unavailable-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 32, 48, 0.52);
}

.gbb-unavailable-popup--embedded {
	position: absolute;
	inset: auto 0 auto 0;
	transform: translateY(-50%);
}

.gbb-unavailable-popup--embedded .gbb-unavailable-popup__backdrop {
	display: none;
}

.gbb-unavailable-popup__card {
	position: relative;
	z-index: 1;
	width: min(100%, 460px);
	padding: 24px;
	border: 1px solid #d7e4ef;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(16, 32, 48, 0.24);
}

.gbb-unavailable-popup__card h2 {
	margin: 0 34px 10px 0;
	color: #17324d;
	font-size: 22px;
	line-height: 1.25;
}

.gbb-unavailable-popup__card p {
	margin: 0 0 18px;
	color: #4c6073;
	font-size: 15px;
	line-height: 1.55;
}

.gbb-unavailable-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid #d7e4ef;
	border-radius: 999px;
	background: #f6f9fc;
	color: #17324d;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.gbb-unavailable-popup__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 12px;
}

.gbb-unavailable-popup__button,
.gbb-unavailable-popup__secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 14px;
	border-radius: 12px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}

.gbb-unavailable-popup__button--call {
	border: 1px solid #174f7a;
	background: #174f7a;
	color: #ffffff;
}

.gbb-unavailable-popup__button--whatsapp {
	border: 1px solid #16843a;
	background: #16843a;
	color: #ffffff;
}

.gbb-unavailable-popup__secondary {
	width: 100%;
	border: 1px solid #c8d6e3;
	background: #f7fbff;
	color: #17324d;
	cursor: pointer;
}

.gbb-departure-matrix {
	border: 1px solid #c8d6e3;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(249, 252, 255, 0.94) 0%, rgba(239, 246, 252, 0.92) 100%);
	box-shadow: 0 10px 20px rgba(29, 52, 74, 0.06);
}

.gbb-departure-matrix summary {
	list-style: none;
	cursor: pointer;
	padding: 14px 16px;
	font-weight: 700;
	color: #24384b;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(230, 240, 249, 0.95) 100%);
}

.gbb-departure-matrix summary::-webkit-details-marker {
	display: none;
}

.gbb-departure-matrix summary::after {
	content: "▾";
	float: right;
	color: #627483;
}

.gbb-departure-matrix[open] summary::after {
	transform: rotate(180deg);
}

.gbb-departure-matrix-body {
	padding: 0 16px 16px;
	overflow: visible;
}

.gbb-departure-matrix-table-wrap {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 10px;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x pinch-zoom;
	overscroll-behavior-x: contain;
	scrollbar-gutter: stable both-edges;
	border-radius: 12px;
	position: relative;
}

.gbb-departure-matrix-table {
	width: max-content !important;
	min-width: 100%;
	border-collapse: collapse;
	min-width: 620px;
}

.gbb-departure-matrix-table th,
.gbb-departure-matrix-table td {
	padding: 10px 8px;
	border-bottom: 1px solid #dce4eb;
	text-align: center;
	vertical-align: middle;
}

.gbb-departure-matrix-table thead th {
	font-size: 14px;
	font-weight: 700;
	color: #24384b;
	background: rgba(238, 244, 248, 0.9);
}

.gbb-departure-matrix-table thead th:first-child,
.gbb-departure-matrix-table tbody th {
	position: sticky;
	left: 0;
	z-index: 3;
	background: #f7fbff;
	box-shadow: 6px 0 10px rgba(31, 52, 71, 0.06);
}

.gbb-departure-matrix-table thead th:first-child {
	z-index: 4;
	background: rgba(238, 244, 248, 0.98);
}

.gbb-departure-matrix-table tbody th {
	text-align: left;
	font-weight: 700;
	color: #24384b;
	white-space: nowrap;
	min-width: 78px;
}

.gbb-departure-matrix-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: calc(var(--gbb-action-height, 46px) + 42px);
	min-height: calc(var(--gbb-action-height, 46px) - 4px);
	padding: 8px calc(var(--gbb-action-padding-x, 18px) - 4px);
	border: 1px solid var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
	border-radius: 12px;
	background: var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
	color: var(--gbb-action-button-text, var(--gbb-button-text, #ffffff));
	font-size: calc(var(--gbb-action-font-size, 15px) - 1px);
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
	white-space: nowrap;
	touch-action: manipulation;
}

.gbb-departure-matrix-button:hover {
	filter: brightness(0.94);
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(19, 53, 87, 0.12);
}

.gbb-departure-matrix-empty {
	color: #91a0ad;
	font-weight: 600;
}

.gbb-departure-matrix-note {
	margin-top: 12px;
}

.gbb-departure-matrix-mobile {
	display: grid;
	gap: 12px;
	margin-top: 10px;
}

.gbb-departure-matrix-mobile-row {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 10px 0;
	border-bottom: 1px solid #dce4eb;
}

.gbb-departure-matrix-mobile-time {
	padding-top: 10px;
	color: #24384b;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}

.gbb-departure-matrix-mobile-choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.gbb-departure-matrix-button-mobile {
	flex-direction: column;
	gap: 4px;
	width: 100%;
	min-width: 0;
	min-height: 54px;
	padding: 10px 8px;
	text-align: center;
}

.gbb-departure-matrix-button-label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	opacity: 0.92;
}

.gbb-departure-matrix-button-price {
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.15;
}

.gbb-arrangements-accordion {
	border: 1px solid #c8d6e3;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(249, 252, 255, 0.94) 0%, rgba(239, 246, 252, 0.92) 100%);
	box-shadow: 0 10px 20px rgba(29, 52, 74, 0.06);
}

.gbb-arrangements-accordion summary {
	list-style: none;
	cursor: pointer;
	padding: 14px 16px;
	font-weight: 700;
	color: #24384b;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(230, 240, 249, 0.95) 100%);
}

.gbb-arrangements-accordion summary::-webkit-details-marker {
	display: none;
}

.gbb-arrangements-accordion summary::after {
	content: "▾";
	float: right;
	color: #627483;
}

.gbb-arrangements-accordion[open] summary::after {
	transform: rotate(180deg);
}

.gbb-arrangements-accordion-body {
	padding: 0 16px 16px;
}

.gbb-notice {
	margin-top: 12px;
	margin-bottom: 22px;
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid transparent;
}

.gbb-price-box {
	padding: 14px 16px;
	border: 1px solid #c8d6e3;
	border-radius: 14px;
	background:
		radial-gradient(circle at 96% 8%, rgba(191, 231, 196, 0.16), transparent 28%),
		linear-gradient(180deg, #f4f8fb 0%, #e9f1f7 100%);
	box-shadow: 0 8px 16px rgba(29, 52, 74, 0.07);
}

.gbb-price-value {
	display: inline-block;
	margin-left: 8px;
	color: var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
	font-size: 18px;
	font-weight: 700;
}

.gbb-price-note {
	margin: 8px 0 0;
	color: #667482;
	font-size: 14px;
}

.gbb-booking-overview {
	display: grid;
	gap: 14px;
	margin-top: 12px;
}

.gbb-booking-overview-empty {
	margin: 0;
	color: #5b6d7c;
	font-size: 14px;
}

.gbb-booking-overview-rows {
	display: grid;
	gap: 8px;
}

.gbb-booking-overview-row {
	display: grid;
	grid-template-columns: minmax(130px, 180px) 1fr;
	gap: 12px;
	padding: 8px 10px;
	border: 1px solid rgba(170, 186, 201, 0.3);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.72);
}

.gbb-booking-overview-row.is-multiline .gbb-booking-overview-value {
	line-height: 1.55;
}

.gbb-booking-overview-label {
	color: #607180;
	font-size: 13px;
	font-weight: 700;
}

.gbb-booking-overview-value {
	color: #20384c;
	font-size: 14px;
	font-weight: 600;
}

.gbb-booking-overview-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 4px;
}

.gbb-booking-overview-total-label {
	color: #17324d;
	font-size: 15px;
	font-weight: 700;
}

.gbb-contact-help-box {
	background:
		radial-gradient(circle at 95% 8%, rgba(176, 218, 255, 0.2), transparent 30%),
		linear-gradient(180deg, #f6faff 0%, #edf4fa 100%);
}

.gbb-contact-help-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 14px;
}

.gbb-contact-help-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 148px;
	max-width: 100%;
	padding: 12px 18px;
	border-radius: 999px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.gbb-contact-help-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(26, 47, 70, 0.12);
	opacity: .96;
}

.gbb-contact-help-button-call {
	background: var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4));
	color: var(--gbb-action-button-text, var(--gbb-button-text, #ffffff));
}

.gbb-contact-help-button-whatsapp {
	background: #25d366;
	color: #ffffff;
}

.gbb-contact-help-button-email {
	background: rgba(255, 255, 255, 0.88);
	color: #23405a;
	border: 1px solid rgba(108, 130, 149, 0.22);
}

.gbb-selection-summary .gbb-price-box {
	padding: 10px 14px;
	background: linear-gradient(180deg, #eef5fb 0%, #e3edf6 100%);
}

.gbb-selection-summary-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 12px;
	row-gap: 4px;
}

.gbb-selection-summary-copy {
	min-width: 0;
}

.gbb-selection-summary-header strong {
	display: block;
}

.gbb-selection-summary-total {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	padding: 8px 12px;
	border: 1px solid rgba(104, 129, 150, 0.18);
	border-radius: 12px;
	background: linear-gradient(180deg, rgba(228, 236, 242, 0.96) 0%, rgba(219, 229, 236, 0.94) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
	text-align: right;
}

.gbb-selection-summary-total-label {
	color: #607180;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.gbb-selection-summary-total-value {
	color: #17324d;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.gbb-selection-summary-text {
	margin: 4px 0 0;
	font-size: 15px;
	font-weight: 600;
	color: #31485c;
}

.gbb-arrangements-list {
	display: grid;
	gap: 12px;
	margin-top: 6px;
}

.gbb-arrangement-option {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: flex-start;
	padding: 12px 14px;
	border: 1px solid #d7e1e8;
	border-radius: 14px;
	background: rgba(255,255,255,.65);
}

.gbb-arrangement-option input {
	width: auto;
	max-width: none;
	margin-top: 2px;
}

.gbb-arrangement-option-body {
	display: grid;
	gap: 4px;
}

.gbb-arrangement-option-title {
	color: #17324d;
	font-size: 15px;
}

.gbb-arrangement-option-description {
	color: #5d7082;
	font-size: 14px;
}

.gbb-arrangement-option-meta {
	color: #0b6fa4;
	font-size: 14px;
	font-weight: 700;
}

.gbb-success {
	background: #eef8ef;
	color: #1d5d27;
	border-color: #cde7d0;
}

.gbb-notice.gbb-info {
	background: #eef3f7;
	color: #455d78;
	border-color: #d0d9e2;
}

.gbb-form-wrap.gbb-embed-mode .gbb-notice.gbb-info.gbb-embed-trust-notice {
	background: linear-gradient(135deg, #486f3f 0%, #3f6237 100%) !important;
	color: #ffffff !important;
	border-color: #d5b06a !important;
	border-left: 5px solid #e2c789 !important;
	box-shadow: 0 10px 24px rgba(20, 42, 21, 0.18) !important;
}

.gbb-notice.gbb-error {
	background: #fff0f0;
	color: #b42318;
	border-color: #f3c5c5;
}

.gbb-payment-success-popup {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 20px;
}

.gbb-payment-success-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 37, 56, 0.55);
}

.gbb-payment-success-popup__card {
	position: relative;
	z-index: 1;
	width: min(520px, 100%);
	background: #ffffff;
	border: 1px solid #dbe5ef;
	border-radius: 16px;
	padding: 22px 20px;
	box-shadow: 0 20px 46px rgba(16, 33, 52, 0.28);
}

.gbb-payment-success-popup__card h3 {
	margin: 0 0 8px;
	color: #17324d;
	font-size: 24px;
}

.gbb-payment-success-popup__card p {
	margin: 0 0 10px;
	color: #455d78;
}

.gbb-payment-success-popup__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	min-width: 132px;
	min-height: 42px;
	padding: 10px 22px;
	border: 0;
	border-radius: 999px;
	background: #17324d;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.gbb-payment-success-popup__footer {
	margin: 14px 0 0;
	padding-top: 12px;
	border-top: 1px solid #e3ebf3;
	color: #36536d;
	font-size: 13px;
	line-height: 1.5;
}

.gbb-error {
	margin: 0;
	color: #b42318;
	font-size: 14px;
}

.gbb-submit {
	margin-top: 20px;
	min-height: var(--gbb-action-height, 46px);
	padding: 12px var(--gbb-action-padding-x, 20px);
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gbb-action-button-bg, var(--gbb-button-bg, #0b6fa4)) 0%, #124a72 100%);
	color: var(--gbb-action-button-text, var(--gbb-button-text, #ffffff));
	font-size: calc(var(--gbb-action-font-size, 15px) + 1px);
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 12px 22px rgba(19, 53, 87, 0.16);
	transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.gbb-submit:hover {
	filter: brightness(0.92);
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(19, 53, 87, 0.14);
}

.gbb-form-footer-meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-top: 16px;
	padding: 12px 14px;
	border-radius: 12px;
	border: 1px solid #d3b277;
	background: linear-gradient(135deg, #486f3f 0%, #3f6237 100%);
	box-shadow: 0 10px 24px rgba(20, 42, 21, 0.14);
}

.gbb-share-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px 12px;
	margin-top: 0;
	padding-top: 0;
}

.gbb-share-actions-label {
	color: #f7e9c9;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.gbb-share-actions-links {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.gbb-share-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(247, 233, 201, 0.55);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #35582e;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gbb-share-action svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.gbb-share-action:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(16, 37, 18, 0.24);
	border-color: rgba(247, 233, 201, 0.95);
}

.gbb-share-action-copy {
	cursor: pointer;
}

.gbb-booking-footer-note {
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	text-align: left;
}

.gbb-booking-footer-note a {
	color: #f7e9c9;
	text-decoration: none;
	border-bottom: 1px solid rgba(247, 233, 201, 0.75);
}

.gbb-booking-footer-note a:hover {
	border-bottom-color: rgba(122, 138, 152, 0.7);
}

@media (max-width: 1024px) {
	.gbb-standalone-mode .gbb-discovery-grid {
		grid-template-columns: repeat(2, minmax(220px, 1fr));
	}

	.gbb-standalone-mode .gbb-boat-grid {
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		width: 100%;
		max-width: none;
	}

	.gbb-discovery-grid--three {
		grid-template-columns: repeat(2, minmax(240px, 1fr));
	}

	.gbb-boat-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.gbb-form-wrap {
		padding: 18px;
	}

	.gbb-form-wrap.gbb-standalone-mode {
		padding: 16px;
	}

	.gbb-standalone-mode .gbb-og-brand-strip {
		gap: 3px;
		padding: 11px 13px;
		border-left-width: 4px;
		border-radius: 8px;
		box-shadow: 0 8px 18px rgba(24, 40, 55, 0.1);
	}

	.gbb-standalone-mode .gbb-og-brand-strip-title {
		font-size: 18px;
		line-height: 1.15;
	}

	.gbb-standalone-mode .gbb-og-brand-strip-subtitle {
		font-size: 12px;
		line-height: 1.3;
	}

	.gbb-language-switcher {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		margin: 0 0 10px;
	}

	.gbb-language-options {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		width: 100%;
		gap: 5px;
	}

	.gbb-language-option {
		justify-content: center;
		gap: 4px;
		min-height: 32px;
		padding: 6px;
		font-size: 12px;
	}

	.gbb-language-option span:last-child {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.gbb-language-flag {
		width: 20px;
		height: 14px;
		flex: 0 0 auto;
	}

	.gbb-standalone-stepper {
		gap: 6px;
		margin-bottom: 12px;
	}

	.gbb-standalone-step {
		min-height: 34px;
		padding: 7px 8px;
		border-radius: 8px;
		font-size: 12px;
		line-height: 1.2;
	}

	.gbb-discovery-grid,
	.gbb-grid {
		grid-template-columns: 1fr;
	}

	.gbb-standalone-mode .gbb-discovery-grid {
		grid-template-columns: 1fr;
	}

	.gbb-standalone-mode .gbb-boat-card {
		min-height: 0;
	}

	.gbb-standalone-mode .gbb-boat-card-media-ring {
		height: 100%;
	}

	.gbb-standalone-mode .gbb-boat-card-top {
		height: 210px;
	}

	.gbb-standalone-mode .gbb-boat-card-media {
		height: 100%;
		min-height: 0;
		aspect-ratio: auto;
	}

	.gbb-standalone-mode .gbb-boat-card-body {
		padding: 16px;
	}

	.gbb-standalone-mode .gbb-boat-card-footer {
		flex-direction: column;
		align-items: stretch;
	}

	.gbb-standalone-mode .gbb-boat-card-price {
		white-space: normal;
	}

	.gbb-standalone-mode .gbb-boat-card-action {
		width: 100%;
	}

	.gbb-discovery-actions {
		justify-content: stretch;
	}

	.gbb-discovery-accordion-head,
	.gbb-standalone-mode .gbb-discovery-accordion-head {
		grid-template-columns: 1fr;
	}

	.gbb-reset-filters {
		width: 100%;
	}

	.gbb-step-navigation {
		flex-direction: column;
	}

	.gbb-step-button {
		width: 100%;
	}

	.gbb-booking-overview-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.gbb-selection-summary-header {
		grid-template-columns: 1fr;
		row-gap: 8px;
	}

	.gbb-selection-summary-total {
		align-items: flex-start;
		text-align: left;
	}

	.gbb-departure-matrix-body {
		padding: 0 12px 14px;
		margin: 0 -2px;
	}

	.gbb-departure-matrix-mobile-row {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 10px;
		padding: 8px 0;
	}

	.gbb-departure-matrix-mobile-time {
		padding-top: 8px;
		font-size: 14px;
	}

	.gbb-departure-matrix-mobile-choices {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.gbb-departure-matrix-button-mobile {
		min-height: 50px;
		padding: 8px 6px;
	}

	.gbb-departure-matrix-button-label {
		font-size: 11px;
	}

	.gbb-departure-matrix-button-price {
		font-size: 14px;
	}

	.gbb-departure-matrix-table-wrap {
		margin-left: -2px;
		margin-right: -2px;
		padding: 0 2px 10px;
		overflow-x: auto !important;
		overflow-y: visible;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x pinch-zoom;
		position: relative;
	}

	.gbb-departure-matrix-table {
		width: max-content !important;
		min-width: 760px;
		table-layout: fixed;
	}

	.gbb-departure-matrix-table th,
	.gbb-departure-matrix-table td {
		padding: 8px 6px;
		font-size: 12px;
		white-space: nowrap;
	}

	.gbb-departure-matrix-table tbody th,
	.gbb-departure-matrix-table thead th:first-child {
		min-width: 92px;
		left: 0;
		z-index: 5;
		background: #f4f8fb;
	}

	.gbb-departure-matrix-button {
		min-width: 86px;
		min-height: 38px;
		padding: 7px 8px;
		font-size: 12px;
		border-radius: 10px;
	}

	.gbb-contact-help-actions {
		flex-direction: column;
		gap: 10px;
	}

	.gbb-contact-help-button {
		width: 100%;
		min-width: 0;
	}

	.gbb-unavailable-popup__actions {
		grid-template-columns: 1fr;
	}

	.gbb-share-actions {
		justify-content: flex-end;
	}

	.gbb-booking-footer-note {
		text-align: left;
	}

	.gbb-form-footer-meta {
		flex-direction: column;
		align-items: stretch;
	}

	.gbb-share-actions {
		justify-content: flex-start;
	}

	.gbb-full {
		grid-column: auto;
	}

	.gbb-boat-grid {
		grid-template-columns: 1fr;
	}
}
