/* Elite Hire Booking Suite frontend styles.
 * Restores the original Elite Hire/WCBC visual language with leaner shared rules.
 */

:root,
.ehbs-catalog-mode-switch,
.ehbs-buy-hire-toggle,
.ehbs-option-switch,
.ehbs-loop-options,
.ehbs-price-card,
.ehbs-installation-warning,
.wcbc-mode-toggle,
.wcbc-variant-switch,
.wcbc-loop-options,
.wcbc-badges-inline,
.wcbc-badge-wrap,
.elite-hire-price-card {
	--ehbs-accent: #f6bf1a;
	--ehbs-accent-alt: #f4c400;
	--ehbs-graphite: #4a4f4f;
	--ehbs-graphite-dark: #424949;
	--ehbs-toggle-inactive: #e5e9e9;
	--ehbs-toggle-inactive-hover: #d8dddd;
	--ehbs-toggle-text: #111111;
	--ehbs-ink: #111111;
	--ehbs-muted: #edefef;
	--ehbs-soft: #f2f2f2;
	--ehbs-white: #ffffff;
	--ehbs-transition: all 0.3s ease-in-out;
}

/* Booking product layout polish. */
.single-product div.product.product-type-booking form.cart,
.single-product div.product form.cart .wc-bookings-booking-form,
.single-product div.product form.cart .wc-bookings-booking-form > fieldset {
	clear: both;
	display: block;
	float: none;
}

.single-product div.product.product-type-booking form.cart {
	align-items: flex-start;
	flex-direction: column;
}

.single-product div.product.product-type-booking form.cart .single_add_to_cart_button,
.single-product div.product.product-type-booking form.cart button[type="submit"] {
	clear: both;
	display: block;
	float: none;
	margin-left: 0;
	margin-top: 18px;
}

.single-product div.product.product-type-booking .wc-bookings-booking-cost {
	clear: both;
}

.wc-bookings-booking-form .elite-hire-persons-input,
.wc-bookings-booking-form input[name*="person"],
.wc-bookings-booking-form input[id*="person"],
.wc-bookings-booking-form input.qty[name="quantity"] {
	display: inline-block;
	margin-left: 0.5em;
	max-width: 6em;
	vertical-align: middle;
}

.wc-bookings-booking-form .person_types .person_type label,
.wc-bookings-booking-form .wc-bookings-booking-cost,
.wc-bookings-booking-form p,
.wc-bookings-booking-form small {
	word-break: break-word;
}


.ehbs-booking-selection-summary {
	align-items: center;
	clear: both;
	color: var(--ehbs-ink);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.92rem;
	gap: 0.35rem 1rem;
	line-height: 1.35;
	margin: 0.65rem 0 1rem;
	max-width: min(34rem, 100%);
}

.ehbs-booking-selection-summary[hidden] {
	display: none !important;
}

.ehbs-booking-selection-summary strong {
	font-weight: 800;
}

/* Catalog mode explainer. */
.ehbs-catalog-mode-switch,
.wcbc-catalog-mode-switch {
	align-items: center;
	background: #f7f8f8;
	border-left: 5px solid var(--ehbs-accent);
	border-radius: 1rem;
	box-sizing: border-box;
	clear: both;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin: 0 0 1.5rem;
	padding: 1rem 1.15rem;
}

.ehbs-catalog-mode-switch__copy {
	flex: 1 1 auto;
	min-width: 0;
}

.ehbs-catalog-mode-switch__eyebrow {
	color: var(--ehbs-graphite);
	display: block;
	font-family: raleway, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin: 0 0 0.25rem;
	text-transform: uppercase;
}

.ehbs-catalog-mode-switch__title {
	color: var(--ehbs-ink);
	font-family: raleway, sans-serif;
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 800;
	line-height: 1.25;
	margin: 0 0 0.25rem;
}

.ehbs-catalog-mode-switch__description {
	color: var(--ehbs-graphite);
	font-size: 0.95rem;
	line-height: 1.45;
	margin: 0;
}

.ehbs-catalog-mode-switch .ehbs-buy-hire-toggle,
.ehbs-catalog-mode-switch .wcbc-mode-toggle,
.ehbs-catalog-mode-switch .ehbs-mode-toggle,
.wcbc-catalog-mode-switch .ehbs-buy-hire-toggle,
.wcbc-catalog-mode-switch .wcbc-mode-toggle,
.wcbc-catalog-mode-switch .ehbs-mode-toggle {
	flex: 0 0 auto;
	margin: 0;
}

/* Buy / Hire toggle. */
.ehbs-buy-hire-toggle,
.wcbc-mode-toggle,
.ehbs-mode-toggle {
	align-items: stretch;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	box-sizing: border-box;
	clear: both;
	display: inline-flex;
	margin: 0.4rem 0 1.25rem;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
	width: auto;
}

.ehbs-buy-hire-toggle.is-hidden,
.wcbc-mode-toggle.is-hidden,
.ehbs-mode-toggle.is-hidden {
	display: none !important;
}

.ehbs-toggle-link,
.wcbc-mode-toggle__option,
.ehbs-mode-toggle__option {
	align-items: center;
	background: var(--ehbs-toggle-inactive);
	border: 0 !important;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--ehbs-toggle-text);
	display: inline-flex;
	font-family: raleway, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1.2;
	min-width: 7.5rem;
	padding: 0.68rem 1.25rem;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}



.ehbs-toggle-link:hover,
.ehbs-toggle-link:focus,
.wcbc-mode-toggle__option:hover,
.wcbc-mode-toggle__option:focus,
.ehbs-mode-toggle__option:hover,
.ehbs-mode-toggle__option:focus {
	background: var(--ehbs-toggle-inactive-hover);
	color: var(--ehbs-toggle-text);
	text-decoration: none !important;
}


.ehbs-toggle-link.is-active,
.wcbc-mode-toggle__option.is-active,
.ehbs-mode-toggle__option.is-active {
	background: var(--ehbs-accent);
	color: #000000;
	cursor: default;
}

.ehbs-toggle-link.is-active:hover,
.ehbs-toggle-link.is-active:focus,
.wcbc-mode-toggle__option.is-active:hover,
.wcbc-mode-toggle__option.is-active:focus,
.ehbs-mode-toggle__option.is-active:hover,
.ehbs-mode-toggle__option.is-active:focus {
	background: var(--ehbs-accent);
	color: #000000;
}


.ehbs-toggle-link.is-disabled,
.ehbs-toggle-link[aria-disabled="true"],
.wcbc-mode-toggle__option.is-disabled,
.wcbc-mode-toggle__option[aria-disabled="true"],
.ehbs-mode-toggle__option.is-disabled,
.ehbs-mode-toggle__option[aria-disabled="true"] {
	cursor: not-allowed;
	filter: grayscale(18%);
	opacity: 0.5;
	pointer-events: none;
}

.summary .ehbs-buy-hire-toggle,
.summary .wcbc-mode-toggle,
.summary .ehbs-mode-toggle,
.single-product .ehbs-buy-hire-toggle,
.single-product .wcbc-mode-toggle,
.single-product .ehbs-mode-toggle {
	margin: 0.75rem 0 1.35rem;
}

.single-product div.product .summary .ehbs-buy-hire-toggle,
.single-product div.product .summary .wcbc-mode-toggle,
.single-product div.product .summary .ehbs-mode-toggle {
	clear: both;
	display: flex !important;
	float: none;
	justify-content: flex-start;
	margin-left: 0 !important;
	margin-right: auto !important;
	text-align: left;
	width: fit-content;
}

/* Variant/select switchers. */
.ehbs-option-switch,
.wcbc-variant-switch,
.ehbs-single-variant-switch {
	clear: both;
	margin: 1rem 0;
	max-width: 420px;
}

.ehbs-option-switch label,
.wcbc-variant-switch label,
.ehbs-single-variant-switch label {
	color: var(--ehbs-graphite);
	display: block;
	font-family: raleway, sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 0 0 0.5rem;
}

.ehbs-option-select,
.wcbc-variant-select,
.ehbs-hire-variant-select,
.ehbs-hire-attribute-select {
	background-color: var(--ehbs-white);
	border: 1px solid var(--ehbs-muted);
	border-radius: 0.5rem;
	box-shadow: none;
	color: var(--ehbs-graphite);
	font-family: raleway, sans-serif;
	font-size: 0.95rem;
	line-height: 1.3;
	max-width: 28rem;
	min-height: 3rem;
	padding: 0.7rem 0.9rem;
	transition: var(--ehbs-transition);
	width: 100%;
}

.ehbs-option-select:focus,
.wcbc-variant-select:focus,
.ehbs-hire-variant-select:focus,
.ehbs-hire-attribute-select:focus {
	border-color: var(--ehbs-accent);
	box-shadow: 0 0 0 3px rgba(246, 191, 26, 0.18);
	outline: none;
}

.ehbs-hire-attribute-field {
	margin: 0 0 10px;
}



.ehbs-option-switch__heading {
	color: var(--ehbs-graphite);
	display: block;
	font-family: raleway, sans-serif;
	font-weight: 800;
	letter-spacing: 0.01em;
	margin: 0 0 0.65rem;
}

.ehbs-option-switch--attributes.is-unavailable-selection .ehbs-hire-attribute-select {
	border-color: #cc1818;
	box-shadow: 0 0 0 3px rgba(204, 24, 24, 0.12);
}

/* Loop option pills and badges. */
.ehbs-loop-options,
.wcbc-loop-options,
.ehbs-loop-variant-pills,
.ehbs-loop-buy-link,
.wcbc-badges-inline,
.wcbc-badge-wrap {
	align-items: center;
	color: var(--ehbs-graphite);
	display: flex;
	flex-wrap: wrap;
	font-family: raleway, sans-serif;
	font-size: 0.875rem;
	gap: 0.45rem;
	line-height: 1.35;
	margin: 0.65rem 0 0.15rem;
}

.products .product .ehbs-loop-options,
.products .product .wcbc-loop-options,
.products .product .wcbc-badges-inline,
.products .product .ehbs-loop-variant-pills {
	justify-content: center;
}

.ehbs-loop-options strong,
.wcbc-loop-options strong {
	color: var(--ehbs-graphite);
	font-weight: 700;
	margin-right: 0.15rem;
}

.ehbs-option-pill,
.ehbs-buy-pill,
.wcbc-pill,
.wcbc-more {
	align-items: center;
	background: var(--ehbs-white);
	border: 1px solid var(--ehbs-muted);
	border-radius: 999px;
	color: var(--ehbs-graphite);
	display: inline-flex;
	font-family: raleway, sans-serif;
	font-size: 0.8rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.2;
	min-height: 2rem;
	padding: 0.35rem 0.8rem;
	text-decoration: none;
	transition: var(--ehbs-transition);
	white-space: nowrap;
}

.ehbs-option-pill:hover,
.ehbs-option-pill:focus,
.ehbs-option-pill.is-active,
.ehbs-buy-pill:hover,
.ehbs-buy-pill:focus,
.wcbc-pill:hover,
.wcbc-pill:focus,
.wcbc-pill.is-active {
	background: var(--ehbs-accent);
	border-color: var(--ehbs-accent);
	color: #000000;
	font-weight: 800;
	text-decoration: none;
}

.wcbc-more,
.ehbs-option-pill--more {
	background: var(--ehbs-soft);
	cursor: default;
	opacity: 0.78;
}

.wcbc-badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-family: raleway, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	justify-content: center;
	letter-spacing: 0.02em;
	line-height: 1.2;
	min-height: 1.9rem;
	padding: 0.3rem 0.75rem;
	text-decoration: none;
	transition: var(--ehbs-transition);
	white-space: nowrap;
}

.wcbc-badge:hover,
.wcbc-badge:focus {
	text-decoration: none;
}

.wcbc-badge--hire {
	background: var(--ehbs-accent);
	color: #000000;
}

.wcbc-badge--sale,
.wcbc-badge--available {
	background: var(--ehbs-white);
	border: 1px solid var(--ehbs-muted);
	color: var(--ehbs-graphite);
}

.wcbc-badge--sale:hover,
.wcbc-badge--sale:focus,
.wcbc-badge--available:hover,
.wcbc-badge--available:focus {
	background: var(--ehbs-accent);
	border-color: var(--ehbs-accent);
	color: #000000;
}

/* Branded hire price card. */
.elite-hire-price-card,
.ehbs-price-card {
	--ehbs-card-muted: rgba(255, 255, 255, 0.78);
	--ehbs-card-rule: rgba(244, 196, 0, 0.32);
	--ehbs-card-shadow: 0 14px 34px rgba(17, 17, 17, 0.14);

	align-items: center;
	background: var(--ehbs-graphite) !important;
	border: 0;
	border-radius: 16px;
	box-shadow: var(--ehbs-card-shadow);
	box-sizing: border-box;
	color: var(--ehbs-white);
	display: inline-flex;
	flex-wrap: wrap;
	font-family: inherit;
	gap: 6px 0;
	isolation: isolate;
	line-height: 1.15;
	margin: 0 0 20px;
	max-width: 100%;
	overflow: hidden;
	padding: 16px 22px;
	position: relative;
	width: fit-content;
}

.elite-hire-price-card *,
.elite-hire-price-card *::before,
.elite-hire-price-card *::after,
.ehbs-price-card *,
.ehbs-price-card *::before,
.ehbs-price-card *::after {
	box-sizing: border-box;
}

.elite-hire-price-card::before,
.ehbs-price-card::before {
	background: var(--ehbs-accent-alt);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 6px;
	z-index: -1;
}

.elite-hire-price-card__item {
	align-items: flex-start;
	display: inline-flex;
	flex: 0 1 auto;
	flex-direction: column;
	gap: 4px;
	justify-content: flex-start;
	min-width: 0;
	padding: 4px 18px;
	white-space: nowrap;
}

.elite-hire-price-card__item:first-child {
	padding-left: 0;
}

.elite-hire-price-card__item:last-child {
	padding-right: 0;
}

.elite-hire-price-card__item + .elite-hire-price-card__item {
	border-left: 1px solid var(--ehbs-card-rule);
}

.elite-hire-price-card__label,
.elite-hire-price-card__unit {
	color: var(--ehbs-card-muted);
	display: inline-block;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.15 !important;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.elite-hire-price-card__unit {
	color: var(--ehbs-white);
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

.elite-hire-price-card__amount,
.elite-hire-price-card__amount .amount,
.elite-hire-price-card__amount bdi,
.elite-hire-price-card__amount .woocommerce-Price-currencySymbol {
	color: var(--ehbs-accent-alt);
	display: inline-block;
	font-size: 26px !important;
	font-weight: 900 !important;
	letter-spacing: -0.02em;
	line-height: 1 !important;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.elite-hire-price-card__amount--small {
	font-size: 22px !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

.wcbc-price-card {
	background: var(--ehbs-graphite) !important;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	color: var(--ehbs-white);
	display: inline-block;
	line-height: 1.15;
	margin-top: 0.75rem;
	max-width: 100%;
	padding: 14px 18px;
}

.wcbc-price-card,
.wcbc-price-card * {
	color: inherit;
}

.wcbc-price-card .wcbc-price-card__label {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 0.92rem !important;
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.15;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.wcbc-price-card strong,
.wcbc-price-card b,
.wcbc-price-card h1,
.wcbc-price-card h2,
.wcbc-price-card h3,
.wcbc-price-card h4 {
	color: var(--ehbs-accent-alt);
	font-size: clamp(1.8rem, 3vw, 2.4rem) !important;
	font-weight: 900;
	line-height: 1.05;
	white-space: nowrap;
}

.wcbc-price-card p,
.wcbc-price-card span,
.wcbc-price-card div {
	font-size: clamp(0.95rem, 1.6vw, 1.35rem);
}




.ehbs-parts-card,
.ehbs-included-products-card {
	background: rgba(255, 255, 255, 0.72);
	border-left: 4px solid var(--ehbs-accent-alt);
	border-radius: 10px;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--ehbs-ink);
	display: block;
	line-height: 1.35;
	margin: 0 0 16px;
	max-width: min(34rem, 100%);
	padding: 12px 14px;
}

.ehbs-parts-card *,
.ehbs-parts-card *::before,
.ehbs-parts-card *::after,
.ehbs-included-products-card *,
.ehbs-included-products-card *::before,
.ehbs-included-products-card *::after {
	box-sizing: border-box;
}

.ehbs-parts-card__title,
.ehbs-included-products-card__title {
	color: var(--ehbs-graphite);
	display: block;
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.2;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.ehbs-parts-card__note,
.ehbs-included-products-card__note {
	color: var(--ehbs-ink);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 0.55rem;
}

.ehbs-parts-card__list,
.ehbs-included-products-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ehbs-parts-card__list li,
.ehbs-included-products-list li {
	line-height: 1.25;
	margin: 0;
	padding: 0;
}

.ehbs-parts-card__list a,
.ehbs-included-products-list a {
	color: var(--ehbs-graphite);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: var(--ehbs-accent-alt);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

.ehbs-parts-card__list a:hover,
.ehbs-parts-card__list a:focus,
.ehbs-included-products-list a:hover,
.ehbs-included-products-list a:focus {
	color: #000000;
}


/* Warning, prices, cart and shipping micro UI. */
.ehbs-installation-warning {
	align-items: center;
	background: var(--ehbs-graphite);
	border: 1px solid var(--ehbs-accent);
	border-left: 5px solid var(--ehbs-accent);
	border-radius: 0 14px 14px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
	color: var(--ehbs-white);
	display: inline-flex;
	font-weight: 800;
	line-height: 1.35;
	margin: 16px 0 20px;
	max-width: 520px;
	padding: 14px 16px;
}

.ehbs-installation-warning::before {
	align-items: center;
	background: var(--ehbs-accent);
	border-radius: 50%;
	color: #000000;
	content: "!";
	display: inline-flex;
	font-weight: 800;
	height: 20px;
	justify-content: center;
	margin-right: 8px;
	width: 20px;
}

.ehbs-loop-price,
.ehbs-week-suffix,
.ehbs-price-suffix {
	font-weight: 600;
}

.ehbs-week-suffix,
.ehbs-price-suffix,
.ehbs-shipping-distance {
	opacity: 0.82;
}

.ehbs-booking-person-qty-input {
	text-align: center;
}

.ehbs-shipping-rate-description {
	display: block;
	font-size: 0.85em;
	line-height: 1.35;
	margin-top: 3px;
	opacity: 0.82;
}


/* Cart/checkout booking metadata: keep each label and value on one row. */
.woocommerce-cart .product-name dl.variation,
.woocommerce-checkout-review-order .product-name dl.variation,
.woocommerce-mini-cart dl.variation {
	align-items: start;
	column-gap: 0.25em;
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	margin: 0.25em 0 0;
	row-gap: 0.12em;
}

.woocommerce-cart .product-name dl.variation dt,
.woocommerce-cart .product-name dl.variation dd,
.woocommerce-checkout-review-order .product-name dl.variation dt,
.woocommerce-checkout-review-order .product-name dl.variation dd,
.woocommerce-mini-cart dl.variation dt,
.woocommerce-mini-cart dl.variation dd {
	clear: none !important;
	display: block !important;
	float: none !important;
	line-height: 1.35;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.woocommerce-cart .product-name dl.variation dd p,
.woocommerce-checkout-review-order .product-name dl.variation dd p,
.woocommerce-mini-cart dl.variation dd p {
	display: inline;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

/* Lighter available dates make the selected dark-green booking range clearer. */
.wc-bookings-date-picker .ui-datepicker td.bookable a.ui-state-default,
.wc-bookings-date-picker .ui-datepicker td.partial_booked a.ui-state-default {
	background: #b8dfc5 !important;
	color: #173d28 !important;
	text-shadow: none !important;
}

.wc-bookings-date-picker .ui-datepicker td.bookable-range a.ui-state-default,
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-current-day a.ui-state-default,
.wc-bookings-date-picker .ui-datepicker td.selection-start-date a.ui-state-default,
.wc-bookings-date-picker .ui-datepicker td.selection-end-date a.ui-state-default,
.wc-bookings-date-picker .ui-datepicker td.selected a.ui-state-default {
	background: #0f7138 !important;
	color: #ffffff !important;
	text-shadow: none !important;
}

.wcbc-available-wrap {
	background: var(--ehbs-soft);
	border: 1px solid var(--ehbs-muted);
	border-radius: 0.75rem;
	margin: 1rem 0;
	padding: 1rem;
}

.wcbc-available-head {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.wcbc-available-text a {
	text-decoration: none;
}

.wcbc-available-text button {
	align-items: center;
	background: var(--ehbs-accent);
	border: 0;
	border-radius: 0.5rem;
	color: #000000;
	cursor: pointer;
	display: inline-flex;
	font-family: raleway, sans-serif;
	font-weight: 800;
	justify-content: center;
	padding: 0.75rem 1rem;
	transition: var(--ehbs-transition);
}

.wcbc-available-text button:hover,
.wcbc-available-text button:focus {
	background: #000000;
	color: var(--ehbs-white);
}

.wcbc-price-unavailable {
	color: var(--ehbs-graphite);
	display: inline-block;
	font-family: raleway, sans-serif;
	font-weight: 800;
}

.wcbc-hire-unavailable {
	margin-top: 1rem;
}

/* Booking clone product pages should not show breadcrumbs. */
body.ehbs-booking-clone-product .woocommerce-breadcrumb,
body.ehbs-booking-clone-product .rank-math-breadcrumb,
body.ehbs-booking-clone-product .yoast-breadcrumb,
body.ehbs-booking-clone-product #breadcrumbs,
body.ehbs-booking-clone-product .breadcrumbs {
	display: none !important;
}

@media (max-width: 760px) {
	.elite-hire-price-card,
	.ehbs-price-card {
		padding: 14px 18px;
	}

	.elite-hire-price-card__item {
		padding: 5px 12px;
	}

	.elite-hire-price-card__amount,
	.elite-hire-price-card__amount .amount,
	.elite-hire-price-card__amount bdi,
	.elite-hire-price-card__amount .woocommerce-Price-currencySymbol {
		font-size: 23px !important;
	}

	.elite-hire-price-card__amount--small {
		font-size: 20px !important;
	}
}

@media (max-width: 700px) {
	.ehbs-catalog-mode-switch,
	.wcbc-catalog-mode-switch {
		align-items: stretch;
		flex-direction: column;
		gap: 0.9rem;
	}

	.ehbs-catalog-mode-switch .ehbs-buy-hire-toggle,
	.ehbs-catalog-mode-switch .wcbc-mode-toggle,
	.ehbs-catalog-mode-switch .ehbs-mode-toggle,
	.wcbc-catalog-mode-switch .ehbs-buy-hire-toggle,
	.wcbc-catalog-mode-switch .wcbc-mode-toggle,
	.wcbc-catalog-mode-switch .ehbs-mode-toggle {
		display: flex;
		width: 100%;
	}

	.ehbs-catalog-mode-switch .ehbs-toggle-link,
	.ehbs-catalog-mode-switch .wcbc-mode-toggle__option,
	.ehbs-catalog-mode-switch .ehbs-mode-toggle__option,
	.wcbc-catalog-mode-switch .ehbs-toggle-link,
	.wcbc-catalog-mode-switch .wcbc-mode-toggle__option,
	.wcbc-catalog-mode-switch .ehbs-mode-toggle__option {
		flex: 1 1 50%;
		min-width: 0;
	}
}

@media (max-width: 560px) {
	.elite-hire-price-card,
	.ehbs-price-card {
		align-items: center;
		display: inline-flex;
		flex-wrap: wrap;
		padding: 14px 18px;
	}

	.elite-hire-price-card__item,
	.elite-hire-price-card__item:first-child,
	.elite-hire-price-card__item:last-child {
		border-left: 0;
		padding: 5px 12px;
	}

	.elite-hire-price-card__item + .elite-hire-price-card__item {
		border-left: 1px solid var(--ehbs-card-rule);
	}
}

@media (max-width: 480px) {
	.ehbs-buy-hire-toggle,
	.wcbc-mode-toggle,
	.ehbs-mode-toggle {
		display: flex;
		width: 100%;
	}

	.ehbs-toggle-link,
	.wcbc-mode-toggle__option,
	.ehbs-mode-toggle__option {
		flex: 1 1 50%;
		min-width: 0;
	}

	.ehbs-option-select,
	.wcbc-variant-select,
	.ehbs-hire-variant-select,
	.ehbs-hire-attribute-select {
		max-width: none;
	}

	.ehbs-loop-options,
	.wcbc-loop-options,
	.ehbs-loop-variant-pills {
		gap: 0.35rem;
	}

	.ehbs-option-pill,
	.wcbc-pill {
		font-size: 0.75rem;
	}
}

/* Optional hire kit selector. */
[data-ehbs-kit-selector] {
	box-sizing: border-box;
	color: var(--ehbs-ink);
	display: block;
	line-height: 1.35;
	margin: 0 0 18px;
	max-width: min(46rem, 100%);
}

[data-ehbs-kit-selector] *,
[data-ehbs-kit-selector] *::before,
[data-ehbs-kit-selector] *::after {
	box-sizing: border-box;
}

.ehbs-kit-selector__note,
.ehbs-kit-selector__price {
	color: var(--ehbs-graphite);
	font-size: 0.9rem;
	line-height: 1.35;
}

.ehbs-kit-selector__choices {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	margin: 0 0 12px;
}

.ehbs-kit-selector__choice {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe5e5;
	border-radius: 14px;
	box-shadow: none;
	color: var(--ehbs-toggle-text);
	cursor: pointer;
	display: flex;
	font-weight: 800;
	gap: 10px;
	line-height: 1.15;
	min-height: 68px;
	opacity: 0.82;
	padding: 11px 13px;
	position: relative;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.ehbs-kit-selector__choice:hover,
.ehbs-kit-selector__choice:focus-within {
	border-color: var(--ehbs-accent-alt);
	box-shadow: 0 8px 20px rgba(17, 17, 17, 0.08);
	opacity: 1;
}

.ehbs-kit-selector__choice.is-active {
	background: #ffffff;
	border-color: #c8d0d0;
	box-shadow: 0 6px 16px rgba(17, 17, 17, 0.05);
	color: #000000;
	opacity: 1;
}

.ehbs-kit-selector__choice--kit {
	background: #ffffff;
	border: 2px solid rgba(244, 196, 0, 0.9);
	box-shadow: 0 10px 24px rgba(244, 196, 0, 0.14);
	min-height: 78px;
	opacity: 1;
	padding: 14px 15px;
}

.ehbs-kit-selector__choice--kit:hover,
.ehbs-kit-selector__choice--kit:focus-within {
	background: #fffdf2;
	box-shadow: 0 14px 30px rgba(244, 196, 0, 0.22);
	transform: translateY(-1px);
}

.ehbs-kit-selector__choice--kit.is-active {
	background: #fffdf2;
	border-color: #caa100;
	box-shadow: 0 14px 34px rgba(244, 196, 0, 0.28), inset 0 0 0 2px rgba(244, 196, 0, 0.14);
}

.ehbs-kit-selector__choice input {
	accent-color: var(--ehbs-accent-alt);
	flex: 0 0 auto;
	margin: 0;
}

.ehbs-kit-selector__choice-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.ehbs-kit-selector__choice-copy strong {
	font-size: 1rem;
	font-weight: 900;
}

.ehbs-kit-selector__choice--kit .ehbs-kit-selector__choice-copy strong {
	font-size: 1.08rem;
}

.ehbs-kit-selector__choice-copy small {
	color: var(--ehbs-graphite);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.25;
}

.ehbs-kit-selector__choice--single .ehbs-kit-selector__choice-copy small {
	color: #677171;
}

.ehbs-kit-selector__choice--kit .ehbs-kit-selector__choice-copy small {
	font-weight: 800;
}

.ehbs-kit-selector__choice-badge {
	background: var(--ehbs-graphite);
	border: 2px solid #ffffff;
	border-radius: 999px;
	box-shadow: 0 5px 12px rgba(17, 17, 17, 0.12);
	color: #ffffff;
	font-size: 0.66rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 5px 7px;
	position: absolute;
	right: 10px;
	text-transform: uppercase;
	top: -10px;
}

.ehbs-kit-selector__summary[hidden] {
	display: none;
}

.ehbs-kit-selector__summary-head {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin: 0 0 4px;
}

.ehbs-kit-selector__summary-head strong {
	font-weight: 900;
}

.ehbs-kit-selector__reset-all,
.ehbs-kit-selector__qty-row button {
	background: transparent;
	border: 0;
	color: var(--ehbs-graphite);
	cursor: pointer;
	font-size: 0.85rem;
	font-weight: 800;
	padding: 0;
	text-decoration: underline;
	text-decoration-color: var(--ehbs-accent-alt);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.18em;
}

.ehbs-kit-selector__note {
	margin: 0 0 10px;
}

.ehbs-kit-selector__list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ehbs-kit-selector__item {
	align-items: center;
	background: rgba(255, 255, 255, 0.86);
	border-radius: 10px;
	display: grid;
	gap: 10px;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	margin: 0;
	padding: 9px;
}

.ehbs-kit-selector__media {
	display: block;
	line-height: 0;
}

.ehbs-kit-selector__media img,
.ehbs-kit-selector__image {
	aspect-ratio: 1;
	border-radius: 8px;
	display: block;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.ehbs-kit-selector__body {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.ehbs-kit-selector__name {
	color: var(--ehbs-ink);
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.ehbs-kit-selector__name:hover,
.ehbs-kit-selector__name:focus {
	text-decoration: underline;
	text-decoration-color: var(--ehbs-accent-alt);
	text-decoration-thickness: 2px;
	text-underline-offset: 0.16em;
}

.ehbs-kit-selector__quantity {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ehbs-kit-selector__quantity label {
	color: var(--ehbs-graphite);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.1;
	text-transform: uppercase;
}

.ehbs-kit-selector__qty-row {
	align-items: center;
	display: flex;
	gap: 8px;
}

.ehbs-kit-selector__qty-row input {
	max-width: 74px;
	text-align: center;
}

.elite-hire-price-card__unit--cleaning {
	font-size: 11px !important;
	max-width: 13rem;
	white-space: normal;
}

.elite-hire-price-card__unit--cleaning[hidden] {
	display: none !important;
}

@media (max-width: 560px) {
	.ehbs-kit-selector__choices {
		grid-template-columns: 1fr;
	}

	.ehbs-kit-selector__item {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.ehbs-kit-selector__quantity {
		grid-column: 1 / -1;
	}
}

.ehbs-minimum-hire-notice {
	align-items: flex-start;
	background: rgba(244, 196, 0, 0.12);
	border-left: 4px solid var(--ehbs-accent-alt);
	box-sizing: border-box;
	color: var(--ehbs-graphite);
	display: flex;
	flex-direction: column;
	font-size: 0.95rem;
	font-weight: 600;
	gap: 3px;
	line-height: 1.35;
	margin: -8px 0 18px;
	max-width: min(40rem, 100%);
	padding: 11px 14px;
}

.ehbs-minimum-hire-notice strong {
	color: var(--ehbs-graphite);
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.25;
	text-transform: uppercase;
}

.ehbs-minimum-hire-notice span {
	color: var(--ehbs-ink);
}
