.bsh-postcode-pricing {
	margin: 0 0 1.5rem;
	padding: 1.25rem;
	border: 1px solid #d9d9d9;
	border-radius: 8px;
	background: #fafafa;
}

.bsh-postcode-pricing__title {
	margin: 0 0 0.5rem;
	font-size: 1.1rem;
	font-weight: 800;
}

.bsh-postcode-pricing__description {
	margin: 0 0 1rem;
	color: #555;
}

.bsh-postcode-pricing__row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.bsh-postcode-pricing__row label {
	margin: 0;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}

.bsh-postcode-pricing__row .bsh-postcode-pricing__actions {
	margin: 0;
}

.bsh-postcode-pricing input.bsh-postcode-pricing__input,
.bsh-postcode-pricing input[type="text"].bsh-postcode-pricing__input {
	display: block;
	width: min( 100%, 320px );
	max-width: 320px;
	height: 52px;
	padding: 0 1rem;
	border: 2px solid #f08a00 !important;
	border-radius: 8px;
	background: #fff !important;
	font-size: 16px !important;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: #1f1f1f !important;
	text-transform: uppercase;
	box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.04 );
	-webkit-appearance: none;
	appearance: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bsh-postcode-pricing input.bsh-postcode-pricing__input::placeholder,
.bsh-postcode-pricing input[type="text"].bsh-postcode-pricing__input::placeholder {
	color: #767676;
	letter-spacing: 0.04em;
}

.bsh-postcode-pricing input.bsh-postcode-pricing__input:focus,
.bsh-postcode-pricing input[type="text"].bsh-postcode-pricing__input:focus {
	border-color: #b69208 !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba( 182, 146, 8, 0.18 );
}

.bsh-postcode-pricing__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 52px;
	padding: 0 1.5rem;
	border: 0;
	border-radius: 999px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	box-sizing: border-box;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.bsh-postcode-pricing a.bsh-postcode-pricing__button,
.bsh-postcode-pricing a.bsh-postcode-pricing__button:visited,
.bsh-postcode-pricing a.bsh-postcode-pricing__button:hover,
.bsh-postcode-pricing a.bsh-postcode-pricing__button:focus {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 52px !important;
	padding: 0 1.5rem !important;
	border-radius: 999px !important;
	box-sizing: border-box !important;
	color: inherit !important;
	text-decoration: none !important;
}

.bsh-postcode-pricing a.button.alt.bsh-postcode-pricing__button--cta,
.bsh-postcode-pricing a.button.alt.bsh-postcode-pricing__button--cta:visited,
.bsh-postcode-pricing a.button.alt.bsh-postcode-pricing__button--cta:hover,
.bsh-postcode-pricing a.button.alt.bsh-postcode-pricing__button--cta:focus {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 220px !important;
	height: 52px !important;
	padding: 0 1.5rem !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #ff8a00 !important;
	box-shadow: none !important;
	color: #111 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.bsh-postcode-pricing__button:not( [disabled] ):not( [aria-disabled="true"] ) {
	transform: translateY( 0 );
}

.bsh-postcode-pricing__button[disabled],
.bsh-postcode-pricing__button[aria-disabled="true"] {
	opacity: 0.55;
	cursor: not-allowed;
}

.bsh-postcode-pricing__charge-note {
	margin: 0.5rem 0 0;
	font-size: 0.95rem;
	color: #1f1f1f;
}

.bsh-postcode-pricing__charge-note--success {
	color: #2f6f3e;
}

.bsh-postcode-pricing__success {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
}

.bsh-postcode-pricing__actions {
	margin: 0.75rem 0 0;
}

.bsh-postcode-pricing__button--cta {
	min-width: 220px !important;
	background: #ff8a00 !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #111 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.bsh-postcode-pricing__button--cta:hover,
.bsh-postcode-pricing__button--cta:focus {
	background: #ff8a00 !important;
	color: #111 !important;
}

.bsh-postcode-pricing__charge-note--error,
.bsh-postcode-pricing__message.is-error {
	color: #b42318;
}

.bsh-postcode-pricing__message {
	min-height: 1.2rem;
	margin-top: 0.75rem;
	font-size: 0.9rem;
}

.bsh-postcode-pricing__message.is-success {
	color: #2f6f3e;
}

.bsh-postcode-pricing__confirmation {
	margin-top: 0.85rem;
	padding: 0.85rem;
	border: 1px solid #f0c36d;
	border-radius: 8px;
	background: #fff9ef;
}

.bsh-postcode-pricing__confirmation-text {
	margin: 0;
	color: #1f1f1f;
	text-align: center;
}

.bsh-postcode-pricing__confirmation-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem;
	margin: 0.75rem 0 0;
}

.bsh-postcode-pricing__button--confirm {
	background: #f08a00 !important;
	color: #111 !important;
	border: 0 !important;
}

.bsh-postcode-pricing__button--cancel {
	background: #fff !important;
	color: #111 !important;
	border: 1px solid #ccc !important;
}

.bsh-zone-notice {
	margin-bottom: 1rem;
}

.bsh-global-notices {
	position: relative;
	z-index: 40;
	max-width: 1120px;
	margin: 0.85rem auto 1rem;
	padding: 0 0.6rem;
}

/* Global WooCommerce notices across product/cart/checkout */
.woocommerce .woocommerce-notices-wrapper,
.woocommerce-notices-wrapper,
.bsh-global-notices {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce ul.woocommerce-error,
.woocommerce ul.woocommerce-message,
.woocommerce ul.woocommerce-info,
.bsh-global-notices .woocommerce-error,
.bsh-global-notices .woocommerce-info,
.bsh-global-notices .woocommerce-message {
	margin: 0 0 0.75rem !important;
	padding: 0.85rem 1rem !important;
	border: 1px solid #f0d0d0;
	border-left: 4px solid #d63638;
	border-radius: 8px;
	background: #fff5f5;
	color: #7a1112;
	list-style: none !important;
	box-shadow: 0 2px 10px rgba( 0, 0, 0, 0.04 );
	font-size: 0.95rem;
	line-height: 1.45;
}

.woocommerce ul.woocommerce-message,
.woocommerce ul.woocommerce-info,
.bsh-global-notices .woocommerce-message,
.bsh-global-notices .woocommerce-info {
	border-color: #ffd9ad;
	border-left-color: #f08a00;
	background: #fff8ef;
	color: #6b3d00;
}

.woocommerce ul.woocommerce-message {
	border-color: #c9e8d6;
	border-left-color: #2f9e64;
	background: #f2fbf6;
	color: #125c36;
}

.woocommerce ul.woocommerce-error::before,
.woocommerce ul.woocommerce-message::before,
.woocommerce ul.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce-message::before,
.woocommerce-info::before {
	display: none !important;
	content: none !important;
}

.woocommerce ul.woocommerce-error li,
.woocommerce ul.woocommerce-info li,
.woocommerce ul.woocommerce-message li,
.bsh-global-notices .woocommerce-error li,
.bsh-global-notices .woocommerce-info li,
.bsh-global-notices .woocommerce-message li {
	margin-left: 0;
	list-style: none !important;
	padding-left: 0 !important;
}

.woocommerce ul.woocommerce-error li + li,
.woocommerce ul.woocommerce-info li + li,
.woocommerce ul.woocommerce-message li + li {
	margin-top: 0.2rem;
}

/* On booking skip product pages, top-level Woo error banners are replaced by inline section errors. */
body.bsh-booking-product .woocommerce-notices-wrapper .woocommerce-error,
body.bsh-booking-product .bsh-global-notices .woocommerce-error {
	display: none !important;
}

body.bsh-booking-product .woocommerce-notices-wrapper,
body.bsh-booking-product .bsh-global-notices {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 767px) {
	.woocommerce .woocommerce-notices-wrapper,
	.woocommerce-notices-wrapper,
	.bsh-global-notices {
		padding-left: 0.55rem;
		padding-right: 0.55rem;
	}
}

@media (max-width: 640px) {
	.bsh-postcode-pricing__row {
		align-items: flex-start;
		gap: 0.75rem;
	}

	.bsh-postcode-pricing__row label {
		width: 100%;
		text-align: center;
	}

	.bsh-postcode-pricing__input {
		max-width: 100%;
	}
}
.bsh-price-vat-suffix {
	font-size: 0.75em;
	font-weight: 600;
	color: #f28c00;
	white-space: nowrap;
}
