/**
 * Bloc Voyage Styles
 *
 * Styles for the [bloc_voyage] shortcode.
 * Organized by: base > components > type-specific > responsive
 *
 * @package JMV_Child
 */

/* ==========================================================================
   1. BASE STYLES (shared across all types)
   ========================================================================== */

.bv-wrapper {
	display: grid;
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	font-family: Montserrat, "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.bv-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border-radius: 14px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0 14px 40px rgba(8, 35, 115, 0.18);
	transition: transform 200ms ease, box-shadow 200ms ease;
	cursor: pointer;
}

.bv-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 48px rgba(8, 35, 115, 0.24);
}

/* ==========================================================================
   2. CARD COMPONENTS (reusable across types)
   ========================================================================== */

/* --- Media Section --- */
.bv-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	background: #dbe6ff;
	overflow: hidden;
}

.bv-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bv-card__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 8, 40, 0) 0%, rgba(2, 8, 40, 0.8) 78%, rgba(2, 8, 40, 0.92) 100%);
}

.bv-card__media-content {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px 24px 22px;
	color: #ffffff;
	gap: 6px;
}

/* --- Title Section --- */
.bv-card__title-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.bv-card__title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #ffffff;
}

.bv-card__stars {
	display: flex;
	align-items: center;
	gap: 2px;
	margin: 2px 0 0;
	font-size: 18px;
	color: #ffd166;
}

.bv-card__subtitle {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.86);
}

/* --- Body Section --- */
.bv-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 24px;
	gap: 18px;
}

/* --- Date Block --- */
.bv-card__date-block {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bv-card__date-range {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #0c1b5a;
}

.bv-card__departure {
	margin: 0;
	font-size: 14px;
	color: #45518a;
}

/* --- Highlights / Pills --- */
.bv-card__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bv-card__highlight-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	background: #eef2ff;
	border-radius: 999px;
	font-size: 14px;
	color: #1f2f6f;
}

.bv-card__highlight-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.bv-card__highlight-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* --- Footer Section --- */
.bv-card__footer {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

/* --- Price --- */
.bv-card__price {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bv-card__price-label {
	margin: 0;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5060a8;
}

.bv-card__price-value {
	font-size: 26px;
	font-weight: 700;
	color: #0a1a66;
}

.bv-card__price-details {
	margin: 0;
	font-size: 14px;
	color: #45518a;
}

.bv-card__price-note {
	font-size: 12px;
	color: #6975b2;
}

/* --- CTA Row --- */
.bv-card__cta-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.bv-card__cta-label {
	font-weight: 600;
	font-size: 15px;
	color: #0b1f76;
}

.bv-card__cta-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #2d57ff;
	color: #ffffff;
	font-size: 18px;
	transition: transform 200ms ease;
}

.bv-card:hover .bv-card__cta-arrow {
	transform: translateX(4px);
}

/* --- Tour Operator --- */
.bv-card__tour-operator {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6975b2;
}

.bv-card__tour-operator-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.bv-card__tour-operator-icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   3. TYPE-SPECIFIC STYLES
   ========================================================================== */

/* --- South (Beach/Resort) --- */
.bv-wrapper--south {
	grid-template-columns: repeat(3, 1fr);
}

/* --- Cruise --- */
.bv-wrapper--cruise {
	grid-template-columns: repeat(2, 1fr);
}

/* --- Tour --- */
.bv-wrapper--tour {
	grid-template-columns: repeat(2, 1fr);
}

/* --- Legacy (fallback) --- */
.bv-wrapper--legacy {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 25px;
}

.bv-card--legacy {
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.bv-card--legacy .bv-card__image {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
}

.bv-card--legacy .bv-card__content {
	padding: 15px;
	text-align: center;
}

.bv-card--legacy .bv-card__price {
	align-items: center;
}

.bv-card--legacy .bv-card__price-value {
	font-size: 24px;
	color: #2c3e50;
}

.bv-card--legacy .bv-card__details {
	margin: 10px 0;
}

.bv-card--legacy .bv-card__location {
	margin: 0 0 5px;
	color: #333;
}

.bv-card--legacy .bv-card__departure {
	margin: 0;
	font-size: 13px;
}

.bv-card--legacy .bv-card__cta {
	margin-top: 10px;
}

.bv-card--legacy .bv-card__button {
	display: inline-block;
	padding: 8px 20px;
	background: #2d57ff;
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	transition: background 200ms ease;
}

.bv-card--legacy .bv-card__button:hover {
	background: #1a3fd9;
}

/* ==========================================================================
   4. RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media (max-width: 1024px) {
	.bv-wrapper--south {
		grid-template-columns: repeat(2, 1fr);
	}

	.bv-wrapper--cruise,
	.bv-wrapper--tour {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.bv-wrapper--south,
	.bv-wrapper--cruise,
	.bv-wrapper--tour {
		grid-template-columns: 1fr;
		padding: 16px;
	}

	.bv-card__title {
		font-size: 20px;
	}

	.bv-card__price-value {
		font-size: 24px;
	}

	.bv-card__media-content {
		padding: 20px;
	}

	.bv-card__body {
		padding: 20px;
	}
}

/* ==========================================================================
   5. CRUISE-SPECIFIC STYLES
   ========================================================================== */

/* --- Cruise Card Variant --- */
.bv-card--cruise {
	border: 1px solid rgba(19, 38, 110, 0.08);
}

/* --- Cruise Media Content (space-between layout) --- */
.bv-card__media-content--cruise {
	justify-content: space-between;
	padding: 22px;
}

/* --- Media Top (badge + ship overlay) --- */
.bv-card__media-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

/* --- Region Badge --- */
.bv-card__region-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(19, 38, 110, 0.82);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 700;
	color: #ffffff;
	white-space: normal;
	text-align: center;
	line-height: 1.35;
}

/* --- Ship Overlay (frosted glass) --- */
.bv-card__ship-overlay {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 10px 14px;
	border-radius: 14px;
	background: rgba(10, 24, 96, 0.48);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	align-self: flex-start;
}

.bv-card__ship-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: #ffffff;
}

.bv-card__ship-line {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 600;
	opacity: 0.78;
}

.bv-card__ship-name {
	font-size: 15px;
	font-weight: 700;
}

/* --- Title Block --- */
.bv-card__title-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: auto;
}

/* --- Cruise Card Header --- */
.bv-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

/* --- Operator Section --- */
.bv-card__operator {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
}

.bv-card__operator-logo {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: rgba(208, 219, 255, 0.5);
	color: #17286f;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	flex-shrink: 0;
}

.bv-card__operator-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bv-card__operator-initials {
	font: inherit;
	color: inherit;
}

.bv-card__operator-details {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.bv-card__operator-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #7a84b8;
}

.bv-card__operator-name {
	font-size: 16px;
	font-weight: 600;
	color: #1b2f7a;
}

/* --- Meta Info Section --- */
.bv-card__meta-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	color: #1b2f82;
}

.bv-card__meta-item {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

/* --- Flight Banner --- */
.bv-card__flight-banner {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	border-radius: 14px;
	background: rgba(49, 88, 255, 0.12);
	border: 1px solid rgba(49, 88, 255, 0.24);
	color: #1b2f7a;
}

.bv-card__flight-banner--included {
	background: rgba(34, 197, 94, 0.12);
	border-color: rgba(34, 197, 94, 0.24);
}

.bv-card__flight-icon {
	font-size: 18px;
	line-height: 1;
}

.bv-card__flight-text {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

/* --- Info Section (Cabins) --- */
.bv-card__info-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
	border-radius: 14px;
	background: rgba(208, 219, 255, 0.28);
	border: 1px solid rgba(19, 38, 110, 0.12);
	width: 100%;
}

.bv-card__info-label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #6071b2;
	font-weight: 700;
}

.bv-card__info-value {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #1b2f7a;
	font-weight: 600;
}

/* --- Cruise Footer --- */
.bv-card__footer--cruise {
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 18px;
	border-top: 1px solid rgba(19, 38, 110, 0.12);
}

/* --- CTA Arrow Button --- */
.bv-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bv-card__cta-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: linear-gradient(135deg, #3058ff 0%, #4f6bff 100%);
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0 12px 28px rgba(49, 88, 255, 0.3);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.bv-card--cruise:hover .bv-card__cta-arrow {
	transform: translateX(6px);
	box-shadow: 0 18px 34px rgba(49, 88, 255, 0.38);
}

/* --- Cruise Image Hover Effect --- */
.bv-card--cruise .bv-card__image {
	transition: transform 220ms ease;
}

.bv-card--cruise:hover .bv-card__image {
	transform: scale(1.04);
}

/* --- Cruise Responsive --- */
@media (max-width: 960px) {
	.bv-card--cruise .bv-card__body {
		padding: 24px;
	}

	.bv-card--cruise .bv-card__title {
		font-size: 20px;
	}

	.bv-card--cruise .bv-card__price-value {
		font-size: 26px;
	}
}

@media (max-width: 720px) {
	.bv-card__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.bv-card__meta-info {
		align-items: flex-start;
	}

	.bv-card__footer--cruise {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.bv-card__cta {
		align-self: flex-end;
	}
}

/* ==========================================================================
   6. TOUR-SPECIFIC STYLES
   ========================================================================== */

/* --- Tour Card Variant --- */
.bv-card--tour {
	border: 1px solid rgba(19, 38, 110, 0.08);
}

/* --- Tour Operator Logo (no background) --- */
.bv-card--tour .bv-card__operator-logo {
	background: transparent;
}

/* --- Tour Media (taller aspect ratio for 2-column layout) --- */
.bv-card--tour .bv-card__media {
	aspect-ratio: 16 / 10;
	overflow: hidden !important;
}

.bv-card--tour .bv-card__image {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

/* --- Tour Media Content --- */
.bv-card__media-content--tour {
	justify-content: flex-end;
	padding: 22px;
}

/* --- Tour Meta Info (aligned left, stacked) --- */
.bv-card__meta-info--tour {
	align-items: flex-start;
	gap: 4px;
}

.bv-card__meta-item--primary {
	color: #0a1a66;
	font-weight: 700;
}

/* --- Features List (Pills) --- */
.bv-card__features {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bv-card__feature-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(19, 38, 110, 0.16);
	color: #1f2f6f;
	font-size: 14px;
	font-weight: 500;
}

.bv-card__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	color: inherit;
}

.bv-card__feature-icon svg {
	width: 100%;
	height: 100%;
}

/* --- Tour Footer --- */
.bv-card__footer--tour {
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 18px;
	border-top: 1px solid rgba(19, 38, 110, 0.12);
}

/* --- Tour Image Hover Effect --- */
.bv-card--tour .bv-card__image {
	transition: transform 220ms ease;
}

.bv-card--tour:hover .bv-card__image {
	transform: scale(1.04);
}

/* --- Tour CTA Hover --- */
.bv-card--tour:hover .bv-card__cta-arrow {
	transform: translateX(6px);
	box-shadow: 0 18px 34px rgba(49, 88, 255, 0.38);
}

/* --- Tour Responsive --- */
@media (max-width: 960px) {
	.bv-card--tour .bv-card__body {
		padding: 22px;
	}

	.bv-card--tour .bv-card__title {
		font-size: 20px;
	}

	.bv-card--tour .bv-card__price-value {
		font-size: 26px;
	}
}

@media (max-width: 720px) {
	.bv-card__footer--tour {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.bv-card--tour .bv-card__cta {
		align-self: flex-end;
	}
}

/* ==========================================================================
   7. MODAL STYLES - SOUTH PACKAGE DETAILS
   ========================================================================== */

/* --- Modal Overlay --- */
.bv-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	font-family: Montserrat, "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.bv-modal[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

.bv-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 26, 102, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

/* --- Modal Container --- */
.bv-modal__container {
	position: relative;
	width: 100%;
	max-width: 920px;
	max-height: 92vh;
	margin: 16px;
	background: #ffffff;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transform: scale(0.95) translateY(20px);
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.35);
}

.bv-modal[aria-hidden="false"] .bv-modal__container {
	transform: scale(1) translateY(0);
}

/* --- Scroll Wrapper (contains hero + body) --- */
.bv-modal__scroll-wrapper {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
}

.bv-modal__scroll-wrapper::-webkit-scrollbar {
	width: 6px;
}

.bv-modal__scroll-wrapper::-webkit-scrollbar-track {
	background: #f1f5ff;
}

.bv-modal__scroll-wrapper::-webkit-scrollbar-thumb {
	background: #c5d4ff;
	border-radius: 3px;
}

.bv-modal__scroll-wrapper::-webkit-scrollbar-thumb:hover {
	background: #2d57ff;
}

/* --- Hero Section (compact, scrolls with content) --- */
.bv-modal__hero {
	position: relative;
	height: 200px;
	min-height: 180px;
	max-height: 240px;
	background: linear-gradient(135deg, #dbe6ff 0%, #c5d4ff 100%);
	flex-shrink: 0;
	overflow: hidden;
}

.bv-modal__hero-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.bv-modal__hero:hover .bv-modal__hero-image {
	transform: scale(1.02);
}

.bv-modal__hero-gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(2, 8, 40, 0) 0%,
		rgba(2, 8, 40, 0.5) 50%,
		rgba(2, 8, 40, 0.88) 100%
	);
}

.bv-modal__hero-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
	color: #ffffff;
}

.bv-modal__title-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 6px;
}

.bv-modal__title {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.bv-modal__stars {
	font-size: 16px;
	color: #ffd166;
	margin-top: 4px;
	letter-spacing: 2px;
}

.bv-modal__location {
	margin: 0;
	font-size: 14px;
	opacity: 0.9;
	font-weight: 500;
}

/* --- Close Button --- */
.bv-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(12, 27, 90, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	transition: background 0.2s ease, transform 0.2s ease;
	z-index: 20;
}

.bv-modal__close:hover {
	background: rgba(12, 27, 90, 0.8);
	transform: rotate(90deg);
}

.bv-modal__close svg {
	width: 18px;
	height: 18px;
}

/* --- Mini Header (appears on scroll) --- */
.bv-modal__mini-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 20px;
	padding-right: 70px;
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(45, 87, 255, 0.1);
	transform: translateY(-100%);
	opacity: 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	pointer-events: none;
}

.bv-modal__mini-header--visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.bv-modal__mini-header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex: 1;
	min-width: 0;
}

.bv-modal__mini-header-info {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.bv-modal__mini-header-title {
	font-size: 15px;
	font-weight: 600;
	color: #0c1b5a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 320px;
}

.bv-modal__mini-header-stars {
	font-size: 12px;
	color: #ffd166;
	flex-shrink: 0;
	letter-spacing: 1px;
}

.bv-modal__mini-header-price {
	font-size: 16px;
	font-weight: 700;
	color: #2d57ff;
	white-space: nowrap;
	flex-shrink: 0;
}

.bv-modal__mini-header-close {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f5ff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	color: #0c1b5a;
	transition: background 0.2s ease;
	flex-shrink: 0;
	margin-left: 16px;
}

.bv-modal__mini-header-close:hover {
	background: #e8eeff;
}

.bv-modal__mini-header-close svg {
	width: 16px;
	height: 16px;
}

/* --- Modal Body --- */
.bv-modal__body {
	padding: 24px;
	padding-top: 20px;
}

/* --- Sections --- */
.bv-modal__section {
	margin-bottom: 28px;
}

.bv-modal__section:last-child {
	margin-bottom: 0;
}

.bv-modal__section-title {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #6975b2;
	margin: 0 0 16px 0;
}

/* --- Info Grid --- */
.bv-modal__info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.bv-modal__info-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
	border-radius: 14px;
	padding: 16px;
	border: 1px solid rgba(45, 87, 255, 0.08);
}

.bv-modal__info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: #ffffff;
	border-radius: 10px;
	color: #2d57ff;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(45, 87, 255, 0.1);
}

.bv-modal__info-icon svg {
	width: 18px;
	height: 18px;
}

.bv-modal__info-content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.bv-modal__info-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6975b2;
}

.bv-modal__info-value {
	font-size: 14px;
	font-weight: 600;
	color: #0c1b5a;
	line-height: 1.3;
}

/* --- Highlights --- */
.bv-modal__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bv-modal__highlight-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	background: #ffffff;
	border: 1px solid rgba(45, 87, 255, 0.12);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: #1f2f6f;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.bv-modal__highlight-item:hover {
	border-color: rgba(45, 87, 255, 0.25);
	background: #f8faff;
}

.bv-modal__highlight-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: #2d57ff;
}

.bv-modal__highlight-icon svg {
	width: 100%;
	height: 100%;
}

/* --- Room Options --- */
.bv-modal__room-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bv-modal__room-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 18px;
	background: #ffffff;
	border: 2px solid #e8eeff;
	border-radius: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.bv-modal__room-option:hover {
	border-color: #c5d4ff;
	background: #fafbff;
}

.bv-modal__room-option--selected {
	background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
	border-color: #2d57ff;
}

.bv-modal__room-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.bv-modal__room-type {
	font-size: 15px;
	font-weight: 600;
	color: #0c1b5a;
}

.bv-modal__room-desc {
	font-size: 12px;
	color: #6975b2;
}

.bv-modal__room-price-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.bv-modal__room-price {
	font-size: 17px;
	font-weight: 700;
	color: #0a1a66;
}

.bv-modal__room-badge {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #ffffff;
	background: linear-gradient(135deg, #2d57ff 0%, #4f6bff 100%);
	padding: 5px 10px;
	border-radius: 999px;
}

/* --- Gallery --- */
.bv-modal__gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.bv-modal__gallery-item {
	position: relative;
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	background: #f1f5ff;
}

.bv-modal__gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.bv-modal__gallery-item:hover img {
	transform: scale(1.08);
}

.bv-modal__gallery-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(10, 26, 102, 0);
	transition: background 0.2s ease;
}

.bv-modal__gallery-item:hover::after {
	background: rgba(10, 26, 102, 0.1);
}

/* Fallback pour images qui ne chargent pas */
.bv-modal__gallery-item--hidden {
	display: none;
}

/* --- Location --- */
.bv-modal__location-text {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 14px 16px;
	background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
	border-radius: 12px;
	font-size: 14px;
	font-weight: 500;
	color: #0c1b5a;
}

.bv-modal__location-text svg {
	width: 20px;
	height: 20px;
	color: #2d57ff;
	flex-shrink: 0;
}

/* --- Operator --- */
.bv-modal__operator {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #6975b2;
	margin: 0;
}

.bv-modal__operator svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: #45518a;
}

.bv-modal__operator-name {
	color: #0c1b5a;
	font-weight: 600;
}

/* --- Terms and Conditions --- */
.bv-modal__terms-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 14px 16px;
	background: #f8faff;
	border: 1px solid #e8eeff;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 600;
	color: #45518a;
	cursor: pointer;
	transition: all 0.2s ease;
}

.bv-modal__terms-toggle:hover {
	background: #f1f5ff;
	border-color: #c5d4ff;
}

.bv-modal__terms-toggle svg {
	width: 18px;
	height: 18px;
	transition: transform 0.2s ease;
}

.bv-modal__terms-toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.bv-modal__terms-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.bv-modal__terms-content[aria-hidden="false"] {
	max-height: 400px;
	padding-top: 12px;
	overflow-y: auto;
}

.bv-modal__terms-content p {
	margin: 0;
	font-size: 12px;
	line-height: 1.6;
	color: #6975b2;
}

/* Scrollbar styling for terms content */
.bv-modal__terms-content::-webkit-scrollbar {
	width: 6px;
}

.bv-modal__terms-content::-webkit-scrollbar-track {
	background: #f1f5ff;
	border-radius: 3px;
}

.bv-modal__terms-content::-webkit-scrollbar-thumb {
	background: #c5d4ff;
	border-radius: 3px;
}

.bv-modal__terms-content::-webkit-scrollbar-thumb:hover {
	background: #a3b8ff;
}

/* --- Sticky Footer --- */
.bv-modal__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 24px;
	background: #ffffff;
	border-top: 1px solid #e8eeff;
	flex-shrink: 0;
}

.bv-modal__price-summary {
	flex-shrink: 0;
}

.bv-modal__price-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6975b2;
	margin: 0 0 2px 0;
}

.bv-modal__price-value {
	font-size: 26px;
	font-weight: 700;
	color: #0a1a66;
	margin: 0;
	letter-spacing: -0.01em;
}

.bv-modal__price-details {
	font-size: 11px;
	color: #6975b2;
	margin: 2px 0 0 0;
}

/* --- Contact Buttons --- */
.bv-modal__contact {
	display: flex;
	gap: 8px;
}

.bv-modal__contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 10px;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.bv-modal__contact-btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.bv-modal__contact-btn--phone {
	background: linear-gradient(135deg, #2d57ff 0%, #4f6bff 100%);
	color: #ffffff;
	box-shadow: 0 4px 16px rgba(45, 87, 255, 0.25);
}

.bv-modal__contact-btn--phone:hover {
	background: linear-gradient(135deg, #1a3fd9 0%, #2d57ff 100%);
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(45, 87, 255, 0.35);
}

.bv-modal__contact-btn--email {
	background: #f1f5ff;
	color: #0a1a66;
	border: 1px solid #e8eeff;
}

.bv-modal__contact-btn--email:hover {
	background: #e8eeff;
	color: #0a1a66;
	border-color: #c5d4ff;
}

/* ==========================================================================
   8. LIGHTBOX STYLES
   ========================================================================== */

.bv-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.95);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.bv-lightbox[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
}

.bv-lightbox__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	transition: background 0.2s ease;
	z-index: 10;
}

.bv-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.2);
}

.bv-lightbox__close svg {
	width: 24px;
	height: 24px;
}

.bv-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	transition: background 0.2s ease;
	z-index: 10;
}

.bv-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.2);
}

.bv-lightbox__nav--prev {
	left: 20px;
}

.bv-lightbox__nav--next {
	right: 20px;
}

.bv-lightbox__nav svg {
	width: 24px;
	height: 24px;
}

.bv-lightbox__content {
	max-width: 90vw;
	max-height: 85vh;
}

.bv-lightbox__image {
	max-width: 100%;
	max-height: 85vh;
	object-fit: contain;
	border-radius: 8px;
}

.bv-lightbox__counter {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	padding: 8px 16px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
}

/* ==========================================================================
   8.1 ROOM DETAILS SECTION
   ========================================================================== */

.bv-modal__room-details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 20px;
}

.bv-modal__room-image-wrapper {
	position: relative;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	overflow: hidden;
	background: #f1f5ff;
}

.bv-modal__room-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bv-modal__room-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bv-modal__room-header {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bv-modal__room-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #0c1b5a;
}

.bv-modal__room-subtitle {
	margin: 0;
	font-size: 14px;
	color: #6975b2;
}

.bv-modal__room-amenities {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bv-modal__room-amenity {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	color: #1f2f6f;
	line-height: 1.4;
}

.bv-modal__room-amenity::before {
	content: '•';
	color: #2d57ff;
	font-weight: 700;
	flex-shrink: 0;
}

/* ==========================================================================
   8.2 DESCRIPTION SECTION
   ========================================================================== */

.bv-modal__description {
	position: relative;
}

.bv-modal__description-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #45518a;
}

.bv-modal__description-text--collapsed {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bv-modal__description-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
	padding: 0;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #2d57ff;
	cursor: pointer;
	transition: color 0.2s ease;
}

.bv-modal__description-toggle:hover {
	color: #1a3fd9;
}

.bv-modal__description-toggle svg {
	width: 16px;
	height: 16px;
	transition: transform 0.2s ease;
}

.bv-modal__description-toggle[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

/* ==========================================================================
   8.3 FLIGHTS SECTION
   ========================================================================== */

.bv-modal__flights {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bv-modal__flight-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 20px;
	background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
	border-radius: 16px;
	border: 1px solid rgba(45, 87, 255, 0.08);
}

.bv-modal__flight-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.bv-modal__flight-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	background: #2d57ff;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #ffffff;
}

.bv-modal__flight-info {
	font-size: 12px;
	color: #6975b2;
	font-weight: 500;
}

.bv-modal__flight-route {
	display: flex;
	align-items: center;
	gap: 16px;
}

.bv-modal__flight-point {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 80px;
}

.bv-modal__flight-point--end {
	text-align: right;
}

.bv-modal__flight-code {
	font-size: 18px;
	font-weight: 700;
	color: #0c1b5a;
}

.bv-modal__flight-time {
	font-size: 16px;
	font-weight: 600;
	color: #2d57ff;
}

.bv-modal__flight-date {
	font-size: 12px;
	color: #6975b2;
}

.bv-modal__flight-line {
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
	height: 2px;
	background: #c5d4ff;
}

.bv-modal__flight-line::before,
.bv-modal__flight-line::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #2d57ff;
	border-radius: 50%;
}

.bv-modal__flight-line::before {
	left: 0;
}

.bv-modal__flight-line::after {
	right: 0;
}

.bv-modal__flight-plane {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	color: #2d57ff;
	background: #f8faff;
	padding: 2px;
}

.bv-modal__flights-notice {
	margin: 0;
	font-size: 12px;
	color: #6975b2;
	font-style: italic;
}

/* ==========================================================================
   8.4 VENUES SECTION (Restaurants & Bars)
   ========================================================================== */

.bv-modal__venues-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.bv-modal__venue-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid rgba(19, 38, 110, 0.08);
	overflow: hidden;
}

.bv-modal__venue-image-wrapper {
	position: relative;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #e8eeff 0%, #f1f5ff 100%);
	overflow: hidden;
}

.bv-modal__venue-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bv-modal__venue-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #6975b2;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.bv-modal__venue-image-unavailable {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(
		135deg,
		rgba(99, 102, 241, 0.12),
		rgba(99, 102, 241, 0.12) 18px,
		rgba(226, 232, 255, 0.45) 18px,
		rgba(226, 232, 255, 0.45) 36px
	),
	linear-gradient(180deg, rgba(248, 250, 255, 0.95), rgba(224, 231, 255, 0.95));
	color: #6975b2;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	padding: 10px;
}

.bv-modal__venue-image-unavailable span {
	display: block;
}

.bv-modal__venue-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 12px 16px;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
}

.bv-modal__venue-details {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 14px 16px;
}

.bv-modal__venue-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	background: #f8faff;
	border-radius: 8px;
	font-size: 12px;
	color: #45518a;
}

.bv-modal__venue-tag-label {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6975b2;
}

.bv-modal__venue-tag-value {
	font-weight: 500;
	color: #1f2f6f;
}

/* ==========================================================================
   8.5 GALLERY LEGEND
   ========================================================================== */

.bv-modal__gallery-legend {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 12px;
	color: #6975b2;
}

/* ==========================================================================
   9. MODAL RESPONSIVE
   ========================================================================== */

@media (max-width: 768px) {
	.bv-modal {
		padding: 0;
	}

	.bv-modal__container {
		max-width: 100%;
		max-height: 100vh;
		height: 100%;
		margin: 0;
		border-radius: 0;
	}

	.bv-modal__hero {
		height: 160px;
		min-height: 140px;
		max-height: 180px;
	}

	.bv-modal__title {
		font-size: 18px;
	}

	.bv-modal__body {
		padding: 16px;
		padding-top: 16px;
	}

	/* Mini header mobile */
	.bv-modal__mini-header {
		padding: 10px 16px;
		padding-right: 60px;
	}

	.bv-modal__mini-header-title {
		max-width: 150px;
		font-size: 14px;
	}

	.bv-modal__mini-header-stars {
		font-size: 10px;
	}

	.bv-modal__mini-header-price {
		font-size: 14px;
	}

	.bv-modal__mini-header-close {
		width: 28px;
		height: 28px;
		margin-left: 12px;
	}

	.bv-modal__mini-header-close svg {
		width: 14px;
		height: 14px;
	}

	.bv-modal__info-grid {
		grid-template-columns: 1fr;
	}

	.bv-modal__gallery {
		grid-template-columns: repeat(3, 1fr);
	}

	.bv-modal__footer {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		padding: 16px 20px;
	}

	.bv-modal__price-summary {
		text-align: center;
	}

	.bv-modal__contact {
		flex-direction: column;
	}

	.bv-modal__contact-btn {
		justify-content: center;
	}

	/* Room details responsive */
	.bv-modal__room-details {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.bv-modal__room-image-wrapper {
		aspect-ratio: 16 / 9;
	}

	/* Flight cards responsive */
	.bv-modal__flight-route {
		gap: 12px;
	}

	.bv-modal__flight-point {
		min-width: 60px;
	}

	.bv-modal__flight-code {
		font-size: 16px;
	}

	.bv-modal__flight-time {
		font-size: 14px;
	}

	/* Venues responsive */
	.bv-modal__venues-grid {
		grid-template-columns: 1fr;
	}

	/* Lightbox mobile */
	.bv-lightbox__nav {
		width: 40px;
		height: 40px;
	}

	.bv-lightbox__nav--prev {
		left: 10px;
	}

	.bv-lightbox__nav--next {
		right: 10px;
	}
}

@media (max-width: 480px) {
	.bv-modal__gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.bv-modal__room-option {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.bv-modal__room-price-wrapper {
		width: 100%;
		justify-content: space-between;
	}
}

/* --- Scrollbar in Modal --- */
.bv-modal__body::-webkit-scrollbar {
	width: 6px;
}

.bv-modal__body::-webkit-scrollbar-track {
	background: #f1f5ff;
	border-radius: 3px;
}

.bv-modal__body::-webkit-scrollbar-thumb {
	background: #c5d4ff;
	border-radius: 3px;
}

.bv-modal__body::-webkit-scrollbar-thumb:hover {
	background: #2d57ff;
}

/* --- Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
	.bv-modal,
	.bv-modal__container,
	.bv-modal__close,
	.bv-modal__hero-image,
	.bv-modal__gallery-item img,
	.bv-lightbox {
		transition: none;
	}
}

/* ========================================
   TOUR MODAL STYLES
   ======================================== */

/* Tour modal inherits from .bv-modal */
.bv-modal--tour {
	/* Same base styles as south modal */
}

/* Tour hero - more compact */
.bv-modal--tour .bv-modal__hero {
	min-height: 180px;
	max-height: 200px;
}

.bv-modal--tour .bv-modal__hero-content {
	padding: 20px 24px;
}

/* Visit type badge */
.bv-modal__visit-badge {
	display: inline-block;
	padding: 6px 14px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
	margin-bottom: 12px;
}

/* Tour meta (region + duration) */
.bv-modal__tour-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}

.bv-modal__tour-region {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.bv-modal__tour-region::after {
	content: '•';
	margin-left: 8px;
	opacity: 0.6;
}

.bv-modal__tour-duration {
	opacity: 0.9;
}

/* Tour highlights - horizontal layout */
.bv-modal--tour .bv-modal__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.bv-modal--tour .bv-modal__highlight-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	background: #f1f5ff;
	border-radius: 20px;
	font-size: 13px;
	color: #0c1b5a;
}

.bv-modal--tour .bv-modal__highlight-icon {
	width: 16px;
	height: 16px;
	color: #2d57ff;
}

.bv-modal--tour .bv-modal__highlight-icon svg {
	width: 100%;
	height: 100%;
}

/* --- Overview Section --- */
.bv-modal__section--overview {
	/* Inherits from description section */
}

/* --- Itinerary Section --- */
.bv-modal__section--itinerary {
	background: #ffffff;
}

.bv-modal__itinerary {
	border-top: 1px solid #e8eeff;
}

.bv-modal__itinerary-day {
	border-bottom: 1px solid #e8eeff;
}

.bv-modal__itinerary-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: background-color 0.2s ease;
	background-color: #f8faff!important;
}

.bv-modal__itinerary-toggle:hover {
	background-color: #f8faff !important;
	margin: 0 -24px;
	padding: 16px 24px;
	width: calc(100% + 48px);
}

.bv-modal__itinerary-toggle[aria-expanded="true"] {
	background-color: #fff0f5 !important;
	margin: 0 -24px;
	padding: 16px 24px;
	width: calc(100% + 48px);
}

.bv-modal__itinerary-header {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}

.bv-modal__itinerary-day-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	padding: 6px 12px;
	background: linear-gradient(135deg, #2d57ff 0%, #4f6bff 100%);
	border-radius: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #ffffff;
}

.bv-modal__itinerary-day-title {
	font-size: 15px;
	font-weight: 500;
	color: #0c1b5a;
	flex: 1;
}

.bv-modal__itinerary-chevron {
	width: 20px;
	height: 20px;
	color: #6975b2;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.bv-modal__itinerary-toggle[aria-expanded="true"] .bv-modal__itinerary-chevron {
	transform: rotate(180deg);
}

.bv-modal__itinerary-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.bv-modal__itinerary-content[aria-hidden="false"] {
	max-height: 300px;
	padding-bottom: 16px;
}

.bv-modal__itinerary-content p {
	margin: 0;
	padding-left: 72px;
	font-size: 14px;
	line-height: 1.7;
	color: #45518a;
}

/* --- Accommodation Section --- */
.bv-modal__section--accommodation {
	background: #ffffff;
}

.bv-modal__accommodation-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	background: #f8faff;
	border-radius: 12px;
	border: 1px solid #e8eeff;
}

.bv-modal__accommodation-info {
	flex: 1;
}

.bv-modal__accommodation-name {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 600;
	color: #0c1b5a;
}

.bv-modal__accommodation-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	color: #45518a;
}

.bv-modal__accommodation-nights {
	font-weight: 500;
}

.bv-modal__accommodation-stars {
	color: #ffd166;
	letter-spacing: -2px;
}

.bv-modal__accommodation-type {
	padding: 4px 10px;
	background: #e8eeff;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 500;
	color: #2d57ff;
}

/* --- Contact CTA Section (mobile) --- */
.bv-modal__section--contact-cta {
	display: none;
}

.bv-modal__contact-cta {
	padding: 20px;
	background: linear-gradient(135deg, #f1f5ff 0%, #e8eeff 100%);
	border-radius: 12px;
	text-align: center;
}

.bv-modal__contact-cta-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #0c1b5a;
}

/* --- Tour Gallery --- */
.bv-modal--tour .bv-modal__gallery {
	grid-template-columns: repeat(4, 1fr);
}

/* --- Tour Price Details --- */
.bv-modal__tour-price-details {
	font-size: 11px;
}

/* ========================================
   TOUR MODAL RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
	.bv-modal--tour .bv-modal__hero {
		min-height: 160px;
		max-height: 180px;
	}

	.bv-modal--tour .bv-modal__hero-content {
		padding: 16px 20px;
	}

	.bv-modal__visit-badge {
		padding: 5px 12px;
		font-size: 11px;
	}

	.bv-modal__tour-meta {
		font-size: 13px;
	}

	/* Itinerary responsive */
	.bv-modal__itinerary-toggle:hover {
		margin: 0 -20px;
		padding: 16px 20px;
		width: calc(100% + 40px);
	}

	.bv-modal__itinerary-toggle[aria-expanded="true"] {
		margin: 0 -20px;
		padding: 16px 20px;
		width: calc(100% + 40px);
	}

	.bv-modal__itinerary-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.bv-modal__itinerary-day-num {
		min-width: auto;
	}

	.bv-modal__itinerary-day-title {
		font-size: 14px;
	}

	.bv-modal__itinerary-content p {
		padding-left: 0;
		font-size: 13px;
	}

	/* Gallery responsive */
	.bv-modal--tour .bv-modal__gallery {
		grid-template-columns: repeat(3, 1fr);
	}

	/* Contact CTA visible on mobile */
	.bv-modal__section--contact-cta {
		display: block;
	}
}

@media (max-width: 480px) {
	.bv-modal--tour .bv-modal__gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.bv-modal__accommodation-card {
		flex-direction: column;
	}

	.bv-modal__accommodation-details {
		gap: 8px;
	}
}

/* ========================================
   TOUR MODAL - NEW SECTIONS STYLES
   ======================================== */

/* --- Section Subtitle --- */
.bv-modal__section-subtitle {
	margin: -8px 0 16px 0;
	font-size: 13px;
	color: #6975b2;
}

/* --- Booking Controls Section --- */
.bv-modal__section--booking-controls {
	background: #ffffff;
	border: 1px solid #e8eeff;
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 24px;
}

.bv-modal__section--booking-controls .bv-modal__section-title {
	margin-bottom: 4px;
}

/* --- Departure Selector --- */
.bv-modal__departure-selector {
	margin-bottom: 24px;
}

.bv-modal__departure-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6975b2;
	margin-bottom: 8px;
}

.bv-modal__departure-select {
	width: 100%;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #0c1b5a;
	background: #f8faff;
	border: 2px solid #e8eeff;
	border-radius: 12px;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236975b2' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 48px;
}

.bv-modal__departure-select:hover {
	border-color: #c5d4ff;
	background-color: #ffffff;
}

.bv-modal__departure-select:focus {
	outline: none;
	border-color: #2d57ff;
	background-color: #ffffff;
}

/* --- Occupancy Section --- */
.bv-modal__occupancy-section {
	margin-top: 20px;
}

.bv-modal__occupancy-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6975b2;
	margin-bottom: 4px;
}

.bv-modal__occupancy-hint {
	margin: 0 0 12px 0;
	font-size: 13px;
	color: #6975b2;
}

.bv-modal__occupancy-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bv-modal__occupancy-option {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 16px 18px;
	background: #ffffff;
	border: 2px solid #e8eeff;
	border-radius: 14px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.bv-modal__occupancy-option:hover {
	border-color: #c5d4ff;
	background: #fafbff;
}

.bv-modal__occupancy-option--selected {
	background: linear-gradient(135deg, #f0f4ff 0%, #e8eeff 100%);
	border-color: #2d57ff;
}

.bv-modal__occupancy-radio {
	position: relative;
	width: 22px;
	height: 22px;
	flex-shrink: 0;
	margin-top: 2px;
}

.bv-modal__occupancy-radio input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin: 0;
}

.bv-modal__occupancy-radio-mark {
	position: absolute;
	inset: 0;
	border: 2px solid #c5d4ff;
	border-radius: 50%;
	background: #ffffff;
	transition: all 0.2s ease;
}

.bv-modal__occupancy-radio-mark::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	width: 10px;
	height: 10px;
	background: #2d57ff;
	border-radius: 50%;
	transition: transform 0.2s ease;
}

.bv-modal__occupancy-option--selected .bv-modal__occupancy-radio-mark {
	border-color: #2d57ff;
}

.bv-modal__occupancy-option--selected .bv-modal__occupancy-radio-mark::after {
	transform: translate(-50%, -50%) scale(1);
}

.bv-modal__occupancy-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 1;
}

.bv-modal__occupancy-type {
	font-size: 15px;
	font-weight: 600;
	color: #0c1b5a;
}

.bv-modal__occupancy-price {
	font-size: 17px;
	font-weight: 700;
	color: #2d57ff;
}

.bv-modal__occupancy-desc {
	font-size: 12px;
	color: #6975b2;
}

/* --- Tour Guide --- */
.bv-modal__tour-guide {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 16px;
	background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
	border-radius: 12px;
	margin-bottom: 16px;
}

.bv-modal__tour-guide-icon {
	font-size: 24px;
	line-height: 1;
}

.bv-modal__tour-guide-text {
	font-size: 14px;
	color: #45518a;
}

.bv-modal__tour-guide-name {
	color: #0c1b5a;
}

/* --- Meal Legend & Badges --- */
.bv-modal__meal-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
	padding: 12px 16px;
	background: #f8faff;
	border-radius: 10px;
}

.bv-modal__meal-legend-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #45518a;
}

.bv-modal__meal-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 22px;
	padding: 0 6px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-radius: 6px;
	color: #ffffff;
}

.bv-modal__meal-badge--pd {
	background: #f59e0b;
}

.bv-modal__meal-badge--d {
	background: #10b981;
}

.bv-modal__meal-badge--s {
	background: #6366f1;
}

/* --- Itinerary Meals --- */
.bv-modal__itinerary-meals {
	display: flex;
	gap: 4px;
	margin-left: auto;
}

.bv-modal__itinerary-header {
	flex-wrap: wrap;
}

/* --- Accommodation Enhanced --- */
.bv-modal__accommodation-card--enhanced {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 20px;
	padding: 0;
	background: #ffffff;
	border: 1px solid #e8eeff;
	border-radius: 16px;
	overflow: hidden;
}

.bv-modal__accommodation-image-wrapper {
	position: relative;
	aspect-ratio: 4 / 3;
	background: #f1f5ff;
	overflow: hidden;
}

.bv-modal__accommodation-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bv-modal__accommodation-info {
	padding: 20px 20px 20px 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bv-modal__accommodation-location {
	margin: 0;
	font-size: 13px;
	color: #6975b2;
}

.bv-modal__accommodation-description {
	margin: 8px 0 0 0;
	font-size: 13px;
	line-height: 1.6;
	color: #45518a;
}

/* Accommodation Grid (multi-hotels support) */
.bv-modal__accommodation-grid {
	display: grid;
	gap: 20px;
	margin-top: 16px;
}

/* Accommodation card without image */
.bv-modal__accommodation-card--no-image {
	grid-template-columns: 1fr;
}

.bv-modal__accommodation-card--no-image .bv-modal__accommodation-info {
	padding: 20px;
}

/* Accommodation meta (nights + stars) */
.bv-modal__accommodation-meta {
	margin: 4px 0;
	font-size: 13px;
	color: #6975b2;
}

/* --- Inclusions & Exclusions --- */
.bv-modal__section--inclusions-exclusions {
	background: #ffffff;
}

.bv-modal__inclusions-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.bv-modal__inclusions-col,
.bv-modal__exclusions-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bv-modal__inclusions-heading,
.bv-modal__exclusions-heading {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.bv-modal__inclusions-heading {
	color: #10b981;
}

.bv-modal__exclusions-heading {
	color: #ef4444;
}

.bv-modal__inclusions-heading svg,
.bv-modal__exclusions-heading svg {
	width: 18px;
	height: 18px;
}

.bv-modal__inclusions-list,
.bv-modal__exclusions-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bv-modal__inclusions-list li,
.bv-modal__exclusions-list li {
	position: relative;
	padding-left: 20px;
	font-size: 13px;
	line-height: 1.5;
	color: #45518a;
}

.bv-modal__inclusions-list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #10b981;
	font-weight: 700;
}

.bv-modal__exclusions-list li::before {
	content: '✗';
	position: absolute;
	left: 0;
	color: #ef4444;
	font-weight: 700;
}

/* --- Flights Pending State --- */
.bv-modal__flights-pending {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 32px 24px;
	background: linear-gradient(135deg, #f8faff 0%, #f1f5ff 100%);
	border-radius: 16px;
	border: 1px dashed #c5d4ff;
}

.bv-modal__flights-pending-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background: #ffffff;
	border-radius: 50%;
	margin-bottom: 16px;
	color: #2d57ff;
	box-shadow: 0 4px 12px rgba(45, 87, 255, 0.15);
}

.bv-modal__flights-pending-icon svg {
	width: 28px;
	height: 28px;
}

.bv-modal__flights-pending-text {
	margin: 0 0 8px 0;
	font-size: 15px;
	font-weight: 600;
	color: #0c1b5a;
}

.bv-modal__flights-pending-subtext {
	margin: 0;
	font-size: 13px;
	color: #6975b2;
	max-width: 400px;
}

/* --- FAQ Section --- */
.bv-modal__faq {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #e8eeff;
}

.bv-modal__faq-item {
	border-bottom: 1px solid #e8eeff;
}

.bv-modal__faq-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: color 0.2s ease;
}

.bv-modal__faq-toggle:hover {
	color: #2d57ff;
}

.bv-modal__faq-question {
	font-size: 14px;
	font-weight: 600;
	color: #0c1b5a;
	flex: 1;
	padding-right: 16px;
}

.bv-modal__faq-toggle:hover .bv-modal__faq-question {
	color: #2d57ff;
}

.bv-modal__faq-chevron {
	width: 20px;
	height: 20px;
	color: #6975b2;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.bv-modal__faq-toggle[aria-expanded="true"] .bv-modal__faq-chevron {
	transform: rotate(180deg);
}

.bv-modal__faq-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.bv-modal__faq-content[aria-hidden="false"] {
	max-height: 300px;
	padding-bottom: 16px;
}

.bv-modal__faq-content p {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: #45518a;
}

/* --- Footer Tour Enhancement --- */
.bv-modal__footer--tour {
	flex-wrap: wrap;
}

.bv-modal__price-summary--tour {
	flex: 1;
	min-width: 200px;
}

.bv-modal__price-breakdown {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 4px;
}

.bv-modal__price-occupation,
.bv-modal__price-total {
	font-size: 12px;
	color: #6975b2;
}

.bv-modal__price-occupation strong,
.bv-modal__price-total strong {
	color: #0c1b5a;
}

/* ========================================
   TOUR MODAL NEW SECTIONS - RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
	/* Booking controls */
	.bv-modal__section--booking-controls {
		padding: 20px;
		margin: 0 -16px 20px -16px;
		border-radius: 0;
		border-left: none;
		border-right: none;
	}

	/* Inclusions grid */
	.bv-modal__inclusions-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	/* Accommodation */
	.bv-modal__accommodation-card--enhanced {
		grid-template-columns: 1fr;
	}

	.bv-modal__accommodation-image-wrapper {
		aspect-ratio: 16 / 9;
	}

	.bv-modal__accommodation-info {
		padding: 20px;
	}

	/* Footer tour */
	.bv-modal__footer--tour {
		flex-direction: column;
		gap: 16px;
	}

	.bv-modal__price-summary--tour {
		text-align: center;
	}

	.bv-modal__price-breakdown {
		align-items: center;
	}

	/* Itinerary meals */
	.bv-modal__itinerary-meals {
		margin-left: 0;
		margin-top: 8px;
	}

	/* Meal legend */
	.bv-modal__meal-legend {
		gap: 12px;
	}
}

@media (max-width: 480px) {
	/* Occupancy options */
	.bv-modal__occupancy-option {
		padding: 14px;
	}

	.bv-modal__occupancy-price {
		font-size: 15px;
	}

	/* FAQ */
	.bv-modal__faq-question {
		font-size: 13px;
	}

	/* Meal legend */
	.bv-modal__meal-legend {
		flex-direction: column;
		gap: 8px;
	}
}

/* ========================================
   CRUISE MODAL STYLES
   ======================================== */

/* --- Cruise Hero --- */
.bv-modal--cruise .bv-modal__hero {
	min-height: 200px;
	max-height: 260px;
}

.bv-modal--cruise .bv-modal__hero-content {
	padding: 24px;
}

/* --- Cruise Badges --- */
.bv-modal__cruise-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.bv-modal__duration-badge {
	display: inline-block;
	padding: 6px 14px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
}

.bv-modal__region-badge {
	display: inline-block;
	padding: 6px 14px;
	background: rgba(45, 87, 255, 0.9);
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #ffffff;
}

/* --- Ship Info --- */
.bv-modal__cruise-ship-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 8px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.9);
}

.bv-modal__cruise-ship-line {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.8;
}

.bv-modal__cruise-ship-name {
	font-weight: 600;
}

/* --- Cruise Flight Banner --- */
.bv-modal__cruise-flight-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 20px;
	border-radius: 14px;
	margin-bottom: 20px;
}

.bv-modal__cruise-flight-banner--included {
	background: linear-gradient(135deg, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0.08) 100%);
	border: 1px solid rgba(16, 185, 129, 0.3);
}

.bv-modal__cruise-flight-banner--not-included {
	background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(245, 158, 11, 0.08) 100%);
	border: 1px solid rgba(245, 158, 11, 0.3);
}

.bv-modal__cruise-flight-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.bv-modal__cruise-flight-banner--included .bv-modal__cruise-flight-icon {
	color: #10b981;
}

.bv-modal__cruise-flight-banner--not-included .bv-modal__cruise-flight-icon {
	color: #f59e0b;
}

.bv-modal__cruise-flight-text {
	font-size: 14px;
	font-weight: 600;
	color: #0c1b5a;
}

/* --- Cruise Selectors --- */
.bv-modal__cruise-selectors {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 20px;
}

.bv-modal__cruise-selector {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bv-modal__cruise-selector-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #6975b2;
}

.bv-modal__cruise-select {
	width: 100%;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #0c1b5a;
	background: #f8faff;
	border: 2px solid #e8eeff;
	border-radius: 12px;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236975b2' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	padding-right: 48px;
}

.bv-modal__cruise-select:hover {
	border-color: #c5d4ff;
	background-color: #ffffff;
}

.bv-modal__cruise-select:focus {
	outline: none;
	border-color: #2d57ff;
	background-color: #ffffff;
}

/* --- Cruise Cabin Card --- */
.bv-modal__cruise-cabin-card {
	background: #f8faff;
	border: 1px solid #e8eeff;
	border-radius: 14px;
	padding: 20px;
}

.bv-modal__cruise-cabin-header {
	margin-bottom: 16px;
}

.bv-modal__cruise-cabin-name {
	margin: 0 0 4px 0;
	font-size: 16px;
	font-weight: 700;
	color: #0c1b5a;
}

.bv-modal__cruise-cabin-hint {
	margin: 0;
	font-size: 13px;
	color: #6975b2;
}

/* --- Cruise Footer --- */
.bv-modal__footer--cruise {
	flex-wrap: wrap;
}

.bv-modal__price-summary--cruise {
	flex: 1;
	min-width: 180px;
}

.bv-modal__price-summary--cruise .bv-modal__price-breakdown {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	margin-top: 4px;
}

.bv-modal__cruise-cabin-text,
.bv-modal__cruise-occupation-text {
	font-size: 12px;
	color: #6975b2;
}

.bv-modal__price-separator {
	color: #c5d4ff;
}

.bv-modal__contact--cruise {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.bv-modal__contact-notice {
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6975b2;
}

/* --- Cruise Map --- */
.bv-modal__cruise-map {
	border-radius: 14px;
	overflow: hidden;
	background: #f1f5ff;
}

.bv-modal__cruise-map-image {
	width: 100%;
	height: auto;
	display: block;
}

/* ========================================
   CRUISE MODAL RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
	.bv-modal--cruise .bv-modal__hero {
		min-height: 160px;
		max-height: 200px;
	}

	.bv-modal--cruise .bv-modal__hero-content {
		padding: 16px 20px;
	}

	.bv-modal__cruise-badges {
		margin-bottom: 10px;
	}

	.bv-modal__duration-badge,
	.bv-modal__region-badge {
		padding: 5px 12px;
		font-size: 11px;
	}

	.bv-modal__cruise-selectors {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bv-modal__cruise-cabin-card {
		padding: 16px;
	}

	.bv-modal__footer--cruise {
		flex-direction: column;
		gap: 16px;
	}

	.bv-modal__price-summary--cruise {
		text-align: center;
	}

	.bv-modal__price-summary--cruise .bv-modal__price-breakdown {
		justify-content: center;
	}

	.bv-modal__contact--cruise {
		width: 100%;
		align-items: stretch;
	}

	.bv-modal__contact-notice {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.bv-modal__cruise-ship-info {
		font-size: 13px;
	}

	.bv-modal__cruise-flight-banner {
		padding: 14px 16px;
	}

	.bv-modal__cruise-flight-text {
		font-size: 13px;
	}
}

/* ========================================
   CRUISE MODAL ENHANCEMENTS
   ======================================== */

/* --- Cruise Ship Info (Hero) --- */
.bv-modal__cruise-ship-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 12px;
	margin-top: 12px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.95);
}

.bv-modal__cruise-ship-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

.bv-modal__cruise-ship-label {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.7;
	font-weight: 500;
}

.bv-modal__cruise-ship-line,
.bv-modal__cruise-ship-name {
	font-weight: 600;
}

.bv-modal__cruise-ship-separator {
	opacity: 0.5;
	font-size: 16px;
}

/* --- Cruise Map Enhanced --- */
.bv-modal__cruise-map {
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #f1f5ff;
	box-shadow: 0 4px 16px rgba(45, 87, 255, 0.06);
}

.bv-modal__cruise-map-image {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.bv-modal__cruise-map:hover .bv-modal__cruise-map-image {
	transform: scale(1.02);
}

.bv-modal__cruise-map-caption {
	padding: 14px 18px;
	font-size: 13px;
	color: #6975b2;
	background: #f8faff;
	border-top: 1px solid #e8eeff;
	line-height: 1.5;
	margin: 0;
}

/* --- Cruise Gallery Enhanced --- */
.bv-modal__cruise-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.bv-modal__cruise-gallery .bv-modal__gallery-item {
	aspect-ratio: 4 / 3;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}

.bv-modal__cruise-gallery .bv-modal__gallery-item:first-child {
	grid-column: span 2;
	grid-row: span 2;
}

.bv-modal__cruise-gallery .bv-modal__gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.bv-modal__cruise-gallery .bv-modal__gallery-item:hover img {
	transform: scale(1.05);
}

/* --- Cruise Footer Enhanced --- */
.bv-modal__footer--cruise {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 24px;
}

.bv-modal__contact--cruise {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

/* ========================================
   CRUISE MODAL RESPONSIVE ENHANCEMENTS
   ======================================== */

@media (max-width: 768px) {
	.bv-modal__footer--cruise {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		padding: 16px 20px;
	}

	.bv-modal__price-summary--cruise {
		text-align: center;
	}

	.bv-modal__price-summary--cruise .bv-modal__price-breakdown {
		justify-content: center;
	}

	.bv-modal__contact--cruise {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}

	.bv-modal__footer--cruise .bv-modal__contact-notice {
		text-align: center;
	}

	.bv-modal__footer--cruise .bv-modal__contact-btn {
		width: 100%;
		justify-content: center;
	}

	.bv-modal__cruise-gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}

	.bv-modal__cruise-gallery .bv-modal__gallery-item:first-child {
		grid-column: span 2;
		grid-row: span 1;
	}

	.bv-modal__cruise-gallery .bv-modal__gallery-item {
		border-radius: 10px;
	}

	.bv-modal__cruise-map {
		border-radius: 12px;
	}

	.bv-modal__cruise-map-caption {
		padding: 12px 14px;
		font-size: 12px;
	}

	.bv-modal__cruise-ship-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.bv-modal__cruise-ship-separator {
		display: none;
	}
}

@media (max-width: 480px) {
	.bv-modal__footer--cruise {
		padding: 14px 16px;
		gap: 14px;
	}

	.bv-modal__footer--cruise .bv-modal__price-value {
		font-size: 22px;
	}

	.bv-modal__price-summary--cruise .bv-modal__price-breakdown {
		flex-direction: column;
		gap: 2px;
	}

	.bv-modal__footer--cruise .bv-modal__price-separator {
		display: none;
	}

	.bv-modal__cruise-gallery {
		gap: 6px;
	}

	.bv-modal__cruise-gallery .bv-modal__gallery-item:first-child {
		grid-column: span 1;
	}

	.bv-modal__cruise-gallery .bv-modal__gallery-item {
		border-radius: 8px;
	}
}

@media (max-width: 360px) {
	.bv-modal__footer--cruise {
		padding: 12px 14px;
		gap: 12px;
	}

	.bv-modal__footer--cruise .bv-modal__price-value {
		font-size: 20px;
	}

	.bv-modal__footer--cruise .bv-modal__contact-btn {
		padding: 10px 14px;
		font-size: 12px;
	}

	.bv-modal__footer--cruise .bv-modal__contact-btn svg {
		width: 14px;
		height: 14px;
	}
}

/* ========================================
   CRUISE MODAL - FAQ FIX (override external styles)
   ======================================== */

.bv-modal--cruise .bv-modal__faq-toggle {
	background: transparent !important;
	border-radius: 0;
}

.bv-modal--cruise .bv-modal__faq-toggle:hover,
.bv-modal--cruise .bv-modal__faq-toggle:focus {
	background: #f8faff !important;
}

.bv-modal--cruise .bv-modal__faq-toggle[aria-expanded="true"] {
	background: #eef2ff !important;
}

.bv-modal--cruise .bv-modal__faq-item {
	background: transparent;
	border-radius: 8px;
	margin-bottom: 4px;
	overflow: hidden;
}

/* ========================================
   CRUISE MODAL - FLIGHT ITINERARY SECTION
   ======================================== */

/* Flight section container */
.bv-modal__section--cruise-flights {
	background: linear-gradient(135deg, rgba(45, 87, 255, 0.04) 0%, rgba(99, 102, 241, 0.04) 100%);
	border-radius: 16px;
	padding: 24px;
}

.bv-modal__cruise-flights-subtitle {
	margin: 0 0 16px 0;
	font-size: 14px;
	color: #6975b2;
}

/* Pending state */
.bv-modal__cruise-flights-pending {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 24px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 12px;
	border: 1px dashed rgba(45, 87, 255, 0.2);
}

.bv-modal__cruise-flights-pending-icon {
	width: 48px;
	height: 48px;
	color: #6975b2;
	margin-bottom: 12px;
}

.bv-modal__cruise-flights-pending-icon svg {
	width: 100%;
	height: 100%;
}

.bv-modal__cruise-flights-pending-text {
	margin: 0;
	font-size: 14px;
	color: #6975b2;
}

/* Flight content container */
.bv-modal__cruise-flights-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Flight direction group (Aller / Retour) */
.bv-modal__cruise-flight-group {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bv-modal__cruise-flight-direction {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
}

.bv-modal__cruise-flight-direction-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	background: linear-gradient(135deg, #2d57ff 0%, #4f6bff 100%);
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #ffffff;
}

.bv-modal__cruise-flight-direction-badge--return {
	background: linear-gradient(135deg, #6366f1 0%, #818cf8 100%);
}

/* Individual flight card */
.bv-modal__cruise-flight-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px 20px;
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid rgba(45, 87, 255, 0.08);
	box-shadow: 0 4px 12px rgba(45, 87, 255, 0.06);
}

.bv-modal__cruise-flight-card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

/* Flight info column */
.bv-modal__cruise-flight-info {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.bv-modal__cruise-flight-airline {
	font-size: 13px;
	font-weight: 600;
	color: #0c1b5a;
}

.bv-modal__cruise-flight-number {
	font-size: 12px;
	color: #6975b2;
}

/* Flight route visualization */
.bv-modal__cruise-flight-route {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 8px 0;
}

.bv-modal__cruise-flight-endpoint {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 60px;
}

.bv-modal__cruise-flight-endpoint--arrival {
	text-align: right;
	align-items: flex-end;
}

.bv-modal__cruise-flight-code {
	font-size: 20px;
	font-weight: 700;
	color: #0c1b5a;
	line-height: 1.1;
}

.bv-modal__cruise-flight-time {
	font-size: 15px;
	font-weight: 600;
	color: #2d57ff;
}

.bv-modal__cruise-flight-date {
	font-size: 11px;
	color: #6975b2;
}

.bv-modal__cruise-flight-city {
	font-size: 11px;
	color: #45518a;
	margin-top: 2px;
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Connection line with plane icon */
.bv-modal__cruise-flight-connector {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 2px;
	background: linear-gradient(90deg, #c5d4ff 0%, #2d57ff 50%, #c5d4ff 100%);
	min-width: 60px;
	margin: 0 8px;
}

.bv-modal__cruise-flight-connector::before,
.bv-modal__cruise-flight-connector::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #2d57ff;
	border-radius: 50%;
}

.bv-modal__cruise-flight-connector::before {
	left: 0;
}

.bv-modal__cruise-flight-connector::after {
	right: 0;
}

.bv-modal__cruise-flight-plane-icon {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	color: #2d57ff;
	background: #ffffff;
	padding: 3px;
	border-radius: 50%;
}

/* Via/Escale indicator */
.bv-modal__cruise-flight-via {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	background: rgba(245, 158, 11, 0.08);
	border-radius: 8px;
	font-size: 12px;
	color: #b45309;
}

.bv-modal__cruise-flight-via--direct {
	background: rgba(34, 197, 94, 0.08);
	color: #15803d;
}

.bv-modal__cruise-flight-via-icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

/* ========================================
   CRUISE MODAL - HOTELS SECTION
   ======================================== */

.bv-modal__section--cruise-hotels {
	background: linear-gradient(135deg, rgba(99, 102, 241, 0.04) 0%, rgba(168, 85, 247, 0.04) 100%);
	border-radius: 16px;
	padding: 24px;
}

.bv-modal__cruise-hotels-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 16px;
}

.bv-modal__cruise-hotel-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid rgba(99, 102, 241, 0.08);
	overflow: hidden;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.bv-modal__cruise-hotel-card:hover {
	box-shadow: 0 8px 24px rgba(99, 102, 241, 0.12);
	transform: translateY(-2px);
}

.bv-modal__cruise-hotel-image-wrapper {
	position: relative;
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #e8eeff 0%, #f1f5ff 100%);
	overflow: hidden;
}

.bv-modal__cruise-hotel-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.bv-modal__cruise-hotel-card:hover .bv-modal__cruise-hotel-image {
	transform: scale(1.05);
}

/* Hotel info section */
.bv-modal__cruise-hotel-info {
	padding: 16px 18px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.bv-modal__cruise-hotel-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.bv-modal__cruise-hotel-name {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #0c1b5a;
	line-height: 1.3;
}

.bv-modal__cruise-hotel-stars {
	display: flex;
	align-items: center;
	gap: 2px;
	color: #fbbf24;
	font-size: 12px;
	flex-shrink: 0;
}

.bv-modal__cruise-hotel-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.bv-modal__cruise-hotel-location {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	color: #6975b2;
}

.bv-modal__cruise-hotel-location-icon {
	width: 14px;
	height: 14px;
	color: #6366f1;
	flex-shrink: 0;
}

.bv-modal__cruise-hotel-nights {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	background: #eef2ff;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	color: #6366f1;
}

.bv-modal__cruise-hotel-description {
	margin: 4px 0 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: #45518a;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* ========================================
   CRUISE MODAL - FLIGHTS & HOTELS RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
	.bv-modal__section--cruise-flights,
	.bv-modal__section--cruise-hotels {
		padding: 20px 16px;
		border-radius: 12px;
	}

	.bv-modal__cruise-hotels-grid {
		grid-template-columns: 1fr;
	}

	.bv-modal__cruise-flight-route {
		gap: 12px;
	}

	.bv-modal__cruise-flight-code {
		font-size: 18px;
	}

	.bv-modal__cruise-flight-time {
		font-size: 14px;
	}

	.bv-modal__cruise-flight-connector {
		min-width: 40px;
	}

	.bv-modal__cruise-flight-plane-icon {
		width: 20px;
		height: 20px;
		padding: 2px;
	}

	.bv-modal__cruise-flight-city {
		max-width: 80px;
	}
}

/* ========================================
   CRUISE MODAL - FOOTER REDESIGN
   ======================================== */

/* Override any previous footer--cruise definitions */
.bv-modal.bv-modal--cruise .bv-modal__footer.bv-modal__footer--cruise {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 16px 24px;
	background: #ffffff;
	border-top: 1px solid #e8eeff;
}

/* Price summary - left side */
.bv-modal__footer--cruise .bv-modal__price-summary.bv-modal__price-summary--cruise {
	display: flex;
	flex-direction: column;
	gap: 0;
	flex-shrink: 0;
}

.bv-modal__footer--cruise .bv-modal__price-label {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #6975b2;
	margin: 0 0 2px 0;
}

.bv-modal__footer--cruise .bv-modal__price-value {
	font-size: 28px;
	font-weight: 700;
	color: #0c1b5a;
	line-height: 1;
	margin: 0;
}

/* Price breakdown - inline under price */
.bv-modal__footer--cruise .bv-modal__price-breakdown {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin-top: 4px;
}

.bv-modal__footer--cruise .bv-modal__cruise-cabin-text,
.bv-modal__footer--cruise .bv-modal__cruise-occupation-text {
	font-size: 12px;
	font-weight: 500;
	color: #45518a;
}

.bv-modal__footer--cruise .bv-modal__price-separator {
	margin: 0 6px;
	color: #c5d4ff;
	font-size: 12px;
}

/* Contact section - right side */
.bv-modal.bv-modal--cruise .bv-modal__contact.bv-modal__contact--cruise {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.bv-modal__footer--cruise .bv-modal__contact-notice {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #6975b2;
	margin: 0;
	white-space: nowrap;
}

/* Contact buttons */
.bv-modal__footer--cruise .bv-modal__contact-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
	white-space: nowrap;
}

.bv-modal__footer--cruise .bv-modal__contact-btn--phone {
	background: linear-gradient(135deg, #2d57ff 0%, #4f6bff 100%);
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(45, 87, 255, 0.25);
}

.bv-modal__footer--cruise .bv-modal__contact-btn--phone:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(45, 87, 255, 0.35);
}

.bv-modal__footer--cruise .bv-modal__contact-btn--email {
	background: #ffffff;
	color: #2d57ff;
	border: 1px solid #e0e8ff;
}

.bv-modal__footer--cruise .bv-modal__contact-btn--email:hover {
	background: #f8faff;
	border-color: #c5d4ff;
}

.bv-modal__footer--cruise .bv-modal__contact-btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

/* ========================================
   CRUISE FOOTER RESPONSIVE
   ======================================== */

@media (max-width: 900px) {
	.bv-modal.bv-modal--cruise .bv-modal__footer.bv-modal__footer--cruise {
		flex-wrap: wrap;
		gap: 16px;
	}
}

@media (max-width: 768px) {
	.bv-modal.bv-modal--cruise .bv-modal__footer.bv-modal__footer--cruise {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		padding: 16px 20px;
	}

	.bv-modal__footer--cruise .bv-modal__price-summary.bv-modal__price-summary--cruise {
		text-align: center;
		align-items: center;
	}

	.bv-modal__footer--cruise .bv-modal__price-breakdown {
		justify-content: center;
	}

	.bv-modal.bv-modal--cruise .bv-modal__contact.bv-modal__contact--cruise {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
	}

	.bv-modal__footer--cruise .bv-modal__contact-notice {
		text-align: center;
	}

	.bv-modal__footer--cruise .bv-modal__contact-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.bv-modal.bv-modal--cruise .bv-modal__footer.bv-modal__footer--cruise {
		padding: 14px 16px;
		gap: 14px;
	}

	.bv-modal__footer--cruise .bv-modal__price-value {
		font-size: 24px;
	}

	.bv-modal__footer--cruise .bv-modal__price-breakdown {
		flex-direction: column;
		gap: 0;
		align-items: center;
	}

	.bv-modal__footer--cruise .bv-modal__price-separator {
		display: none;
	}

	.bv-modal__footer--cruise .bv-modal__cruise-cabin-text,
	.bv-modal__footer--cruise .bv-modal__cruise-occupation-text {
		font-size: 11px;
	}

	.bv-modal__footer--cruise .bv-modal__contact-btn {
		padding: 12px 16px;
		font-size: 13px;
	}
}

/* =========================================================================
   Loading States & API Error Styles
   ========================================================================= */

/* Loading state for modal body */
.bv-modal__body--loading {
	position: relative;
}

.bv-modal__body--loading::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index: 1;
}

/* Loading text indicator */
.bv-modal__loading {
	display: block;
	padding: 1rem 0;
	text-align: center;
	color: #666;
	font-style: italic;
	font-size: 14px;
}

/* API error message */
.bv-modal__api-error {
	background-color: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	padding: 12px 16px;
	margin: 12px 20px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.4;
}

/* Venue grid for restaurants and bars from API */
.bv-modal__venues-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 16px;
	margin-top: 16px;
}

/* Venue card styling */
.bv-modal__venue-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.bv-modal__venue-image-wrapper {
	position: relative;
	height: 120px;
	background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
}

.bv-modal__venue-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bv-modal__venue-image-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.bv-modal__venue-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 12px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

.bv-modal__venue-details {
	padding: 10px 12px;
}

.bv-modal__venue-facts {
	font-size: 12px;
	color: #666;
	margin: 0;
	line-height: 1.4;
}

/* Responsive adjustments for venue grid */
@media (max-width: 600px) {
	.bv-modal__venues-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.bv-modal__venue-image-wrapper {
		height: 100px;
	}

	.bv-modal__venue-name {
		font-size: 12px;
		padding: 6px 10px;
	}

	.bv-modal__venue-facts {
		font-size: 11px;
	}
}

@media (max-width: 400px) {
	.bv-modal__venues-grid {
		grid-template-columns: 1fr;
	}
}
