/**
 * Premium Black Theme (isolated overrides)
 * Applies only when .theme-premium-black is present on the shortcode container.
 */

/* Theme tokens */
.fashionpoint-all-services-container.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) !important;
	color: var(--fp-text) !important;
	font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
	font-style: normal !important;
	line-height: 1.5 !important;
	letter-spacing: normal !important;
	word-spacing: normal !important;
	text-transform: none !important;
	text-decoration: none !important;
	font-size: 14px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 18px 22px;
	width: auto;
}

/* Booking flow uses .fashionpoint-all-services-container with theme class,
   so all styling is inherited automatically from the rules above. */

/* Center location + booking columns (desktop) */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(3),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(3),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(4),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(4) {
	text-align: center;
}

.fashionpoint-all-services-container.theme-premium-black .fp-flex-center {
	justify-content: center;
}

/* Baseline layout (copied from base to keep theme self-contained) */
.fashionpoint-all-services-container.theme-premium-black,
.fashionpoint-all-services-container.theme-premium-black * {
	box-sizing: border-box !important;
	font-family: inherit !important;
	font-style: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
	word-spacing: inherit !important;
	text-transform: inherit !important;
	text-decoration: inherit !important;
}

.fashionpoint-all-services-container.theme-premium-black h1,
.fashionpoint-all-services-container.theme-premium-black h2,
.fashionpoint-all-services-container.theme-premium-black h3,
.fashionpoint-all-services-container.theme-premium-black h4,
.fashionpoint-all-services-container.theme-premium-black h5,
.fashionpoint-all-services-container.theme-premium-black h6 {
	margin: 0;
	font-weight: 700;
}

.fashionpoint-all-services-container.theme-premium-black p {
	margin: 0 0 10px 0;
}

/* View toggles */
body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-desktop-view,
body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table-wrapper.fashionpoint-desktop-view {
	display: block !important;
}
body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-mobile-view,
body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-cards-wrapper.fashionpoint-mobile-view {
	display: none !important;
}

/* Table baseline */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 8px;
	background: transparent;
}

/* Match packages table columns to services table (premium-black only) */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-packages-section .fashionpoint-services-table td:nth-child(1),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-packages-section .fashionpoint-services-table th:nth-child(1) {
	width: 46%;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-packages-section .fashionpoint-services-table td:nth-child(2),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-packages-section .fashionpoint-services-table th:nth-child(2) {
	width: 18%;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-packages-section .fashionpoint-services-table td:nth-child(3),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-packages-section .fashionpoint-services-table th:nth-child(3) {
	width: 18%;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-packages-section .fashionpoint-services-table td:nth-child(4),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-packages-section .fashionpoint-services-table th:nth-child(4) {
	width: 18%;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td {
	padding: 12px 16px;
	text-align: left;
	vertical-align: middle;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table tbody tr:last-child td {
	border-bottom: none;
}

/* Search input baseline */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-search-container {
	position: relative;
	flex: 0 1 100%;
	min-width: 0;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-search-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--fp-primary, #c9963a) !important;
	pointer-events: none;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-search-wrapper {
	max-width: 320px;
	margin: 0 auto 20px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-search-input {
	padding: 10px 16px;
	border-radius: 10px;
	width: 100%;
	font-size: 14px;
	border: 2px solid var(--fp-border);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	padding-left: 42px !important;
	padding-right: 40px !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	background: #ffffff;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-search-input:focus {
	outline: none;
	border-color: var(--fp-primary);
	box-shadow: 0 0 0 3px rgba(201, 150, 58, 0.12);
}

/* Allow full bleed inside alignfull/global padding wrappers (desktop & mobile) */
.has-global-padding .fashionpoint-all-services-container.theme-premium-black,
.entry-content.has-global-padding .fashionpoint-all-services-container.theme-premium-black,
.alignfull .fashionpoint-all-services-container.theme-premium-black {
	margin-left: calc(-1 * var(--wp--style--root--padding-left, 0px)) !important;
	margin-right: calc(-1 * var(--wp--style--root--padding-right, 0px)) !important;
	width: calc(100% + var(--wp--style--root--padding-left, 0px) + var(--wp--style--root--padding-right, 0px)) !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Remove desktop containment so tables span available width */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-content-area {
	max-width: none;
	margin: 0;
}

/* Location text matches title weight/size */
.fashionpoint-all-services-container.theme-premium-black .fp-location-cell .fp-location-list,
.fashionpoint-all-services-container.theme-premium-black .fp-location-cell .fp-location-empty {
	font-weight: 400;
	color: var(--fp-text) !important;
	font-size: inherit;
}

/* Mobile cards: match location text to title weight/size */
@media (max-width: 768px) {
	body .fashionpoint-all-services-container.theme-premium-black .fp-card-location {
		font-weight: 700;
		font-size: 16px;
		color: #000000;
	}
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card .fp-card-current-price,
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card .fp-card-old-price-container {
		margin-bottom: 4px;
	}
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card .fp-card-old-price-container {
		margin-top: 2px;
	}
}

/* Container polish */
.fashionpoint-all-services-container.theme-premium-black {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

/* Table */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table {
	border: none;
	border-radius: 10px;
	background: var(--fp-bg);
	width: 100%;
	max-width: none;
	min-width: 100% !important;
	margin: 0;
	box-shadow: none;
}

/* Align column widths for services and packages tables */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(1),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(1) {
	width: 46%;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(2),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(2) {
	width: 18%;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(3),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(3) {
	width: 18%;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(4),
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(4) {
	width: 18%;
}

/* Table Wrapper - Fix for category layout issues */
.fashionpoint-all-services-container.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;
}

/* Category Content - Fix for full-width issues after 3+ categories */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-content {
	width: 100%;
	overflow-x: auto;
}

/* Fix specificity for table headers and rows */
body .fashionpoint-all-services-container.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;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
	text-transform: uppercase !important;
	font-weight: 800 !important;
	font-family: inherit !important;
	font-style: normal !important;
	font-size: inherit !important;
	line-height: inherit !important;
	text-decoration: none !important;
	letter-spacing: 0.02em !important;
	word-spacing: normal !important;
	padding: 12px 18px !important;
}

body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table thead th:first-child {
	border-top-left-radius: 10px;
}

body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table thead th:last-child {
	border-top-right-radius: 10px;
}

body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table tbody tr:hover {
	background: #f5f3ed !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td {
	color: var(--fp-text) !important;
	border-bottom: 1px solid rgba(226, 215, 192, 0.3);
	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table tbody tr:nth-child(odd) {
	background: transparent;
}

/* Category header */
body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header {
	border-bottom: none;
	padding: 16px 28px 16px 18px;
	margin-bottom: 0;
	background: transparent !important;
	position: relative;
}

body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header h2 {
	color: #000000 !important;
	font-weight: 800;
}

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

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-booking-btn:hover,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-action-btn:hover,
.fashionpoint-all-services-container.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 */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-location-badge,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-promo-badge,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-reina-promo-badge {
	background: linear-gradient(180deg, #BD9A37 0%, #000000 100%) !important;
	color: #ffffff !important;
	border-radius: 50px !important;
	padding: 3px 8px;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: inline-block;
	white-space: nowrap;
}

/* Price */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-current-price,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-price-eur {
	color: #000000 !important;
	font-weight: 700;
}

/* Promo prices keep gold color */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-promo-row .fashionpoint-current-price,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-promo-row .fashionpoint-price-eur {
	color: var(--fp-primary) !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-price-old {
	color: var(--fp-primary) !important;
	opacity: 0.7;
	text-decoration: line-through;
}

/* Search */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-search-input {
	border: 2px solid var(--fp-border);
	padding: 10px 16px;
	border-radius: 6px;
	width: 100%;
	font-size: 14px;
	transition: border-color 0.2s ease;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-search-input:focus {
	border-color: var(--fp-primary);
	box-shadow: 0 0 0 3px rgba(201, 150, 58, 0.1);
	outline: none;
}

/* Duration display (when visible in other contexts) */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-duration-display {
	background: rgba(201, 150, 58, 0.08) !important;
	color: var(--fp-text) !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-duration-display svg {
	color: var(--fp-primary) !important;
}

/* Hide chevron for premium-black theme in all-services shortcode */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-chevron-container {
	display: none;
}

/* Disable toggle functionality for premium-black in all-services shortcode (non-collapsible mode) */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-toggle {
	cursor: default;
	pointer-events: none;
}

/* When collapse is enabled, restore chevrons and clickability */
.fashionpoint-all-services-container.theme-premium-black.fp-collapse-enabled .fashionpoint-category-header {
	display: flex;
	align-items: center;
	gap: 2px;
}

.fashionpoint-all-services-container.theme-premium-black.fp-collapse-enabled .fashionpoint-category-name-container {
	flex: 0 0 auto;
}

.fashionpoint-all-services-container.theme-premium-black.fp-collapse-enabled .fashionpoint-category-chevron-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
	position: static;
	right: auto;
	top: auto;
	transform: none;
	order: 1;
}

.fashionpoint-all-services-container.theme-premium-black.fp-collapse-enabled .fashionpoint-category-toggle {
	cursor: pointer;
	pointer-events: auto;
}

/* Chevron cues for collapse state */
.fashionpoint-all-services-container.theme-premium-black.fp-collapse-enabled .fashionpoint-category-chevron svg {
	transition: transform 0.25s ease, opacity 0.2s ease;
	color: #000000 !important;
	opacity: 0.9;
}

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

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

/* Modal (scoped) */
.theme-premium-black .fashionpoint-modal-header { background: var(--fp-header-bg); color: var(--fp-text); }
.theme-premium-black .fashionpoint-modal-title { color: var(--fp-text); }
.theme-premium-black .fashionpoint-location-option { border: 1px solid var(--fp-border); background: #ffffff; color: var(--fp-text); }
.theme-premium-black .fashionpoint-location-option::before { background: var(--fp-gradient); }
.theme-premium-black .fashionpoint-location-option:hover { border-color: var(--fp-primary); box-shadow: 0 6px 18px rgba(201, 150, 58, 0.22); background: linear-gradient(135deg, rgba(201,150,58,0.12) 0%, rgba(185,123,18,0.06) 100%); }
.theme-premium-black .fashionpoint-location-option:hover .fashionpoint-location-option-name { color: var(--fp-secondary); }

/* =============================================
	TYPE TOGGLE
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-type-toggle-wrapper {
	margin-bottom: 20px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-type-toggle {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

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

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

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-type-toggle-btn:hover:not(.active) {
	border-color: var(--fp-primary) !important;
	background: #f5f3ed !important;
	color: var(--fp-primary) !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-type-toggle-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 56px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-type-toggle-icon svg {
	width: 52px;
	height: 52px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-type-toggle-label {
	white-space: nowrap;
}

/* =============================================
	SEARCH & FILTER
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-location-filter {
	border: 2px solid var(--fp-border);
	padding: 10px 16px;
	border-radius: 6px;
	font-size: 14px;
	transition: border-color 0.2s ease;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-location-filter:focus {
	border-color: var(--fp-primary);
	box-shadow: 0 0 0 3px rgba(201, 150, 58, 0.1);
	outline: none;
}

/* =============================================
	CATEGORY HEADER COMPONENTS
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container h2 {
	color: var(--fp-text) !important;
}

/* =============================================
	SERVICE CELL & TITLE
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-title {
	font-weight: 400;
	font-size: inherit;
	color: var(--fp-text) !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-item-count {
	color: #8c8c8c !important;
	font-size: inherit;
	font-weight: 400;
	margin-left: 8px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-item {
	color: var(--fp-text) !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-item::before {
	color: var(--fp-primary) !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-item .fashionpoint-package-item-count {
	color: var(--fp-primary) !important;
	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;
}

body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-item-name {
	color: var(--fp-text) !important;
	font-size: inherit !important;
	font-weight: 400 !important;
}

/* =============================================
	PROMO BADGES
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-reina-promo-badge {
	background: linear-gradient(180deg, #BD9A37 0%, #000000 100%) !important;
	color: #ffffff !important;
	border-radius: 50px !important;
	padding: 3px 10px;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: inline-block;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-reina-promo-badge-wrapper {
	padding-bottom: 4px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-promo-row {
	background: transparent !important;
}

/* Hide the redundant star promo badge in premium-black theme */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-promo-star-badge {
	display: none !important;
}

/* Restore mobile view toggles for this theme */
@media (max-width: 768px) {
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-desktop-view,
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table-wrapper.fashionpoint-desktop-view {
		display: none !important;
	}
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-mobile-view,
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-cards-wrapper.fashionpoint-mobile-view {
		display: block !important;
	}
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-cards-wrapper {
		padding-left: 16px;
		padding-right: 16px;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table-wrapper {
		display: none !important;
	}

	/* Mobile category names left alignment in booking flow */
	.fp-booking .category-selection.theme-premium-black .fashionpoint-category-name-container,
	.category-selection.theme-premium-black .fashionpoint-category-name-container,
	body .fp-booking .category-selection.theme-premium-black .fashionpoint-category-name-container h2,
	body .category-selection.theme-premium-black .fashionpoint-category-name-container h2 {
		justify-content: flex-start !important;
		text-align: left !important;
		align-items: flex-start !important;
	}

	/* Override base centering rule with maximum specificity */
	body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-category-header .fashionpoint-category-name-container,
	body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-category-header .fashionpoint-category-name-container,
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-category-header .fashionpoint-category-name-container {
		align-items: flex-start !important;
		text-align: left !important;
		justify-content: flex-start !important;
		flex-direction: column !important;
		gap: 6px !important;
	}

	/* Mobile category layout overrides */
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section {
		display: block;
		background: transparent;
		border: none;
		margin: 0;
		width: 100%;
		max-width: 100%;
		overflow: visible;
	}

	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		padding: 16px 28px 16px 18px;
	}

	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container {
		align-items: flex-start;
		text-align: left;
		justify-content: flex-start;
		width: 100%;
		flex: 1;
	}
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container h2 {
		text-align: left;
		width: 100%;
		padding-left: 0;
		margin-left: 0;
	}

	/* Ultra-specific mobile booking flow category alignment */
	body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-category-header .fashionpoint-category-name-container,
	body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-category-header .fashionpoint-category-name-container {
		justify-content: flex-start !important;
		text-align: left !important;
		align-items: flex-start !important;
		display: flex !important;
	}

	body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-category-header .fashionpoint-category-name-container h2,
	body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-category-header .fashionpoint-category-name-container h2 {
		text-align: left !important;
		justify-content: flex-start !important;
		align-items: flex-start !important;
		width: 100% !important; /* Ensure it takes full width to align text */
	}

	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card {
		padding: 8px;
		margin: 0 auto 12px auto;
		border: 1px solid #e5e7eb;
		border-radius: 12px;
		background: #ffffff;
		box-shadow: 0 8px 18px -10px rgba(0, 0, 0, 0.12);
		width: 100%;
		max-width: none;
		min-width: 0;
		transition: all 0.2s ease;
	}
	
	/* Premium black selected state */
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card.selected {
		border-color: var(--fp-primary, #c9963a) !important;
		border-width: 2px !important;
		box-shadow: 0 8px 25px rgba(201, 150, 58, 0.3), 0 0 0 3px rgba(201, 150, 58, 0.15) !important;
		background: linear-gradient(135deg, rgba(201, 150, 58, 0.08) 0%, rgba(201, 150, 58, 0.03) 100%) !important;
		transform: scale(1.02) !important;
		position: relative;
		z-index: 10;
	}
	
	/* Premium black selection indicator */
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card.selected::before {
		content: '✓';
		position: absolute;
		top: 8px;
		right: 8px;
		width: 24px;
		height: 24px;
		background: var(--fp-primary, #c9963a);
		color: white;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: bold;
		z-index: 11;
		box-shadow: 0 2px 8px rgba(201, 150, 58, 0.4);
	}
	
	/* Premium black highlighted text */
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card.selected .fp-card-title {
		color: var(--fp-primary, #c9963a) !important;
		font-weight: 600 !important;
	}
	
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card.selected .fp-card-current-price {
		color: var(--fp-primary, #c9963a) !important;
		font-weight: 700 !important;
	}
	body .fashionpoint-all-services-container.theme-premium-black .clean-booking-container {
		padding: 15px;
		margin: 10px;
	}
	body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card {
		border-color: #e5e7eb;
		box-shadow: 0 10px 22px -12px rgba(0, 0, 0, 0.16);
	}

}

/* =============================================
	DURATION
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-duration-inline {
	font-size: inherit;
	color: #8c8c8c;
	margin-top: 2px;
}

/* =============================================
	PRICE DISPLAY
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-price-container {
	text-align: center;
	line-height: 1.3;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-old-price {
	color: #8c8c8c;
	opacity: 0.9;
	text-decoration: line-through;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-current-price {
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 0;
}

/* Keep prices aligned vertically in promo rows */
.fashionpoint-all-services-container.theme-premium-black .fp-price-line {
	display: block;
	line-height: 1.3;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-price-promo {
	color: var(--fp-primary);
	font-weight: 700;
}

/* =============================================
	PACKAGE ITEMS LIST
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-items-list {
	margin-top: 8px;
	list-style: none;
	padding: 0;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-items-list .fashionpoint-package-item {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 3px 0;
	font-size: 13px;
	color: #6b7280;
	list-style: none;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-items-list .fashionpoint-package-item::before {
	content: none !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-items-list .fashionpoint-package-item-name {
	color: #1c1c1e;
	font-size: 13px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-package-items-list .fashionpoint-package-item-count {
	background: #f3f0e8;
	color: #c9963a;
	font-size: 11px;
	font-weight: 700;
	padding: 1px 6px;
	border-radius: 6px;
	white-space: nowrap;
}

/* =============================================
	PRODUCT ACTIONS
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-product-unavailable {
	background: #faf9f7;
	border-color: var(--fp-border);
	color: #8c8c8c;
}

/* =============================================
	MOBILE CARDS
	============================================= */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card {
	border: 1px solid #e5e7eb;
	background: #ffffff;
	width: 100%;
	margin: 0 0 16px 0;
	padding: 16px;
	border-radius: 14px;
	box-shadow: 0 10px 22px -12px rgba(0, 0, 0, 0.16);
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card:hover {
	border-color: #e5e7eb;
	box-shadow: 0 10px 22px -12px rgba(0, 0, 0, 0.16);
}

/* Show inline promo badge on mobile cards (matches screenshot design) */
.fashionpoint-all-services-container.theme-premium-black .fp-card-inline-promo {
	display: flex;
	margin-bottom: 4px;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-inline-promo .fashionpoint-category-promo-badge {
	background: linear-gradient(180deg, #BD9A37 0%, #000000 100%);
	color: #ffffff;
	border-radius: 50px !important;
	padding: 3px 10px;
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: inline-block;
}

/* Fix promo badge SVG star color in premium-black theme */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-promo-badge svg {
	color: #ffffff !important;
}

/* Booking flow promo badge styling */
.fp-booking .service-selection.theme-premium-black .promo-badge,
.fp-booking .category-selection.theme-premium-black .promo-badge,
.theme-premium-black .promo-badge {
	background: linear-gradient(180deg, #BD9A37 0%, #000000 100%);
	color: #ffffff;
	border-radius: 50px !important;
	padding: 3px 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-promo-badge {
	background: #d9dde5;
	color: #000000;
	border-radius: 999px !important;
	padding: 4px 10px;
	font-weight: 700;
	letter-spacing: 0.02em;
	display: inline-block;
	font-size: 11px;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-promo-container {
	margin-bottom: 8px;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-title {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-package-count {
	color: #8c8c8c;
	font-size: inherit;
	font-weight: 400;
	margin-left: 8px;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-duration {
	color: #1c1c1e;
	font-size: inherit;
	margin-top: 8px;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-old-price {
	color: #8c8c8c;
	text-decoration: line-through;
	opacity: 0.9;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-current-price,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-price-current,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-price-eur,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-price-bgn,
.fashionpoint-all-services-container.theme-premium-black .fp-card-current-price {
	color: #000;
	font-size: inherit;
	font-weight: 500;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-old-price-container {
	margin-top: 4px;
}

.fashionpoint-all-services-container.theme-premium-black .fp-card-current-price {
	margin-top: 6px;
	font-size: 18px;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-book-btn-mobile,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-service-card .fashionpoint-booking-btn {
	margin-top: 10px;
	padding: 5px 9px !important;
	border-radius: 50px !important;
	font-weight: 700 !important;
	width: auto !important;
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	background: var(--fp-gradient) !important;
	color: #ffffff !important;
	border: none !important;
	cursor: pointer;
	white-space: nowrap;
	text-decoration: none !important;
}

/* PREMIUM BLACK - Category section layout */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section {
	display: block;
	width: 100%;
	max-width: 100%;
	background: transparent;
	border: none;
	margin: 0;
	overflow: visible;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	background: transparent;
	border: none;
	padding: 16px 28px 16px 18px;
	margin: 0;
	gap: 6px;
	width: 100%;
	box-sizing: border-box;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
	width: auto;
	flex: 1;
	margin: 0;
	padding: 0;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container h2 {
	display: block;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 800;
	color: #000000;
}

/* PREMIUM BLACK - Category content layout (all-services shortcode) */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-content {
	width: 100%;
	overflow-x: auto;
	padding: 0 18px;
	margin: 0;
	box-sizing: border-box;
}

/* Booking flow: contain within available parent width */
.fp-booking .fashionpoint-all-services-container.theme-premium-black {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	overflow-x: hidden;
}

.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-content {
	padding: 0;
	overflow-x: auto;
}

.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table-wrapper {
	width: 100%;
	box-sizing: border-box;
	overflow-x: auto;
}

.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table {
	width: 100%;
	min-width: 0;
	table-layout: auto;
}

/* Booking flow has 3 columns (no location col) — reset fixed widths so browser distributes naturally */
.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(1),
.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(1) {
	width: auto;
}

.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(2),
.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(2) {
	width: auto;
	white-space: nowrap;
}

.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table td:nth-child(3),
.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table th:nth-child(3) {
	width: auto;
	white-space: nowrap;
}


/* Override any Premium Gold centering with maximum specificity */
body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header {
	justify-content: flex-start !important;
	text-align: left !important;
}

body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container {
	justify-content: flex-start !important;
	text-align: left !important;
}

body .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container h2 {
	text-align: left !important;
}

/* ULTRA-HIGH SPECIFICITY - Force left alignment over Premium Gold */
body div.fp-booking div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black div.fashionpoint-category-section div.fashionpoint-category-header,
body div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black div.fashionpoint-category-section div.fashionpoint-category-header {
	justify-content: flex-start !important;
	text-align: left !important;
	display: flex !important;
	align-items: center !important;
	background: transparent !important;
	margin: 0 !important;
	border: none !important;
	padding: 16px 28px 16px 18px !important;
}

body div.fp-booking div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black div.fashionpoint-category-section div.fashionpoint-category-header div.fashionpoint-category-name-container,
body div.category-selection.theme-premium-black div.fashionpoint-all-services-container.theme-premium-black div.fashionpoint-category-section 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;
	width: auto !important;
	flex: 1 !important;
}

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

/* Also target any other possible Premium Gold centering selectors */
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header {
	justify-content: flex-start !important;
	text-align: left !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container {
	justify-content: flex-start !important;
	text-align: left !important;
}

.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-name-container h2 {
	text-align: left !important;
}

/* BOOKING FLOW STYLES - Force left alignment */
.fp-booking .category-selection.theme-premium-black .fashionpoint-category-header,
.category-selection.theme-premium-black .fashionpoint-category-header,
.fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header {
	justify-content: flex-start !important;
	text-align: left !important;
	align-items: center !important;
	background: transparent !important;
	margin: 0 !important;
	border: none !important;
	padding: 16px 28px 16px 18px !important;
}

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

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

/* Override any Premium Gold centering with maximum specificity */
body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header,
body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-header {
	justify-content: flex-start !important;
	text-align: left !important;
	display: flex !important;
	align-items: center !important;
}

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

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

/* =============================================
	BOOKING FLOW STYLES
	============================================= */

/* Booking flow: match all-services shortcode layout with transparent backgrounds */
@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;
	}
	
	/* Force no padding on service cards in booking flow */
	.fp-booking .category-selection.theme-premium-black .fashionpoint-service-card,
	.category-selection.theme-premium-black .fashionpoint-service-card,
	body .fp-booking .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-service-card,
	body .category-selection.theme-premium-black .fashionpoint-all-services-container.theme-premium-black .fashionpoint-category-section .fashionpoint-service-card {
		padding: 8px !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;
	}
}

/* =============================================
	RESPONSIVE
	============================================= */
@media (max-width: 1200px) {
	.fashionpoint-all-services-container.theme-premium-black { padding: 22px 16px; }
	.fp-booking .fashionpoint-all-services-container.theme-premium-black { padding: 0; }
}

@media (max-width: 768px) {
	.fashionpoint-all-services-container.theme-premium-black { padding: 18px 12px; }
	.fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table { min-width: 720px; }
	.fp-booking .fashionpoint-all-services-container.theme-premium-black { padding: 0; }
	.fp-booking .fashionpoint-all-services-container.theme-premium-black .fashionpoint-services-table { min-width: 0; width: 100%; }
}
