.htc-serviceability {
	margin: 14px 0 18px;
	padding: 14px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafaf7;
}

.htc-sv-label {
	display: block;
	font-weight: 600;
	margin-bottom: 8px;
}

.htc-sv-controls {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.htc-sv-input {
	flex: 0 1 180px;
	min-width: 140px;
	padding: 8px 10px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	letter-spacing: 1px;
}

.htc-sv-result p {
	margin: 8px 0 0;
}

.htc-sv-ok {
	color: #1e7e34;
}

.htc-sv-no {
	color: #b32d2e;
}

.htc-sv-wait {
	color: #666;
}

.htc-sv-result a.htc-sv-change {
	margin-left: 6px;
	font-size: 0.85em;
	text-decoration: underline;
}

button.htc-cart-locked,
.single_add_to_cart_button.htc-cart-locked {
	opacity: 0.5;
	cursor: not-allowed;
}

/* ---------- Booking widget ---------- */

.htc-booking {
	margin: 0 0 18px;
}

.htc-bk-step {
	margin: 12px 0 0;
	padding: 14px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafaf7;
}

.htc-bk-title {
	margin: 0 0 10px;
	font-size: 1em;
}

.htc-bk-person {
	display: block;
	margin: 4px 0;
	cursor: pointer;
}

.htc-bk-link {
	background: none;
	border: none;
	padding: 0;
	margin: 8px 0;
	color: #2271b1;
	text-decoration: underline;
	cursor: pointer;
	font-size: 0.9em;
}

.htc-bk-person-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin: 10px 0;
}

.htc-bk-person-form input,
.htc-bk-person-form select {
	width: 100%;
	max-width: 100%;
	min-width: 0; /* grid items default to min-width:auto and overflow */
	box-sizing: border-box;
	height: 40px;
	margin: 0;
	padding: 7px 10px;
	border: 1px solid #cfcfcb;
	border-radius: 6px;
	background: #fff;
	font-size: 0.95em;
}

.htc-bk-person-form .htc-bk-pf-save {
	justify-self: start;
}

.htc-bk-person-form .htc-bk-pf-cancel {
	justify-self: start;
	align-self: center;
	margin: 0;
}

.htc-bk-person-form .htc-bk-pf-heading {
	grid-column: 1 / -1;
	margin: 0;
	font-weight: 600;
	font-size: 0.95em;
}

.htc-bk-person .htc-bk-person-edit {
	margin: 0 0 0 8px;
	font-size: 0.85em;
}

.htc-bk-new-address {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.htc-bk-new-address[hidden] {
	display: none;
}

.htc-checkout-address {
	margin: 0 0 14px;
	padding: 12px 14px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafaf7;
}

.htc-checkout-address select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
}

.htc-bk-limits {
	font-size: 0.85em;
	color: #666;
	margin: 6px 0;
}

.htc-bk-people-confirm {
	margin-top: 8px;
}

.htc-bk-date {
	padding: 7px 9px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	margin-bottom: 10px;
}

.htc-bk-slot-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.htc-bk-slot {
	padding: 7px 12px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background: #fff;
	cursor: pointer;
}

.htc-bk-slot:hover {
	border-color: #2271b1;
}

.htc-bk-slot-active {
	border-color: #1e7e34;
	background: #eaf7ee;
	font-weight: 600;
}

.htc-bk-msg {
	margin-top: 8px;
	font-size: 0.9em;
	color: #444;
}

.htc-bk-error {
	color: #b32d2e;
}

.htc-bk-ok {
	color: #1e7e34;
	font-weight: 600;
}

.htc-consent {
	margin: 12px 0;
	padding: 12px 14px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafaf7;
	font-size: 0.9em;
}

.htc-order-lab {
	margin-top: 24px;
}

@media (max-width: 600px) {
	.htc-bk-person-form,
	.htc-bk-new-address {
		grid-template-columns: 1fr;
	}
}

/* ---------- My Account → Wellness Seekers ---------- */

.htc-acct {
	max-width: 760px;
}

.htc-acct-intro {
	margin: 0 0 18px;
	color: #555;
}

.htc-card {
	margin: 0 0 22px;
	padding: 20px 22px;
	border: 1px solid #e3e3e0;
	border-radius: 10px;
	background: #fff;
}

.htc-card-title {
	margin: 0 0 14px;
	font-size: 1.1em;
}

.htc-form-title {
	margin: 18px 0 12px;
	padding-top: 16px;
	border-top: 1px solid #eeeeea;
	font-size: 1em;
}

.htc-muted {
	color: #6b6b6b;
	font-size: 0.92em;
}

.htc-people {
	list-style: none;
	margin: 0;
	padding: 0;
}

.htc-person-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #eeeeea;
}

.htc-person-row:last-child {
	border-bottom: 0;
}

.htc-person-main strong {
	font-size: 1em;
}

.htc-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 8px;
	border-radius: 999px;
	background: #eef5e6;
	color: #3d6b1e;
	font-size: 0.78em;
	vertical-align: middle;
}

.htc-person-actions {
	margin: 0;
	flex: 0 0 auto;
	display: flex;
	gap: 14px;
	align-items: center;
}

.htc-person-actions form {
	margin: 0;
}

.htc-link-btn {
	background: none;
	border: 0;
	padding: 4px 0;
	color: #b32d2e;
	font-size: 0.9em;
	text-decoration: underline;
	cursor: pointer;
}

a.htc-link-btn {
	color: #2271b1;
}

.htc-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 18px;
}

.htc-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	min-width: 0;
}

.htc-field > span {
	font-size: 0.85em;
	font-weight: 600;
	color: #333;
}

.htc-field > span em {
	color: #b32d2e;
	font-style: normal;
}

.htc-field > small {
	color: #8a8a8a;
	font-size: 0.8em;
}

.htc-field input,
.htc-field select {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	height: 42px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid #cfcfcb;
	border-radius: 6px;
	background: #fff;
	font-size: 0.95em;
	line-height: 1.4;
}

.htc-field input:focus,
.htc-field select:focus {
	outline: none;
	border-color: #7ab317;
	box-shadow: 0 0 0 3px rgba(122, 179, 23, 0.15);
}

.htc-span-2 {
	grid-column: 1 / -1;
}

.htc-actions {
	margin: 16px 0 0;
}

@media (max-width: 640px) {
	.htc-grid {
		grid-template-columns: 1fr;
	}
	.htc-card {
		padding: 16px;
	}
}

/* rc.8: included consultation, resumed-booking actions, cart booking panel */
.htc-included { margin: 0 0 .75em; font-size: .95em; }
.htc-included-badge { display: inline-block; padding: .1em .5em; border-radius: 3px; background: #e8f5e9; color: #1b5e20; font-weight: 600; font-size: .85em; text-transform: uppercase; letter-spacing: .02em; }
.htc-bk-summary-actions { margin: .5em 0 0; font-size: .9em; }
.htc-cart-booking { margin-bottom: 1em; }
.htc-postpaid-note { margin: 1em 0; }
.htc-payment-note { font-size: .95em; }

/* rc.10.2 — "Lab tests are booked on their own" choice step + saved-for-later. */
.htc-bk-park { border: 1px solid #E6EDE0; border-radius: 8px; padding: 14px 16px; background: #FDFAF5; }
.htc-bk-park p { margin: 0 0 10px; }
.htc-bk-park-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.htc-bk-parked-note { color: #4E7A2E; font-size: 14px; margin: 0 0 8px; }
.htc-saved-reminder { margin: 12px 0; }
.htc-saved-list { margin-top: 24px; }
.htc-saved-list ul { list-style: none; padding: 0; }
.htc-saved-list li { padding: 6px 0; border-bottom: 1px solid #E6EDE0; }
