/**
 * Premium Black Theme - Booking Flow Fix
 * Applies Premium Black styles to legacy theme-reina class and modern theme-premium-black class
 */

/* Apply all Premium Black booking flow styles to theme-reina */
.fp-booking .category-selection.theme-reina {
	--fp-primary: #c9963a;
	--fp-secondary: #b97b12;
	--fp-accent: #bd9a37;
	--fp-bg: #ffffff;
	--fp-text: #1c1c1e;
	--fp-border: #e2d7c0;
	--fp-header-bg: #dbd2bb;
	--fp-gradient: linear-gradient(135deg, #c9963a 0%, #b97b12 100%);
	background: var(--fp-bg);
	color: var(--fp-text);
	font-size: 14px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 18px 22px;
	width: auto;
	box-sizing: border-box;
	font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.5;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

/* Apply all Premium Black booking flow styles to theme-premium-black */
.fp-booking .category-selection.theme-premium-black {
	--fp-primary: #c9963a;
	--fp-secondary: #b97b12;
	--fp-accent: #bd9a37;
	--fp-bg: #ffffff;
	--fp-text: #1c1c1e;
	--fp-border: #e2d7c0;
	--fp-header-bg: #dbd2bb;
	--fp-gradient: linear-gradient(135deg, #c9963a 0%, #b97b12 100%);
	background: var(--fp-bg);
	color: var(--fp-text);
	font-size: 14px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 18px 22px;
	width: auto;
	box-sizing: border-box;
	font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.5;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

/* HIGH SPECIFICITY OVERRIDES - Target the container directly to override Premium Gold */
.fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container,
.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 {
	--fp-primary: #c9963a !important;
	--fp-secondary: #b97b12 !important;
	--fp-accent: #bd9a37 !important;
	--fp-bg: #ffffff !important;
	--fp-text: #1c1c1e !important;
	--fp-border: #e2d7c0 !important;
	--fp-header-bg: #dbd2bb !important;
	--fp-gradient: linear-gradient(135deg, #c9963a 0%, #b97b12 100%) !important;
	background: #ffffff !important;
	color: #1c1c1e !important;
}

/* COMPREHENSIVE BOOKING FLOW STYLES - Based on Premium Gold but adapted for Premium Black */

/* Booking flow: match all-services shortcode layout with max-width content area */
@media (min-width: 1024px) {
	/* Content area wrapper - matches fashionpoint-content-area */
	.fp-booking .category-selection.theme-premium-black .categories-container {
		max-width: none !important;
		width: 100% !important;
		margin: 0 auto !important;
	}

	/* Category sections span full width within content area */
	.fp-booking .category-selection.theme-premium-black .fashionpoint-category-section {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		box-sizing: border-box;
		background: transparent !important;
		border: none !important;
	}

	.fp-booking .category-selection.theme-premium-black .fashionpoint-category-header,
	.fp-booking .category-selection.theme-premium-black .fashionpoint-category-body {
		width: 100% !important;
		box-sizing: border-box;
	}

	/* Header and body padding matches all-services category styling */
	.fp-booking .category-selection.theme-premium-black .fashionpoint-category-header {
		padding: 16px 28px 16px 18px !important;
		background: transparent !important;
		justify-content: flex-start !important;
	}

	.fp-booking .category-selection.theme-premium-black .fashionpoint-category-body {
		padding: 0 !important;
	}

	/* Step intro (services/packages toggle) within content area */
	.fp-booking .category-selection.theme-premium-black .step-intro {
		max-width: none !important;
		width: 100% !important;
		margin: 0 auto 24px !important;
	}
}

/* Collapse: remove spacing between stacked category headers */
.category-selection.theme-premium-black .categories-track-stack {
	gap: 0 !important;
}
.category-selection.theme-premium-black .categories-track-stack .fashionpoint-category-section {
	margin-bottom: 0 !important;
	background: transparent !important;
}

/* Ensure no theme margin leaks into stacked booking view */
.category-selection.theme-premium-black .fashionpoint-category-section {
	margin-bottom: 0 !important;
	background: transparent !important;
	border: none !important;
}

/* Kill any residual gaps/padding in the stack */
.category-selection.theme-premium-black .categories-track,
.category-selection.theme-premium-black .categories-track-stack {
	gap: 0 !important;
	background: transparent !important;
}

.category-selection.theme-premium-black .fashionpoint-category-section + .fashionpoint-category-section {
	margin-top: 0 !important;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-category-section {
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
}
.fp-booking .category-selection.theme-premium-black .categories-track,
.fp-booking .category-selection.theme-premium-black .categories-track-stack {
	gap: 0 !important;
	background: transparent !important;
}
.fp-booking .category-selection.theme-premium-black .categories-scroll-container {
	padding: 0 !important;
	background: transparent !important;
}
.fp-booking .category-selection.theme-premium-black .fashionpoint-category-section + .fashionpoint-category-section {
	margin-top: 0 !important;
}
.fp-booking .category-selection.theme-premium-black .fashionpoint-category-header {
	background: transparent !important;
	margin: 0 !important;
	border: none !important;
	padding: 16px 28px 16px 18px !important;
	justify-content: flex-start !important;
	align-items: center !important;
	text-align: left !important;
}
.fp-booking .category-selection.theme-premium-black .fashionpoint-category-name-container {
	align-items: flex-start !important;
	text-align: left !important;
}
.fp-booking .category-selection.theme-premium-black .fashionpoint-category-name-container h2 {
	text-align: left !important;
}
.fp-booking .category-selection.theme-premium-black .fashionpoint-category-promo-badge-container {
	justify-content: flex-start !important;
}
.fp-booking .category-selection.theme-premium-black .fashionpoint-category-promo-badge {
	background: #c9963a;
	color: #ffffff;
}

/* Strip any child spacing inside the booking stack */
.fp-booking .category-selection.theme-premium-black .categories-track,
.fp-booking .category-selection.theme-premium-black .categories-track-stack {
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.fp-booking .category-selection.theme-premium-black .categories-track-stack > * {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

/* Nuke admin/mobile category-card spacing inside booking flow */
.fp-booking .category-selection.theme-premium-black .category-card,
.fp-booking .category-selection.theme-premium-black .fashionpoint-category-section.category-card {
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

@media (max-width: 768px) {
	/* Premium black: keep stack gapless on mobile too (booking) */
	.fp-booking .category-selection.theme-premium-black .categories-track-stack {
		gap: 0 !important;
	}
}

.fp-booking .category-selection.theme-reina *,
.fp-booking .category-selection.theme-reina {
	box-sizing: border-box;
	font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
	color: inherit;
	line-height: 1.5;
}

.fp-booking .category-selection.theme-premium-black *,
.fp-booking .category-selection.theme-premium-black {
	box-sizing: border-box;
	font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
	color: inherit;
	line-height: 1.5;
}

.fp-booking .category-selection.theme-reina h1,
.fp-booking .category-selection.theme-reina h2,
.fp-booking .category-selection.theme-reina h3,
.fp-booking .category-selection.theme-reina h4,
.fp-booking .category-selection.theme-reina h5,
.fp-booking .category-selection.theme-reina h6 {
	margin: 0;
	font-weight: 700;
}

.fp-booking .category-selection.theme-premium-black h1,
.fp-booking .category-selection.theme-premium-black h2,
.fp-booking .category-selection.theme-premium-black h3,
.fp-booking .category-selection.theme-premium-black h4,
.fp-booking .category-selection.theme-premium-black h5,
.fp-booking .category-selection.theme-premium-black h6 {
	margin: 0;
	font-weight: 700;
}

.fp-booking .category-selection.theme-reina p {
	margin: 0 0 10px 0;
}

.fp-booking .category-selection.theme-premium-black p {
	margin: 0 0 10px 0;
}

/* Type Toggle */
.fp-booking .category-selection.theme-reina .fashionpoint-type-toggle-wrapper {
	margin-bottom: 20px;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-type-toggle-wrapper {
	margin-bottom: 20px;
}

.fp-booking .category-selection.theme-reina .fashionpoint-type-toggle,
.fp-booking .category-selection.theme-reina .category-toggle {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-type-toggle,
.fp-booking .category-selection.theme-premium-black .category-toggle {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.fp-booking .category-selection.theme-reina .fashionpoint-type-toggle-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 18px;
	min-width: 140px;
	border-radius: 21px !important;
	background: #faf9f7;
	border: 2px solid var(--fp-border);
	color: #2a2520;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.05em;
	transition: all 0.2s ease;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	cursor: pointer;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-type-toggle-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 18px;
	min-width: 140px;
	border-radius: 21px !important;
	background: #faf9f7;
	border: 2px solid var(--fp-border);
	color: #2a2520;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.05em;
	transition: all 0.2s ease;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	cursor: pointer;
}

.fp-booking .category-selection.theme-reina .fashionpoint-type-toggle-btn.active {
	background: var(--fp-gradient);
	color: #ffffff;
	border-color: var(--fp-primary);
	box-shadow: 0 2px 8px rgba(201, 150, 58, 0.3);
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-type-toggle-btn.active {
	background: var(--fp-gradient);
	color: #ffffff;
	border-color: var(--fp-primary);
	box-shadow: 0 2px 8px rgba(201, 150, 58, 0.3);
}

.fp-booking .category-selection.theme-reina .fashionpoint-type-toggle-btn:hover:not(.active) {
	border-color: var(--fp-primary);
	background: #f5f3ed;
	color: var(--fp-primary);
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-type-toggle-btn:hover:not(.active) {
	border-color: var(--fp-primary);
	background: #f5f3ed;
	color: var(--fp-primary);
}

.fp-booking .category-selection.theme-reina .fashionpoint-type-toggle-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 56px;
}

.fp-booking .category-selection.theme-reina .fashionpoint-type-toggle-icon svg {
	width: 52px;
	height: 52px;
}

.fp-booking .category-selection.theme-reina .fashionpoint-type-toggle-label {
	white-space: nowrap;
}

/* Desktop Table View - Show table, hide cards on desktop */
body .fp-booking .category-selection.theme-premium-black .fashionpoint-desktop-view,
body .fp-booking .category-selection.theme-premium-black .fashionpoint-services-table-wrapper.fashionpoint-desktop-view,
body .category-selection.theme-premium-black .fashionpoint-desktop-view,
body .category-selection.theme-premium-black .fashionpoint-services-table-wrapper.fashionpoint-desktop-view,
body .fp-booking .category-selection.theme-reina .fashionpoint-desktop-view,
body .fp-booking .category-selection.theme-reina .fashionpoint-services-table-wrapper.fashionpoint-desktop-view {
	display: block !important;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-mobile-view,
body .fp-booking .category-selection.theme-premium-black .fashionpoint-services-cards-wrapper.fashionpoint-mobile-view,
body .category-selection.theme-premium-black .fashionpoint-mobile-view,
body .category-selection.theme-premium-black .fashionpoint-services-cards-wrapper.fashionpoint-mobile-view,
body .fp-booking .category-selection.theme-reina .fashionpoint-mobile-view,
body .fp-booking .category-selection.theme-reina .fashionpoint-services-cards-wrapper.fashionpoint-mobile-view {
	display: none !important;
}

/* Table */
.fp-booking .category-selection.theme-reina .fashionpoint-services-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
	background: transparent;
	border: none;
	border-radius: 10px;
	max-width: none;
	min-width: 100% !important;
	margin: 0;
	box-shadow: none;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-services-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
	background: transparent;
	border: none;
	border-radius: 10px;
	max-width: none;
	min-width: 100% !important;
	margin: 0;
	box-shadow: none;
}

.fp-booking .category-selection.theme-reina .fashionpoint-services-table-wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: none;
	padding: 0;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-services-table-wrapper {
	width: 100%;
	max-width: none;
	margin: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: none;
	padding: 0;
}

/* Table Headers */
body .fp-booking .category-selection.theme-reina .fashionpoint-services-table thead th {
	background: var(--fp-header-bg) !important;
	color: #000000 !important;
	border-bottom: 2px solid var(--fp-border) !important;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.02em;
	padding: 12px 18px !important;
	text-align: left;
	vertical-align: middle;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-services-table thead th {
	background: var(--fp-header-bg) !important;
	color: #000000 !important;
	border-bottom: 2px solid var(--fp-border) !important;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.02em;
	padding: 12px 18px !important;
	text-align: left;
	vertical-align: middle;
}

body .fp-booking .category-selection.theme-reina .fashionpoint-services-table thead th:first-child {
	border-top-left-radius: 10px;
}

body .fp-booking .category-selection.theme-reina .fashionpoint-services-table thead th:last-child {
	border-top-right-radius: 10px;
}

/* Table Rows */
body .fp-booking .category-selection.theme-reina .fashionpoint-services-table tbody tr:hover {
	background: #f5f3ed !important;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-services-table tbody tr:hover {
	background: #f5f3ed !important;
}

.fp-booking .category-selection.theme-reina .fashionpoint-services-table td {
	color: var(--fp-text);
	border-bottom: 1px solid rgba(226, 215, 192, 0.3);
	background: #ffffff;
	padding: 12px 16px;
	text-align: left;
	vertical-align: middle;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-services-table td {
	color: var(--fp-text);
	border-bottom: 1px solid rgba(226, 215, 192, 0.3);
	background: #ffffff;
	padding: 12px 16px;
	text-align: left;
	vertical-align: middle;
}

.fp-booking .category-selection.theme-reina .fashionpoint-services-table tbody tr:last-child td {
	border-bottom: none;
}

/* Column Widths */
.fp-booking .category-selection.theme-reina .fashionpoint-services-table td:nth-child(1),
.fp-booking .category-selection.theme-reina .fashionpoint-services-table th:nth-child(1) {
	width: 46%;
}

.fp-booking .category-selection.theme-reina .fashionpoint-services-table td:nth-child(2),
.fp-booking .category-selection.theme-reina .fashionpoint-services-table th:nth-child(2) {
	width: 18%;
}

.fp-booking .category-selection.theme-reina .fashionpoint-services-table td:nth-child(3),
.fp-booking .category-selection.theme-reina .fashionpoint-services-table th:nth-child(3) {
	width: 18%;
	text-align: center;
}

.fp-booking .category-selection.theme-reina .fashionpoint-services-table td:nth-child(4),
.fp-booking .category-selection.theme-reina .fashionpoint-services-table th:nth-child(4) {
	width: 18%;
	text-align: center;
}

/* DEBUG: Force Premium Black styling with ultra-high specificity */
body.fp-booking div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 div.fashionpoint-category-section,
body div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 div.fashionpoint-category-section {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.fp-booking div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 div.fashionpoint-category-header,
body div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 div.fashionpoint-category-header {
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	margin: 0 !important;
	padding: 16px 28px 16px 18px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	text-align: left !important;
}

body.fp-booking div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 div.fashionpoint-category-header h2,
body div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 div.fashionpoint-category-header h2 {
	color: #000000 !important;
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.fp-booking div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 div.fashionpoint-category-header div.fashionpoint-category-name-container,
body div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 div.fashionpoint-category-header div.fashionpoint-category-name-container {
	justify-content: flex-start !important;
	text-align: left !important;
	display: flex !important;
	align-items: center !important;
}

/* Override Premium Gold background colors specifically */
body.fp-booking div.category-selection.theme-premium-black,
body div.category-selection.theme-premium-black {
	background: transparent !important;
	background-color: transparent !important;
}

body.fp-booking div.category-selection.theme-premium-black div.fashionpoint-all-services-container,
body div.category-selection.theme-premium-black div.fashionpoint-all-services-container {
	background: transparent !important;
	background-color: transparent !important;
}

/* Force hide any Premium Gold background elements */
body.fp-booking div.category-selection.theme-premium-black div.fashionpoint-category-section,
body div.category-selection.theme-premium-black div.fashionpoint-category-section,
body.fp-booking div.category-selection.theme-premium-black div.fashionpoint-category-header,
body div.category-selection.theme-premium-black div.fashionpoint-category-header {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
}
body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-section,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-section {
	background: transparent !important;
	border: none !important;
	margin-bottom: 0 !important;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-header,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-header {
	background: transparent !important;
	border: none !important;
	padding: 16px 28px 16px 18px !important;
	margin-bottom: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 6px !important;
	position: relative !important;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-header h2,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-header h2 {
	color: #000000 !important;
	font-weight: 800 !important;
	text-align: left !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Override any Premium Gold centering */
body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-header .fashionpoint-category-name-container,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-header .fashionpoint-category-name-container {
	justify-content: flex-start !important;
	text-align: left !important;
	width: auto !important;
	flex: 1 !important;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-header .fashionpoint-category-name-container h2,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-header .fashionpoint-category-name-container h2 {
	text-align: left !important;
	width: auto !important;
}

/* COLLAPSED STATE - Hide content when collapsed */
body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-section.collapsed .fashionpoint-category-content,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-category-section.collapsed .fashionpoint-category-content {
	display: none !important;
}

/* CHEVRON STYLES FOR COLLAPSE FUNCTIONALITY - MAXIMUM SPECIFICITY */
body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2.fp-collapse-enabled .fashionpoint-category-chevron-container,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2.fp-collapse-enabled .fashionpoint-category-chevron-container {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2.fp-collapse-enabled .fashionpoint-category-chevron svg,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2.fp-collapse-enabled .fashionpoint-category-chevron svg {
	transition: transform 0.25s ease, opacity 0.2s ease !important;
	color: #000000 !important;
	opacity: 0.9 !important;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2.fp-collapse-enabled .fashionpoint-category-section.collapsed .fashionpoint-category-chevron svg,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2.fp-collapse-enabled .fashionpoint-category-section.collapsed .fashionpoint-category-chevron svg {
	transform: rotate(-90deg) !important;
	opacity: 0.7 !important;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2.fp-collapse-enabled .fashionpoint-category-section:not(.collapsed) .fashionpoint-category-chevron svg,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black.fp-booking-step2.fp-collapse-enabled .fashionpoint-category-section:not(.collapsed) .fashionpoint-category-chevron svg {
	transform: rotate(0deg) !important;
	opacity: 1 !important;
}

/* HIGH SPECIFICITY TYPE TOGGLE OVERRIDES */
.fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container .fashionpoint-type-toggle-btn,
.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-type-toggle-btn {
	background: #faf9f7 !important;
	border: 2px solid #e2d7c0 !important;
	color: #2a2520 !important;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container .fashionpoint-type-toggle-btn.active,
.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-type-toggle-btn.active {
	background: linear-gradient(135deg, #c9963a 0%, #b97b12 100%) !important;
	color: #ffffff !important;
	border-color: #c9963a !important;
}

/* HIGH SPECIFICITY TABLE OVERRIDES */
.fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container .fashionpoint-services-table,
.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-services-table {
	background: transparent !important;
	border: none !important;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container .fashionpoint-services-table thead th,
.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-services-table thead th {
	background: #dbd2bb !important;
	color: #000000 !important;
}

/* HIGH SPECIFICITY BUTTON OVERRIDES */
.fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container .fashionpoint-booking-btn,
.fashionpoint-all-services-container.theme-premium-black.fp-booking-step2 .fashionpoint-booking-btn {
	background: linear-gradient(135deg, #c9963a 0%, #b97b12 100%) !important;
	color: #ffffff !important;
}
body .fp-booking .category-selection.theme-reina .fashionpoint-category-header {
	border-bottom: none;
	padding: 16px 28px 16px 18px;
	margin-bottom: 0;
	background: transparent !important;
	position: relative;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-category-header {
	border-bottom: none;
	padding: 16px 28px 16px 18px;
	margin-bottom: 0;
	background: transparent !important;
	position: relative;
}

body .fp-booking .category-selection.theme-reina .fashionpoint-category-header h2 {
	color: #000000 !important;
	font-weight: 800;
}

body .fp-booking .category-selection.theme-premium-black .fashionpoint-category-header h2 {
	color: #000000 !important;
	font-weight: 800;
}

.fp-booking .category-selection.theme-reina .fashionpoint-category-name-container h2 {
	color: var(--fp-text);
}

.fp-booking .category-selection.theme-reina .fashionpoint-category-content {
	width: 100%;
	overflow-x: auto;
}

/* Service Title */
.fp-booking .category-selection.theme-reina .fashionpoint-service-title {
	font-weight: 400;
	font-size: inherit;
	color: var(--fp-text);
}

/* Package Items */
.fp-booking .category-selection.theme-reina .fashionpoint-package-items-list {
	margin-top: 8px;
	list-style: none;
	padding: 0;
}

.fp-booking .category-selection.theme-reina .fashionpoint-package-item {
	color: var(--fp-text) !important;
	font-size: 14px;
	margin-bottom: 4px;
}

.fp-booking .category-selection.theme-reina .fashionpoint-package-item::before {
	color: var(--fp-primary);
}

body .fp-booking .category-selection.theme-reina .fashionpoint-package-item-name {
	color: var(--fp-text) !important;
	font-size: inherit !important;
	font-weight: 400 !important;
}

.fp-booking .category-selection.theme-reina .fashionpoint-package-item .fashionpoint-package-item-count,
.fp-booking .category-selection.theme-reina .fashionpoint-package-item-count {
	color: var(--fp-primary);
	font-weight: 700;
	margin-left: 6px;
	font-size: inherit;
	background: rgba(201, 150, 58, 0.15);
	padding: 3px 8px;
	border-radius: 12px;
	display: inline-block !important;
	visibility: visible !important;
	position: relative;
	z-index: 10;
}

/* Prices */
.fp-booking .category-selection.theme-reina .fashionpoint-price-container {
	text-align: center;
	line-height: 1.3;
}

.fp-booking .category-selection.theme-reina .fashionpoint-current-price,
.fp-booking .category-selection.theme-reina .fashionpoint-price-current,
.fp-booking .category-selection.theme-reina .fashionpoint-price-eur,
.fp-booking .category-selection.theme-reina .fashionpoint-price-bgn {
	color: #000000 !important;
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 0;
}

.fp-booking .category-selection.theme-reina .fashionpoint-promo-row .fashionpoint-current-price {
	color: var(--fp-primary) !important;
}

.fp-booking .category-selection.theme-reina .fashionpoint-old-price,
.fp-booking .category-selection.theme-reina .fashionpoint-price-old {
	color: #8c8c8c;
	opacity: 0.9;
	text-decoration: line-through;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
}

.fp-booking .category-selection.theme-reina .fp-price-line {
	display: block;
	line-height: 1.3;
}

.fp-booking .category-selection.theme-reina .fashionpoint-price-promo {
	color: var(--fp-primary);
	font-weight: 700;
}

/* Duration */
.fp-booking .category-selection.theme-reina .fashionpoint-duration-inline {
	font-size: inherit;
	color: #8c8c8c;
	margin-top: 2px;
}

.fp-booking .category-selection.theme-reina .fashionpoint-duration-display {
	background: rgba(201, 150, 58, 0.08);
	color: var(--fp-text);
}

.fp-booking .category-selection.theme-reina .fashionpoint-duration-display svg {
	color: var(--fp-primary);
}

/* Location */
.fp-booking .category-selection.theme-reina .fp-location-cell .fp-location-list,
.fp-booking .category-selection.theme-reina .fp-location-cell .fp-location-empty {
	font-weight: 400;
	color: var(--fp-text);
	font-size: inherit;
}

.fp-booking .category-selection.theme-reina .fp-flex-center {
	justify-content: center;
}

/* Buttons */
.fp-booking .category-selection.theme-reina .fashionpoint-booking-btn,
.fp-booking .category-selection.theme-reina .fashionpoint-action-btn,
.fp-booking .category-selection.theme-reina .fashionpoint-book-btn-mobile {
	background: var(--fp-gradient);
	color: #ffffff;
	padding: 5px 9px;
	border: none;
	border-radius: 50px !important;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.25s ease;
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-booking-btn,
.fp-booking .category-selection.theme-premium-black .fashionpoint-action-btn,
.fp-booking .category-selection.theme-premium-black .fashionpoint-book-btn-mobile {
	background: var(--fp-gradient);
	color: #ffffff;
	padding: 5px 9px;
	border: none;
	border-radius: 50px !important;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.25s ease;
}

.fp-booking .category-selection.theme-reina .fashionpoint-booking-btn:hover,
.fp-booking .category-selection.theme-reina .fashionpoint-action-btn:hover,
.fp-booking .category-selection.theme-reina .fashionpoint-book-btn-mobile:hover {
	background: linear-gradient(135deg, #b97b12 0%, #9d6508 100%);
	box-shadow: 0 4px 12px rgba(201, 150, 58, 0.3);
	transform: translateY(-1px);
}

.fp-booking .category-selection.theme-premium-black .fashionpoint-booking-btn:hover,
.fp-booking .category-selection.theme-premium-black .fashionpoint-action-btn:hover,
.fp-booking .category-selection.theme-premium-black .fashionpoint-book-btn-mobile:hover {
	background: linear-gradient(135deg, #b97b12 0%, #9d6508 100%);
	box-shadow: 0 4px 12px rgba(201, 150, 58, 0.3);
	transform: translateY(-1px);
}

/* Badges */
.fp-booking .category-selection.theme-reina .fashionpoint-location-badge,
.fp-booking .category-selection.theme-reina .fashionpoint-promo-badge,
.fp-booking .category-selection.theme-reina .fashionpoint-reina-promo-badge {
	background: linear-gradient(180deg, #BD9A37 0%, #000000 100%);
	color: #ffffff;
	border-radius: 50px !important;
	padding: 3px 8px;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: inline-block;
	white-space: nowrap;
}

.fp-booking .category-selection.theme-reina .fashionpoint-reina-promo-badge {
	padding: 3px 10px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.fp-booking .category-selection.theme-reina .fashionpoint-reina-promo-badge-wrapper {
	padding-bottom: 4px;
}

.fp-booking .category-selection.theme-reina .fashionpoint-promo-row {
	background: transparent !important;
}

.fp-booking .category-selection.theme-reina .fashionpoint-promo-star-badge {
	display: none !important;
}

/* Chevrons */
.fp-booking .category-selection.theme-reina .fashionpoint-category-chevron-container {
	display: none;
}

.fp-booking .category-selection.theme-reina .fashionpoint-category-toggle {
	cursor: default;
	pointer-events: none;
}

/* Mobile - Hide table, show cards on mobile */
@media (max-width: 768px) {
	body .fp-booking .category-selection.theme-premium-black .fashionpoint-desktop-view,
	body .fp-booking .category-selection.theme-premium-black .fashionpoint-services-table-wrapper.fashionpoint-desktop-view,
	body .category-selection.theme-premium-black .fashionpoint-desktop-view,
	body .category-selection.theme-premium-black .fashionpoint-services-table-wrapper.fashionpoint-desktop-view,
	body .fp-booking .category-selection.theme-reina .fashionpoint-desktop-view,
	body .fp-booking .category-selection.theme-reina .fashionpoint-services-table-wrapper.fashionpoint-desktop-view {
		display: none !important;
	}
	
	body .fp-booking .category-selection.theme-premium-black .fashionpoint-mobile-view,
	body .fp-booking .category-selection.theme-premium-black .fashionpoint-services-cards-wrapper.fashionpoint-mobile-view,
	body .category-selection.theme-premium-black .fashionpoint-mobile-view,
	body .category-selection.theme-premium-black .fashionpoint-services-cards-wrapper.fashionpoint-mobile-view,
	body .fp-booking .category-selection.theme-reina .fashionpoint-mobile-view,
	body .fp-booking .category-selection.theme-reina .fashionpoint-services-cards-wrapper.fashionpoint-mobile-view {
		display: block !important;
	}
	
	body .fp-booking .category-selection.theme-reina .fashionpoint-services-cards-wrapper {
		padding-left: 12px;
		padding-right: 12px;
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	
	body .fp-booking .category-selection.theme-reina .fashionpoint-service-card {
		padding: 16px;
		margin: 0 auto 16px auto;
		border: 1px solid #e5e7eb;
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 10px 22px -12px rgba(0, 0, 0, 0.16);
	}
	
	body .fp-booking .category-selection.theme-reina .fp-card-location {
		font-weight: 700;
		font-size: 16px;
		color: #000000;
	}
	
	body .fp-booking .category-selection.theme-reina .fp-card-title {
		color: #000000;
		font-size: 16px;
		font-weight: 500;
	}
	
	body .fp-booking .category-selection.theme-reina .fp-card-current-price {
		color: #000;
		font-size: 18px;
		font-weight: 500;
		margin-top: 6px;
	}
	
	body .fp-booking .category-selection.theme-reina .fashionpoint-book-btn-mobile {
		margin-top: 14px;
		padding: 11px 22px;
		border-radius: 999px !important;
		font-weight: 800;
	}
	
	.fp-booking .category-selection.theme-reina {
		padding: 18px 12px;
	}
}

@media (max-width: 1200px) {
	.fp-booking .category-selection.theme-reina {
		padding: 22px 16px;
	}
}
