/**
 * PilotBooker Search Results
 * Clean consolidated stylesheet based on the approved SkyPath reference.
 *
 * File:
 * /wp-content/themes/onelisting-child/assets/css/training-search-v2.css
 *
 * Scope:
 * Search Result page using the PilotBooker Search Results template.
 */

:root {
	--pbs-navy: #0b1e33;
	--pbs-navy-2: #122a45;
	--pbs-amber: #f2a93b;
	--pbs-sky: #2d6fa3;
	--pbs-teal: #3fa796;
	--pbs-cloud: #f7f9fb;
	--pbs-cloud-dim: #dce4ea;
	--pbs-ink: #0b1e33;
	--pbs-muted: #5c6e80;
	--pbs-soft: #8a99a8;
	--pbs-line: rgba(255, 255, 255, 0.12);
}

/* ==============================================================
   PAGE FOUNDATION
   ============================================================== */

body.pilotbooker-search-v2-page {
	margin: 0 !important;
	background: var(--pbs-cloud) !important;
	color: var(--pbs-ink) !important;
	overflow-x: hidden !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 * {
	box-sizing: border-box;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 {
	min-height: 100vh;
	background: var(--pbs-cloud);
	color: var(--pbs-ink);
	font-family: "Inter", sans-serif;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 h1,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 h2,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 h3,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 h4 {
	font-family: "Space Grotesk", sans-serif;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 a {
	color: inherit;
	text-decoration: none;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-wrap {
	width: 100% !important;
	max-width: 1180px !important;
	margin: 0 auto !important;
	padding-right: 24px !important;
	padding-left: 24px !important;
}

/* ==============================================================
   HEADER
   Reference: navy, 14px vertical padding, 28px logo bug
   ============================================================== */

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-header {
	position: sticky !important;
	top: 0 !important;
	z-index: 500 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--pbs-line) !important;
	background: var(--pbs-navy) !important;
	box-shadow: none !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-nav {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	min-height: 57px !important;
	margin: 0 !important;
	padding: 14px 0 !important;
	color: #ffffff !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-logo {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 0 !important;
	color: #ffffff !important;
	font-family: "Inter", sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-logo__bug {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 28px !important;
	width: 28px !important;
	height: 28px !important;
	border-radius: 6px !important;
	background: var(--pbs-amber) !important;
	color: var(--pbs-navy) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-navlinks {
	display: flex !important;
	align-items: center !important;
	gap: 24px !important;
	margin: 0 !important;
	color: #b9c6d4 !important;
	font-size: 0.88rem !important;
	line-height: 1.3 !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-navlinks a {
	display: inline-flex !important;
	align-items: center !important;
	gap: 5px !important;
	color: #b9c6d4 !important;
	white-space: nowrap !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-navlinks a:hover,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-navlinks a:focus {
	color: #ffffff !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-badge-soon {
	display: inline-flex !important;
	align-items: center !important;
	padding: 2px 5px !important;
	border-radius: 4px !important;
	background: rgba(242, 169, 59, 0.17) !important;
	color: var(--pbs-amber) !important;
	font-family: "JetBrains Mono", monospace !important;
	font-size: 0.54rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.03em !important;
	line-height: 1.1 !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-nav-cta {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 9px 16px !important;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-btn--ghost {
	border-color: rgba(255, 255, 255, 0.25) !important;
	background: transparent !important;
	color: #ffffff !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-btn--amber {
	background: var(--pbs-amber) !important;
	color: var(--pbs-navy) !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-menu-toggle,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-mobile-menu {
	display: none;
}

/* ==============================================================
   SEARCH STRIP
   Reference: 16px navy padding + 64px white row = 96px
   ============================================================== */

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-main {
	min-height: 60vh;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-searchbar {
	position: relative !important;
	z-index: 30 !important;
	display: block !important;
	width: 100% !important;
	min-height: 96px !important;
	margin: 0 !important;
	padding: 16px 0 !important;
	background: var(--pbs-navy-2) !important;
	overflow: visible !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
> .pb-wrap {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	max-width: 1180px !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 auto !important;
	padding-right: 24px !important;
	padding-left: 24px !important;
	inset: auto !important;
	float: none !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	overflow: visible !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-searchbar .directorist-search-contents,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-searchbar .directorist-container-fluid,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-searchbar form.directorist-search-form {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	inset: auto !important;
	float: none !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	overflow: visible !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-contents
> .directorist-container-fluid
> :not(form) {
	display: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-modal {
	display: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
form.directorist-search-form
> .directorist-search-form-wrap {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 64px !important;
	min-height: 64px !important;
	margin: 0 !important;
	padding: 6px !important;
	inset: auto !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	transform: none !important;
	overflow: visible !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
form.directorist-search-form
> .directorist-search-form-wrap
> .directorist-search-form__box {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 112px !important;
	grid-template-rows: 52px !important;
	align-items: stretch !important;
	gap: 10px !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form__box
> .directorist-search-form-top {
	grid-column: 1 !important;
	grid-row: 1 !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter {
	display: grid !important;
	grid-template-columns:
		minmax(0, 1.35fr)
		minmax(0, 1fr)
		minmax(0, 1.1fr)
		minmax(0, 0.95fr) !important;
	align-items: stretch !important;
	gap: 0 !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field {
	position: relative !important;
	display: flex !important;
	flex: none !important;
	flex-direction: column !important;
	justify-content: center !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 52px !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 8px 14px !important;
	border: 0 !important;
	border-right: 1px solid #e7ecf0 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:last-child {
	border-right: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form__box
> .directorist-search-form-action {
	grid-column: 2 !important;
	grid-row: 1 !important;
	display: flex !important;
	align-items: stretch !important;
	width: 112px !important;
	min-width: 112px !important;
	max-width: 112px !important;
	height: 52px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-action__submit,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
button.directorist-btn-search {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 112px !important;
	min-width: 112px !important;
	max-width: 112px !important;
	height: 52px !important;
	min-height: 52px !important;
	margin: 0 !important;
	padding: 0 14px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--pbs-navy) !important;
	color: #ffffff !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	cursor: pointer !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
button.directorist-btn-search:hover,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
button.directorist-btn-search:focus {
	background: var(--pbs-sky) !important;
	color: #ffffff !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field-kicker {
	display: block !important;
	margin: 0 0 2px !important;
	color: var(--pbs-soft) !important;
	font-family: "JetBrains Mono", monospace !important;
	font-size: 0.6rem !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.25 !important;
	text-transform: uppercase !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--query
> .directorist-search-field__label {
	display: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-field__label,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
input.directorist-form-element,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-basic-dropdown-label,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.select2-selection,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.select2-selection__rendered {
	width: 100% !important;
	min-height: 23px !important;
	margin: 0 !important;
	padding: 0 24px 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pbs-ink) !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	line-height: 1.45 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
input.directorist-form-element::placeholder {
	color: var(--pbs-ink) !important;
	opacity: 1 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-location
.directorist-input-icon {
	right: 14px !important;
	color: var(--pbs-soft) !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-field__btn--clear {
	right: 11px !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-basic-dropdown-content,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.select2-dropdown {
	z-index: 1000 !important;
	border: 1px solid var(--pbs-cloud-dim) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 12px 28px rgba(11, 30, 51, 0.14) !important;
}

/* ==============================================================
   RESULTS LAYOUT
   Reference: 260px sidebar, 28px gap, 32px top padding
   ============================================================== */

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-results {
	position: relative !important;
	z-index: 1 !important;
	clear: both !important;
	margin: 0 !important;
	padding: 32px 0 60px !important;
	background: var(--pbs-cloud) !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-results .elementor,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-results .elementor-section,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-results .elementor-container,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-results .elementor-column,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-results .elementor-widget,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-results .elementor-widget-container {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-archive-title {
	display: none !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .listing-with-sidebar,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .listing-with-sidebar__wrapper,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-container,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-container-fluid {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__wrapper {
	display: grid !important;
	grid-template-columns: 260px minmax(0, 1fr) !important;
	grid-template-areas:
		"sidebar toolbar"
		"sidebar listings" !important;
	column-gap: 28px !important;
	row-gap: 18px !important;
	align-items: start !important;
	width: 100% !important;
	margin-top: 52px !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__type-nav,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__searchform {
	display: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__header {
	grid-area: toolbar !important;
	position: relative !important;
	top: auto !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__contents {
	display: contents !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents {
	grid-area: sidebar !important;
	position: sticky !important;
	top: 80px !important;
	align-self: start !important;
	width: 260px !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 20px !important;
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	overscroll-behavior: auto !important;
	scrollbar-width: auto !important;
	border: 1px solid var(--pbs-cloud-dim) !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
form.directorist-advanced-search,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-form__box {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__listing {
	grid-area: listings !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-header-bar,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listings-header {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listings-header {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	min-height: 36px !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-header-found-title {
	margin: 0 !important;
	color: var(--pbs-muted) !important;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-header-found-title span,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-header-found-title strong,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-header-found-title b {
	color: var(--pbs-ink) !important;
	font-weight: 700 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listings-header__actions,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-viewas {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-dropdown__toggle,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-viewas__item,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-archive-sidebar-toggle {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 38px !important;
	min-height: 36px !important;
	margin: 0 !important;
	padding: 8px 12px !important;
	border: 1px solid var(--pbs-cloud-dim) !important;
	border-radius: 6px !important;
	background: #ffffff !important;
	color: #33485c !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.82rem !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-viewas__item.active,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-viewas__item:hover,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-dropdown__toggle:hover {
	border-color: var(--pbs-navy) !important;
	background: var(--pbs-navy) !important;
	color: #ffffff !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-archive-sidebar-toggle {
	display: none !important;
}

/* ==============================================================
   FILTER CARD
   Reference: white, 1px border, 10px radius, 20px padding
   ============================================================== */

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-advanced-filter__top {
	display: block !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-advanced-filter__title {
	margin: 0 !important;
	color: var(--pbs-ink) !important;
	font-family: "Space Grotesk", sans-serif !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-advanced-filter__close {
	display: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-advanced-filter__advanced {
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-advanced-filter__advanced__element {
	margin: 0 0 22px !important;
	padding: 0 !important;
	border: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-advanced-filter__advanced__element:last-of-type {
	margin-bottom: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-search-field {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-search-field__label {
	display: block !important;
	margin: 0 0 10px !important;
	color: var(--pbs-muted) !important;
	font-family: "JetBrains Mono", monospace !important;
	font-size: 0.68rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em !important;
	line-height: 1.4 !important;
	text-transform: uppercase !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.select2,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.select2-selection,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.select2-selection__rendered,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-search-basic-dropdown-label {
	width: 100% !important;
	min-height: 34px !important;
	margin: 0 !important;
	padding: 6px 25px 6px 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-bottom: 1px solid var(--pbs-cloud-dim) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #334 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
	box-shadow: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-checkbox-wrapper {
	display: block !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-checkbox {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 0 8px !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-checkbox input {
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	accent-color: var(--pbs-sky) !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-checkbox__label {
	margin: 0 !important;
	color: #334 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.88rem !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-advanced-filter__action {
	margin-top: 20px !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__sidebar
.directorist-btn-reset-js {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--pbs-sky) !important;
	font-size: 0.8rem !important;
	font-weight: 500 !important;
}

/* ==============================================================
   RESULT CARDS
   Reference: 20px padding, 18px gap, 150x110 image
   ============================================================== */

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__listing
.directorist-archive-items,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__listing
.directorist-container-fluid,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__listing
.directorist-row {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.listing-with-sidebar__listing
.directorist-row
> [class*="directorist-col-"] {
	display: block !important;
	flex: none !important;
	flex-grow: 0 !important;
	flex-shrink: 0 !important;
	flex-basis: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
article.directorist-listing-single {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	gap: 18px !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 152px !important;
	min-height: 152px !important;
	max-height: 152px !important;
	margin: 0 !important;
	padding: 20px !important;
	overflow: hidden !important;
	border: 1px solid var(--pbs-cloud-dim) !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	transform: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
article.directorist-listing-single:hover {
	border-color: var(--pbs-cloud-dim) !important;
	box-shadow: none !important;
	transform: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__thumb {
	position: relative !important;
	flex: 0 0 150px !important;
	width: 150px !important;
	height: 110px !important;
	min-height: 110px !important;
	max-height: 110px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: linear-gradient(
		135deg,
		var(--pbs-sky),
		var(--pbs-navy)
	) !important;
}

body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-thumnail-card,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-card-cover,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-thumnail-card-front-wrap,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-swiper,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-wrapper,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-slide,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-slide a,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-slide figure,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-thumnail-card-front-img,
body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-slide img {
	display: block !important;
	width: 100% !important;
	height: 110px !important;
	min-height: 110px !important;
	max-height: 110px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-thumnail-card-front-img,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.swiper-slide img {
	object-fit: cover !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-thumb-top-right {
	top: 8px !important;
	right: 8px !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-mark-as-favorite__btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 30px !important;
	height: 30px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 3px 9px rgba(11, 30, 51, 0.12) !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-swiper__nav,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-swiper__pagination {
	display: none !important;
}

/*
 * Content grid:
 * row 1 — title
 * row 2 — location
 * row 3 — aircraft, delivery and category tags
 * row 4 — price and action
 */
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__content {
	position: relative !important;
	display: grid !important;
	grid-template-columns:
		max-content
		max-content
		minmax(0, 1fr)
		auto !important;
	grid-template-rows: 24px 18px 24px 44px !important;
	flex: 1 1 auto !important;
	gap: 0 6px !important;
	width: auto !important;
	min-width: 0 !important;
	height: 110px !important;
	min-height: 110px !important;
	max-height: 110px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	background: transparent !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info__top,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info__list,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__meta {
	display: contents !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-title {
	grid-column: 1 / -1 !important;
	grid-row: 1 !important;
	display: block !important;
	height: 24px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-title a {
	display: block !important;
	overflow: hidden !important;
	color: var(--pbs-ink) !important;
	font-family: "Space Grotesk", sans-serif !important;
	font-size: 1.1rem !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-title a:hover {
	color: var(--pbs-ink) !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info__list
> .directorist-listing-card-location {
	grid-column: 1 / -1 !important;
	grid-row: 2 !important;
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	width: 100% !important;
	height: 18px !important;
	min-height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--pbs-soft) !important;
	font-size: 0.82rem !important;
	line-height: 18px !important;
	white-space: nowrap !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-card-location-list,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-card-location-list a {
	display: block !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	color: var(--pbs-soft) !important;
	font-size: 0.82rem !important;
	line-height: 18px !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info__list
> li:not(.directorist-listing-card-location),
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-category {
	align-self: center !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info__list
> li:nth-child(2) {
	grid-column: 1 !important;
	grid-row: 3 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info__list
> li:nth-child(3) {
	grid-column: 2 !important;
	grid-row: 3 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info__list
> li:nth-child(n + 4) {
	display: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-category {
	grid-column: 3 !important;
	grid-row: 3 !important;
	justify-self: start !important;
	max-width: 100% !important;
	overflow: hidden !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-single__info__list
> li:not(.directorist-listing-card-location),
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-category a {
	display: inline-flex !important;
	align-items: center !important;
	width: max-content !important;
	max-width: 100% !important;
	height: 19px !important;
	min-height: 19px !important;
	margin: 0 !important;
	padding: 3px 8px !important;
	overflow: hidden !important;
	border: 1px solid var(--pbs-cloud-dim) !important;
	border-radius: 20px !important;
	background: var(--pbs-cloud) !important;
	color: #4a5a6a !important;
	font-size: 0.68rem !important;
	font-weight: 400 !important;
	line-height: 11px !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-category i {
	display: none !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-pricing-meta {
	grid-column: 1 / 4 !important;
	grid-row: 4 !important;
	display: flex !important;
	align-items: center !important;
	align-self: center !important;
	width: auto !important;
	min-width: 0 !important;
	height: 34px !important;
	min-height: 34px !important;
	max-height: 34px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-listing-price,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.ptm-price-converted {
	color: var(--pbs-ink) !important;
	font-family: "JetBrains Mono", monospace !important;
	font-size: 0.92rem !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-card-view-button {
	grid-column: 4 !important;
	grid-row: 4 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: center !important;
	justify-self: end !important;
	min-width: 116px !important;
	height: 34px !important;
	min-height: 34px !important;
	max-height: 34px !important;
	margin: 0 !important;
	padding: 8px 16px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--pbs-navy) !important;
	color: #ffffff !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.8rem !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-card-view-button:hover,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-card-view-button:focus {
	background: var(--pbs-navy) !important;
	color: #ffffff !important;
}

/* ==============================================================
   PAGINATION
   ============================================================== */

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-pagination {
	display: flex !important;
	justify-content: center !important;
	gap: 8px !important;
	margin: 24px 0 0 !important;
	padding: 0 !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-pagination a,
body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-pagination span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 34px !important;
	height: 34px !important;
	margin: 0 !important;
	border: 1px solid var(--pbs-cloud-dim) !important;
	border-radius: 6px !important;
	background: #ffffff !important;
	color: var(--pbs-ink) !important;
	font-size: 0.85rem !important;
}

body.pilotbooker-search-v2-page
.pilotbooker-search-v2
.directorist-pagination .current {
	border-color: var(--pbs-navy) !important;
	background: var(--pbs-navy) !important;
	color: #ffffff !important;
}

/* ==============================================================
   CURRENCY CONTROL
   ============================================================== */

body.pilotbooker-search-v2-page #ptm-currency-switcher {
	position: fixed !important;
	right: 18px !important;
	bottom: 18px !important;
	z-index: 99990 !important;
	width: auto !important;
	max-width: 250px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.pilotbooker-search-v2-page
#ptm-currency-switcher
.pb-currency-toggle {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 116px !important;
	min-height: 42px !important;
	padding: 10px 14px !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 8px !important;
	background: var(--pbs-navy) !important;
	color: #ffffff !important;
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	box-shadow: 0 8px 24px rgba(11, 30, 51, 0.2) !important;
	cursor: pointer !important;
}

body.pilotbooker-search-v2-page
#ptm-currency-switcher:not(.pb-currency-open)
> :not(.pb-currency-toggle) {
	display: none !important;
}

body.pilotbooker-search-v2-page
#ptm-currency-switcher.pb-currency-open {
	width: 230px !important;
	padding: 12px !important;
	border: 1px solid var(--pbs-cloud-dim) !important;
	border-radius: 12px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 34px rgba(11, 30, 51, 0.2) !important;
}

body.pilotbooker-search-v2-page
#ptm-currency-switcher.pb-currency-open
.pb-currency-toggle {
	width: 100% !important;
	margin-bottom: 9px !important;
}

/* ==============================================================
   TABLET
   ============================================================== */

@media (max-width: 980px) {
	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	form.directorist-search-form
	> .directorist-search-form-wrap {
		height: auto !important;
		min-height: 0 !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	form.directorist-search-form
	> .directorist-search-form-wrap
	> .directorist-search-form__box {
		display: grid !important;
		grid-template-columns: 1fr !important;
		grid-template-rows: auto 52px !important;
		gap: 6px !important;
		height: auto !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form__box
	> .directorist-search-form-top {
		grid-column: 1 !important;
		grid-row: 1 !important;
		height: auto !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-top
	> .directorist-search-adv-filter {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		height: auto !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-top
	> .directorist-search-adv-filter
	> .directorist-search-field {
		min-width: 0 !important;
		border-bottom: 1px solid #e7ecf0 !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form__box
	> .directorist-search-form-action {
		grid-column: 1 !important;
		grid-row: 2 !important;
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-action__submit,
	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	button.directorist-btn-search {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.listing-with-sidebar__wrapper {
		grid-template-columns: 230px minmax(0, 1fr) !important;
		column-gap: 22px !important;
	}
}

/* ==============================================================
   MOBILE NAVIGATION AND FILTER DRAWER
   ============================================================== */

@media (max-width: 860px) {
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-navlinks,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-nav-cta {
		display: none !important;
	}

	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-menu-toggle {
		display: inline-flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		gap: 4px !important;
		width: 38px !important;
		height: 38px !important;
		padding: 8px !important;
		border: 1px solid rgba(255, 255, 255, 0.25) !important;
		border-radius: 6px !important;
		background: transparent !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pb-menu-toggle
	> span:not(.screen-reader-text) {
		display: block !important;
		width: 100% !important;
		height: 2px !important;
		background: #ffffff !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pb-mobile-menu:not([hidden]) {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
		padding: 10px 0 18px !important;
		color: #ffffff !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__wrapper {
		display: block !important;
		margin-top: 0 !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.listing-with-sidebar__header {
		margin-bottom: 18px !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.listing-with-sidebar__sidebar {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		z-index: 100000 !important;
		width: min(88vw, 340px) !important;
		height: 100vh !important;
		max-height: 100vh !important;
		padding: 20px !important;
		overflow-y: auto !important;
		border-radius: 0 10px 10px 0 !important;
		transform: translateX(-110%) !important;
		transition: transform 0.2s ease !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.listing-with-sidebar__sidebar.directorist-archive-sidebar-open,
	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.listing-with-sidebar__sidebar.show {
		transform: translateX(0) !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-archive-sidebar-toggle {
		display: inline-flex !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	article.directorist-listing-single {
		height: auto !important;
		min-height: 152px !important;
		max-height: none !important;
	}
}

/* ==============================================================
   SMALL MOBILE
   ============================================================== */

@media (max-width: 600px) {
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pb-wrap {
		padding-right: 16px !important;
		padding-left: 16px !important;
	}

	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-searchbar {
		min-height: 0 !important;
		padding: 12px 0 !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-top
	> .directorist-search-adv-filter {
		grid-template-columns: 1fr !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-top
	> .directorist-search-adv-filter
	> .directorist-search-field {
		min-height: 56px !important;
		border-right: 0 !important;
	}

	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .pbs-results {
		padding: 24px 0 48px !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listings-header {
		align-items: flex-start !important;
		flex-direction: column !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listings-header__actions {
		flex-wrap: wrap !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	article.directorist-listing-single {
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 16px !important;
		padding: 16px !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-single__thumb,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-thumnail-card,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-card-cover,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-thumnail-card-front-wrap,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-swiper,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-wrapper,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-slide,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-slide a,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-slide figure,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .directorist-thumnail-card-front-img,
	body.pilotbooker-search-v2-page .pilotbooker-search-v2 .swiper-slide img {
		width: 100% !important;
		height: 180px !important;
		min-height: 180px !important;
		max-height: 180px !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-single__content {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-rows: auto auto auto auto !important;
		gap: 6px !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		overflow: visible !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-title {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		height: auto !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-title a {
		line-height: 1.3 !important;
		white-space: normal !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-single__info,
	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-single__info__top {
		display: contents !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-single__info__list {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 6px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-single__info__list
	> .directorist-listing-card-location {
		flex-basis: 100% !important;
		width: 100% !important;
		height: auto !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-single__info__list
	> li:nth-child(n + 4) {
		display: inline-flex !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-listing-single__meta {
		grid-column: 1 / -1 !important;
		grid-row: 3 !important;
		display: flex !important;
		margin: 0 !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.directorist-pricing-meta {
		grid-column: 1 !important;
		grid-row: 4 !important;
	}

	body.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-card-view-button {
		grid-column: 2 !important;
		grid-row: 4 !important;
	}

	body.pilotbooker-search-v2-page #ptm-currency-switcher {
		right: 12px !important;
		bottom: 12px !important;
	}
}

/* High-specificity mobile restoration after desktop legacy overrides. */
@media (max-width: 860px) {
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		z-index: 100000 !important;
		width: min(88vw, 340px) !important;
		height: 100vh !important;
		max-height: 100vh !important;
		padding: 20px !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		border-radius: 0 10px 10px 0 !important;
		transform: translateX(-110%) !important;
		transition: transform 0.2s ease !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents.directorist-archive-sidebar-open,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents.show {
		transform: translateX(0) !important;
	}
}

/* ==============================================================
   DESKTOP PIXEL CALIBRATION
   Exact values measured from the approved SkyPath reference at
   a 1311px viewport, while preserving live Directorist controls.
   ============================================================== */

@media (min-width: 981px) {

	/* Header: reference is 64px content + 1px divider. */
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pb-nav {
		height: 64px !important;
		min-height: 0 !important;
		padding: 14px 0 !important;
		gap: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pb-logo {
		height: 28px !important;
		min-height: 28px !important;
		line-height: normal !important;
		letter-spacing: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pb-logo__bug {
		font-size: 1.1rem !important;
		line-height: normal !important;
		letter-spacing: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pb-navlinks {
		font-weight: 400 !important;
		line-height: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pb-btn {
		display: inline-block !important;
		height: auto !important;
		min-height: 0 !important;
		line-height: normal !important;
	}

	/* Search strip: 16px + 61px + 16px = 93px. */
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar {
		height: auto !important;
		min-height: 0 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	form.directorist-search-form
	> .directorist-search-form-wrap {
		height: 61px !important;
		min-height: 61px !important;
		padding: 6px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form__box {
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-rows: 49px !important;
		height: 49px !important;
		gap: 10px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form__box
	> .directorist-search-form-top {
		height: 49px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-top
	> .directorist-search-adv-filter {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		height: 49px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-top
	> .directorist-search-adv-filter
	> .directorist-search-field {
		height: 49px !important;
		min-height: 49px !important;
		padding: 8px 14px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form__box
	> .directorist-search-form-action,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-action__submit {
		width: auto !important;
		min-width: 89px !important;
		max-width: none !important;
		height: 49px !important;
		min-height: 49px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	button.directorist-btn-search {
		width: auto !important;
		min-width: 89px !important;
		max-width: none !important;
		height: 49px !important;
		min-height: 49px !important;
		padding: 0 22px !important;
		line-height: normal !important;
		text-transform: none !important;
	}

	/* Remove legacy Search Result page offsets and nested 24px padding. */
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-archive-contents,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-archive-contents
	> .directorist-container,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-archive-contents
	> .directorist-container-fluid,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-archive-contents
	> .directorist-container
	> .directorist-row,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-archive-contents
	> .directorist-container-fluid
	> .directorist-row,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-archive-contents
	.col-12 {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
		inset: auto !important;
		transform: none !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar {
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Reference layout: 260px + 28px + remaining 844px. */
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__wrapper {
		grid-template-columns: 260px minmax(0, 1fr) !important;
		grid-template-areas:
			"sidebar toolbar"
			"sidebar listings" !important;
		column-gap: 28px !important;
		row-gap: 18px !important;
		width: 100% !important;
		max-width: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Filter card: exact reference width, padding and natural page flow. */
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents {
		display: block !important;
		box-sizing: border-box !important;
		width: 260px !important;
		min-width: 260px !important;
		max-width: 260px !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding: 20px !important;
		overflow: visible !important;
		overflow-x: visible !important;
		overflow-y: visible !important;
		border: 1px solid var(--pbs-cloud-dim) !important;
		border-radius: 10px !important;
		box-shadow: none !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-advanced-filter__top {
		margin: 0 0 16px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-advanced-filter__title {
		font-size: 0.95rem !important;
		font-weight: 700 !important;
		line-height: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-advanced-filter__advanced__element {
		margin: 0 0 22px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar
	.directorist-search-field__label {
		position: static !important;
		display: block !important;
		margin: 0 0 10px !important;
		padding: 0 !important;
		font-family: "JetBrains Mono", monospace !important;
		font-size: 0.78rem !important;
		font-weight: 700 !important;
		line-height: normal !important;
		letter-spacing: 0.04em !important;
		text-transform: uppercase !important;
		color: var(--pbs-muted) !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar
	.directorist-checkbox {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		margin: 0 0 8px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar
	.directorist-checkbox
	input[type="checkbox"],
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar
	.directorist-checkbox
	input[type="radio"] {
		position: static !important;
		display: inline-block !important;
		flex: 0 0 auto !important;
		width: 13px !important;
		height: 13px !important;
		margin: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
		accent-color: var(--pbs-sky) !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar
	.directorist-checkbox__label {
		position: static !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 0.88rem !important;
		font-weight: 400 !important;
		line-height: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar
	.directorist-checkbox__label::before,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar
	.directorist-checkbox__label::after {
		display: none !important;
		content: none !important;
	}

	/* Toolbar: reference control row is 35px high. */
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__header,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listings-header {
		height: 35px !important;
		min-height: 35px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-dropdown__toggle,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-viewas__item,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-archive-sidebar-toggle {
		height: 35px !important;
		min-height: 35px !important;
		padding: 8px 12px !important;
		font-size: 0.85rem !important;
		line-height: normal !important;
	}

	/* Remove all legacy vertical space before the first listing. */
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__listing,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__listing
	.directorist-archive-items,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__listing
	.directorist-archive-grid-view,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__listing
	.directorist-container-fluid,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__listing
	.directorist-row {
		position: relative !important;
		top: auto !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		transform: none !important;
	}

	/* Card: natural 156px reference height, 10px radius, no shadow. */
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	article.directorist-listing-single {
		align-items: flex-start !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 20px !important;
		overflow: visible !important;
		color: var(--pbs-ink) !important;
		font-family: "Inter", sans-serif !important;
		font-size: 16px !important;
		font-weight: 400 !important;
		line-height: normal !important;
		border: 1px solid var(--pbs-cloud-dim) !important;
		border-radius: 10px !important;
		background: #ffffff !important;
		box-shadow: none !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-single__content {
		grid-template-rows: 25px 24px 34px 31px !important;
		height: 114px !important;
		min-height: 114px !important;
		max-height: 114px !important;
		overflow: visible !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-title {
		height: 21px !important;
		max-height: 21px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-title
	a {
		height: 21px !important;
		font-size: 1.1rem !important;
		line-height: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-single__info__list
	> .directorist-listing-card-location,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-card-location-list,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-card-location-list
	a {
		height: 16px !important;
		min-height: 16px !important;
		font-size: 0.82rem !important;
		line-height: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-single__info__list
	> li:not(.directorist-listing-card-location),
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-category
	a {
		height: 22px !important;
		min-height: 22px !important;
		padding: 3px 8px !important;
		font-size: 0.68rem !important;
		line-height: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-pricing-meta {
		height: 31px !important;
		min-height: 31px !important;
		max-height: 31px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.directorist-listing-price,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.ptm-price-converted {
		font-size: 0.92rem !important;
		font-weight: 400 !important;
		line-height: normal !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.pbs-card-view-button {
		display: inline-block !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		padding: 8px 16px !important;
		line-height: normal !important;
	}
}

/* ==============================================================
   FINAL SEARCH + FILTER INTERNAL CALIBRATION
   Matches the approved SkyPath sample while preserving Directorist.
   ============================================================== */

@media (min-width: 981px) {

	/* ----------------------------------------------------------
	   SEARCH BAR: remove the unintended inner border and make
	   every field use the same vertical alignment.
	   ---------------------------------------------------------- */

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form__box {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		grid-template-rows: 49px !important;
		align-items: stretch !important;
		width: 100% !important;
		height: 49px !important;
		min-height: 49px !important;
		margin: 0 !important;
		padding: 0 !important;
		gap: 10px !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form__box::before,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form__box::after {
		display: none !important;
		content: none !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-top
	> .directorist-search-adv-filter
	> .directorist-search-field {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		justify-content: center !important;
		width: auto !important;
		min-width: 0 !important;
		height: 49px !important;
		min-height: 49px !important;
		max-height: 49px !important;
		margin: 0 !important;
		padding: 8px 14px !important;
		border: 0 !important;
		border-right: 1px solid #e7ecf0 !important;
		border-radius: 0 !important;
		background: #ffffff !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-form-top
	> .directorist-search-adv-filter
	> .directorist-search-field:last-child {
		border-right: 0 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.pbs-field-kicker {
		position: static !important;
		display: block !important;
		flex: 0 0 12px !important;
		width: auto !important;
		height: 12px !important;
		min-height: 12px !important;
		max-height: 12px !important;
		margin: 0 0 2px !important;
		padding: 0 !important;
		font-family: "JetBrains Mono", monospace !important;
		font-size: 0.6rem !important;
		font-weight: 500 !important;
		line-height: 12px !important;
		letter-spacing: 0 !important;
		text-transform: uppercase !important;
		color: #8a99a8 !important;
		transform: none !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	input.directorist-form-element,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-search-basic-dropdown-label,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.select2-selection,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.select2-selection__rendered {
		position: static !important;
		display: flex !important;
		flex: 0 0 23px !important;
		align-items: center !important;
		width: 100% !important;
		height: 23px !important;
		min-height: 23px !important;
		max-height: 23px !important;
		margin: 0 !important;
		padding: 0 24px 0 0 !important;
		inset: auto !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: hidden !important;
		font-family: "Inter", sans-serif !important;
		font-size: 0.9rem !important;
		font-weight: 600 !important;
		line-height: 20.88px !important;
		color: var(--pbs-ink) !important;
		transform: none !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	input.directorist-form-element {
		display: block !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.select2-selection__arrow {
		top: 0 !important;
		right: 0 !important;
		height: 23px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-btn-search {
		gap: 0 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-btn-search
	.directorist-icon-mask,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-searchbar
	.directorist-btn-search
	i {
		display: none !important;
	}

	/* ----------------------------------------------------------
	   RESULTS GRID: an explicit first row prevents the tall
	   sidebar from pushing the first listing hundreds of pixels
	   below the toolbar.
	   ---------------------------------------------------------- */

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__wrapper {
		grid-template-columns: 260px minmax(0, 1fr) !important;
		grid-template-rows: 35px auto !important;
		grid-template-areas:
			"sidebar toolbar"
			"sidebar listings" !important;
		column-gap: 28px !important;
		row-gap: 18px !important;
		align-content: start !important;
		align-items: start !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__header {
		grid-column: 2 !important;
		grid-row: 1 !important;
		align-self: start !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__listing {
		grid-column: 2 !important;
		grid-row: 2 !important;
		align-self: start !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents {
		grid-column: 1 !important;
		grid-row: 1 / span 2 !important;
		align-self: start !important;
	}

	/* ----------------------------------------------------------
	   FILTER CARD: one outer border only, sample typography,
	   consistent 22px groups and 8px checkbox rows.
	   ---------------------------------------------------------- */

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	form.directorist-advanced-search,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-form__box,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-advanced-filter,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-advanced-filter__advanced {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-form__box::before,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-form__box::after {
		display: none !important;
		content: none !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-advanced-filter__top {
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 0 16px !important;
		padding: 0 !important;
		border: 0 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-advanced-filter__title {
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		font-family: "Space Grotesk", sans-serif !important;
		font-size: 0.95rem !important;
		font-weight: 700 !important;
		line-height: normal !important;
		color: var(--pbs-ink) !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-advanced-filter__advanced__element {
		position: relative !important;
		display: block !important;
		flex: none !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 0 22px !important;
		padding: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: visible !important;
		font-family: "Inter", sans-serif !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-advanced-filter__advanced__element:last-child {
		margin-bottom: 0 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-advanced-filter__advanced__element
	> .directorist-search-field__label {
		position: static !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 0 10px !important;
		padding: 0 !important;
		inset: auto !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		font-family: "JetBrains Mono", monospace !important;
		font-size: 0.78rem !important;
		font-weight: 600 !important;
		line-height: normal !important;
		letter-spacing: 0.04em !important;
		text-transform: uppercase !important;
		color: #5c6e80 !important;
		transform: none !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-select
	.select2-container {
		display: block !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-select
	.select2-selection--single {
		position: relative !important;
		display: flex !important;
		align-items: center !important;
		width: 100% !important;
		height: 34px !important;
		min-height: 34px !important;
		max-height: 34px !important;
		margin: 0 !important;
		padding: 6px 24px 6px 0 !important;
		border: 0 !important;
		border-bottom: 1px solid #dce4ea !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		overflow: hidden !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-select
	.select2-selection__rendered {
		position: static !important;
		display: block !important;
		width: 100% !important;
		height: 22px !important;
		min-height: 22px !important;
		max-height: 22px !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent !important;
		overflow: hidden !important;
		font-family: "Inter", sans-serif !important;
		font-size: 0.88rem !important;
		font-weight: 400 !important;
		line-height: 22px !important;
		color: #334 !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-select
	.select2-selection__arrow {
		top: 0 !important;
		right: 0 !important;
		width: 20px !important;
		height: 34px !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-checkbox
	.directorist-checkbox-wrapper {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-checkbox
	.directorist-checkbox {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 0 8px !important;
		padding: 0 !important;
		font-family: "Inter", sans-serif !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-checkbox
	.directorist-checkbox:last-child {
		margin-bottom: 0 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-checkbox
	.directorist-checkbox
	input[type="checkbox"],
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-checkbox
	.directorist-checkbox
	input[type="radio"] {
		position: static !important;
		display: inline-block !important;
		flex: 0 0 13px !important;
		width: 13px !important;
		height: 13px !important;
		margin: 0 !important;
		padding: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		appearance: auto !important;
		-webkit-appearance: auto !important;
		accent-color: var(--pbs-sky) !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-checkbox
	.directorist-checkbox__label {
		position: static !important;
		display: block !important;
		flex: 1 1 auto !important;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		font-family: "Inter", sans-serif !important;
		font-size: 0.88rem !important;
		font-weight: 400 !important;
		line-height: 1.35 !important;
		letter-spacing: normal !important;
		color: #334 !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-checkbox
	.directorist-checkbox__label::before,
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	aside.listing-with-sidebar__sidebar.left-sidebar-contents
	.directorist-search-field-checkbox
	.directorist-checkbox__label::after {
		display: none !important;
		content: none !important;
	}
}

/* ==============================================================
   CONSOLIDATED SELECT CONTROLS
   Search Category, sidebar filters and Sort By
   ============================================================== */

/* --------------------------------------------------------------
   Shared typography
   -------------------------------------------------------------- */

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field-kicker {
	color: #8a99a8 !important;
	font-family: "JetBrains Mono", monospace !important;
	font-size: 0.6rem !important;
	font-weight: 400 !important;
	line-height: 12px !important;
	letter-spacing: normal !important;
	text-transform: uppercase !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.directorist-listing-price,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.ptm-price-converted {
	color: #0b1e33 !important;
	font-family: "JetBrains Mono", monospace !important;
	font-size: 0.92rem !important;
	font-weight: 400 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	font-variant-numeric: tabular-nums !important;
}

/* --------------------------------------------------------------
   Search-bar Category: full selected name
   -------------------------------------------------------------- */

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-container {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 23px !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection--single {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 23px !important;
	min-height: 23px !important;
	max-height: 23px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection__rendered,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection__placeholder {
	position: static !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 23px !important;
	min-height: 23px !important;
	max-height: 23px !important;
	margin: 0 !important;
	padding: 0 46px 0 0 !important;
	overflow: hidden !important;
	color: #0b1e33 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	letter-spacing: normal !important;
	text-overflow: ellipsis !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection__clear {
	position: absolute !important;
	top: 50% !important;
	right: 24px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #a8b2bc !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	transform: translateY(-50%) !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection__arrow {
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	transform: translateY(-50%) !important;
}

/* --------------------------------------------------------------
   Sidebar filter dropdowns
   -------------------------------------------------------------- */

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	margin: 0 0 22px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	overflow: visible !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
> .directorist-search-field__label {
	position: static !important;
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 0 8px !important;
	padding: 0 !important;
	inset: auto !important;
	border: 0 !important;
	background: transparent !important;
	color: #5c6e80 !important;
	font-family: "JetBrains Mono", monospace !important;
	font-size: 0.72rem !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	letter-spacing: 0.04em !important;
	text-transform: uppercase !important;
	transform: none !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
.select2-container {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
select.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	white-space: nowrap !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
.select2-selection,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
.select2-selection--single {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 42px !important;
	min-height: 42px !important;
	max-height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid #dce4ea !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	cursor: pointer !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
.select2-selection__rendered,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
.select2-selection__placeholder {
	position: static !important;
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	margin: 0 !important;
	padding: 0 40px 0 14px !important;
	overflow: hidden !important;
	color: #333344 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 40px !important;
	letter-spacing: normal !important;
	text-overflow: ellipsis !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
.select2-selection__arrow {
	display: none !important;
}

/* Use Directorist's own arrow so it remains stable after AJAX. */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
.directorist-search-field__btn--toggle {
	position: absolute !important;
	right: 12px !important;
	bottom: 13px !important;
	z-index: 4 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: none !important;
	transform: none !important;
}

/* Clear X is available only when JavaScript adds this class. */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select
.directorist-search-field__btn--clear {
	position: absolute !important;
	right: 34px !important;
	bottom: 13px !important;
	z-index: 5 !important;
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	width: 16px !important;
	height: 16px !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	transform: none !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select.pbs-has-filter-value
.directorist-search-field__btn--clear {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	cursor: pointer !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.directorist-search-field-select.pbs-has-filter-value
.select2-selection__rendered {
	padding-right: 58px !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.select2-container--focus
.select2-selection,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar.left-sidebar-contents
.select2-container--open
.select2-selection {
	border-color: #2d6fa3 !important;
	outline: 2px solid rgba(45, 111, 163, 0.12) !important;
	outline-offset: 1px !important;
	box-shadow: none !important;
}

/* --------------------------------------------------------------
   Shared Select2 popup: Category and sidebar filters
   -------------------------------------------------------------- */

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open {
	z-index: 999999 !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-dropdown {
	width: 360px !important;
	min-width: 360px !important;
	max-width: calc(100vw - 32px) !important;
	margin-top: 6px !important;
	overflow: hidden !important;
	border: 1px solid #dce4ea !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	color: #333344 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	line-height: normal !important;
	box-shadow: 0 10px 28px rgba(11, 30, 51, 0.12) !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-search--dropdown {
	padding: 12px !important;
	border-bottom: 1px solid #eef2f5 !important;
	background: #ffffff !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-search__field {
	width: 100% !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 8px 12px !important;
	border: 1px solid #dce4ea !important;
	border-radius: 6px !important;
	background: #ffffff !important;
	color: #333344 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	line-height: normal !important;
	outline: none !important;
	box-shadow: none !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-search__field:focus {
	border-color: #2d6fa3 !important;
	outline: 2px solid rgba(45, 111, 163, 0.12) !important;
	outline-offset: 1px !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results {
	padding: 0 !important;
	background: #ffffff !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__options {
	max-height: 280px !important;
	margin: 0 !important;
	padding: 6px 0 !important;
	scrollbar-width: thin !important;
	scrollbar-color: #b7c2cc transparent !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__option {
	display: flex !important;
	align-items: center !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 9px 14px !important;
	overflow: hidden !important;
	background: #ffffff !important;
	color: #333344 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	letter-spacing: normal !important;
	text-overflow: ellipsis !important;
	text-transform: none !important;
	white-space: nowrap !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__option--highlighted,
body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__option--highlighted[aria-selected] {
	background: #f7f9fb !important;
	color: #0b1e33 !important;
	font-weight: 400 !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__option[aria-selected="true"],
body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__option--selected {
	background: #eef3f7 !important;
	color: #0b1e33 !important;
	font-weight: 500 !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__option--highlighted[aria-selected="true"] {
	background: #e4edf4 !important;
	color: #0b1e33 !important;
	font-weight: 500 !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__options::-webkit-scrollbar {
	width: 8px !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__options::-webkit-scrollbar-track {
	background: transparent !important;
}

body.page-id-8.pilotbooker-search-v2-page
.select2-container--open
.select2-results__options::-webkit-scrollbar-thumb {
	border: 2px solid #ffffff !important;
	border-radius: 999px !important;
	background: #b7c2cc !important;
}

/* --------------------------------------------------------------
   Sort By dropdown
   -------------------------------------------------------------- */

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown {
	position: relative !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown
.directorist-dropdown__toggle {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	min-width: 104px !important;
	height: 38px !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 0 12px !important;
	border: 1px solid #dce4ea !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	color: #0b1e33 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.85rem !important;
	font-weight: 500 !important;
	line-height: normal !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown
.directorist-dropdown__toggle:hover {
	border-color: #c8d4dd !important;
	background: #ffffff !important;
	color: #0b1e33 !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown
.directorist-dropdown__links {
	width: 260px !important;
	min-width: 260px !important;
	max-width: calc(100vw - 32px) !important;
	margin: 8px 0 0 !important;
	padding: 6px 0 !important;
	overflow: hidden !important;
	border: 1px solid #dce4ea !important;
	border-radius: 10px !important;
	background: #ffffff !important;
	box-shadow: 0 10px 28px rgba(11, 30, 51, 0.12) !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown
.directorist-dropdown__links
li {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown
.directorist-dropdown__links
li
a,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown
.directorist-dropdown__links__single,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.pbs-sort-reset-button {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 38px !important;
	margin: 0 !important;
	padding: 9px 14px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #ffffff !important;
	color: #333344 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 400 !important;
	line-height: 1.35 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	text-transform: none !important;
	white-space: nowrap !important;
	box-shadow: none !important;
	cursor: pointer !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown
.directorist-dropdown__links
li
a:hover,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-dropdown
.directorist-dropdown__links__single:hover,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.pbs-sort-reset-button:hover {
	background: #f7f9fb !important;
	color: #0b1e33 !important;
	font-weight: 400 !important;
}

/* --------------------------------------------------------------
   Responsive popup safety
   -------------------------------------------------------------- */

@media (max-width: 980px) {
	body.page-id-8.pilotbooker-search-v2-page
	.select2-container--open
	.select2-dropdown {
		width: calc(100vw - 32px) !important;
		min-width: 0 !important;
		max-width: calc(100vw - 32px) !important;
	}

	body.page-id-8.pilotbooker-search-v2-page
	.select2-container--open
	.select2-results__option {
		white-space: normal !important;
	}
}

@media (max-width: 600px) {
	body.page-id-8.pilotbooker-search-v2-page
	.pilotbooker-search-v2
	.pbs-results
	.listing-with-sidebar__header
	.directorist-dropdown
	.directorist-dropdown__links {
		width: 240px !important;
		min-width: 240px !important;
		max-width: calc(100vw - 24px) !important;
	}
}

/* ==============================================================
   FILTER PANEL — LARGE CLEAR ALL BUTTON
   ============================================================== */

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar
.directorist-advanced-filter__action {
	display: flex !important;
	width: 100% !important;
	margin: 26px 0 0 !important;
	padding: 18px 0 0 !important;
	border-top: 1px solid #dce4ea !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar
.directorist-btn-reset-js,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar
.directorist-btn-reset-ajax {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;

	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;

	margin: 0 !important;
	padding: 0 18px !important;

	border: 1px solid #0b1e33 !important;
	border-radius: 8px !important;

	background: #ffffff !important;
	color: #0b1e33 !important;

	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	letter-spacing: normal !important;
	text-decoration: none !important;
	text-transform: none !important;

	box-shadow: none !important;
	cursor: pointer !important;
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		border-color 0.18s ease !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar
.directorist-btn-reset-js:hover,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar
.directorist-btn-reset-ajax:hover {
	border-color: #0b1e33 !important;
	background: #0b1e33 !important;
	color: #ffffff !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar
.directorist-btn-reset-js:focus-visible,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
aside.listing-with-sidebar__sidebar
.directorist-btn-reset-ajax:focus-visible {
	outline: 3px solid rgba(45, 111, 163, 0.2) !important;
	outline-offset: 2px !important;
}

/* ==============================================================
   FINAL SEARCH CONTROL HARMONY
   Aircraft selected text, manual location and one category arrow.
   ============================================================== */

/*
 * Aircraft / Rating:
 * Directorist keeps the checked value correctly but outputs a
 * generic "Selected Aircraft Type" summary. JavaScript replaces
 * that direct text node with the selected aircraft name.
 */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--aircraft
.directorist-search-basic-dropdown-selected-prefix,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--aircraft
.directorist-search-basic-dropdown-selected-count {
	display: none !important;
	visibility: hidden !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--aircraft
.directorist-search-basic-dropdown-label {
	display: block !important;
	width: 100% !important;
	min-width: 0 !important;
	height: 23px !important;
	min-height: 23px !important;
	max-height: 23px !important;
	margin: 0 !important;
	padding: 0 24px 0 0 !important;
	overflow: hidden !important;
	color: #0b1e33 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	line-height: 23px !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

/*
 * Location:
 * Remove only the current-location/crosshair control. Manual city,
 * country and training-location search remains fully available.
 */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-location
.directorist-input-icon {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/*
 * Category:
 * Directorist and Select2 both output an arrow/control. Keep the
 * Select2 arrow and hide Directorist's duplicate control.
 */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--category
.directorist-search-field__btn--toggle,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.directorist-search-field__btn--toggle {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Remove any theme-generated second arrow on the selection itself. */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--category
.select2-selection::before,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--category
.select2-selection::after,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection::before,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection::after {
	display: none !important;
	content: none !important;
}

/* Draw one clean chevron in the same position as Aircraft / Rating. */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--category
.select2-selection__arrow,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection__arrow {
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	transform: translateY(-50%) !important;
	pointer-events: none !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--category
.select2-selection__arrow
b,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection__arrow
b {
	position: absolute !important;
	top: 4px !important;
	left: 4px !important;
	display: block !important;
	width: 7px !important;
	height: 7px !important;
	margin: 0 !important;
	border: 0 !important;
	border-right: 1.5px solid #8a99a8 !important;
	border-bottom: 1.5px solid #8a99a8 !important;
	transform: rotate(45deg) !important;
	transform-origin: center !important;
	transition:
		top 0.16s ease,
		transform 0.16s ease !important;
}

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--category
.select2-container--open
.select2-selection__arrow
b,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-container--open
.select2-selection__arrow
b {
	top: 7px !important;
	transform: rotate(225deg) !important;
}

/* Keep the three interactive values visually aligned. */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--aircraft
.directorist-search-basic-dropdown-label,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--location
input.directorist-form-element,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--category
.select2-selection__rendered {
	color: #0b1e33 !important;
	font-family: "Inter", sans-serif !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	line-height: 23px !important;
}

/* ==============================================================
   SEARCH CATEGORY — ONE ARROW ONLY
   Hide Directorist's regenerated add-on arrow.
   Keep the normal Select2 arrow.
   ============================================================== */

body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-field:has(select[name="in_cat"])
.directorist-select2-addons-area,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-field:has(select[name="in_cat"])
.directorist-select2-dropdown-toggle,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.directorist-select2-addons-area,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.directorist-select2-dropdown-toggle {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/* Keep one clean Select2 arrow visible and centred. */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-field:has(select[name="in_cat"])
.select2-selection__arrow,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.select2-selection__arrow {
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: translateY(-50%) !important;
	pointer-events: none !important;
}

/* ==============================================================
   FINAL SEARCH TOOLBAR AND CATEGORY CONTROLS
   - Keep one Category arrow
   - Lock results to the approved list design
   - Remove grid/list switching
   - Remove Show Map
   ============================================================== */

/*
 * Category:
 * Hide the extra arrow that Directorist regenerates after loading.
 * Keep the normal Select2 arrow already styled above.
 */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.pbs-field--category
.directorist-select2-dropdown-toggle,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-searchbar
.directorist-search-form-top
> .directorist-search-adv-filter
> .directorist-search-field:nth-child(4)
.directorist-select2-dropdown-toggle {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/*
 * Results view:
 * The PilotBooker card is intentionally one consistent horizontal
 * layout, so remove Directorist's incompatible view switcher.
 */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-viewas,
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
.directorist-viewas__item {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

/*
 * Map:
 * Remove the Show Map link and its immediate toolbar wrapper.
 * Manual location typing and location suggestions remain available.
 */
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
a[href*="view=map"],
body.page-id-8.pilotbooker-search-v2-page
.pilotbooker-search-v2
.pbs-results
.listing-with-sidebar__header
*:has(> a[href*="view=map"]) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
/* ==============================================================
   v1.9.19 — ONE SEARCH/FILTER SYSTEM
   The approved PilotBooker search bar and catalogue controls remain.
   Directorist's duplicate nested search and sidebar controls are retired.
   ============================================================== */
.pilotbooker-search-v2 .pbs-results .listing-with-sidebar__searchform,
.pilotbooker-search-v2 .pbs-results aside.listing-with-sidebar__sidebar,
.pilotbooker-search-v2 .pbs-results .directorist-search-modal {
	display: none !important;
}

.pilotbooker-search-v2 .pbs-results .listing-with-sidebar,
.pilotbooker-search-v2 .pbs-results .listing-with-sidebar__content,
.pilotbooker-search-v2 .pbs-results .directorist-archive-contents,
.pilotbooker-search-v2 .pbs-results .directorist-listing-single {
	width: 100% !important;
	max-width: 100% !important;
}

.pilotbooker-search-v2 .pbs-results--consolidated .listing-with-sidebar {
	display: block !important;
}
