/*
 * HubSpot taxonomy multi-select (quote_therapeutic_area / quote_diagnosis / sample_type).
 * px only — theme html { font-size: 10px } makes rem unusable.
 *
 * High-specificity + !important: HubSpot / quote-page CSS restyles
 * form buttons, inputs, and labels (red CTA, bold 20px type, tall fields).
 */

.hs_quote_therapeutic_area .input > input.hs-input:not([type="checkbox"]):not([type="radio"]),
.hs_quote_diagnosis .input > input.hs-input:not([type="checkbox"]):not([type="radio"]),
.hs_sample_type .input > input.hs-input:not([type="checkbox"]):not([type="radio"]) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.sanguine-hs-taxonomy-original-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.hbspt-form .sanguine-hs-taxonomy,
.hs-form .sanguine-hs-taxonomy,
.sanguine-hs-taxonomy {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
}

.hbspt-form .sanguine-hs-taxonomy-toggle,
.hs-form .sanguine-hs-taxonomy-toggle,
.request_quote_form_col .hbspt-form .sanguine-hs-taxonomy-toggle,
.sanguine-hs-taxonomy-toggle {
	all: unset;
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	max-height: 36px !important;
	padding: 0 12px !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 5px !important;
	background: #fcfcfc !important;
	background-image: none !important;
	color: #555555 !important;
	font-family: 'HKGrotesk-Regular' !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 1 !important;
	letter-spacing: normal !important;
	text-align: left !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer !important;
	position: relative !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.hbspt-form .sanguine-hs-taxonomy-toggle:hover,
.hs-form .sanguine-hs-taxonomy-toggle:hover,
.hbspt-form .sanguine-hs-taxonomy-toggle:focus,
.hs-form .sanguine-hs-taxonomy-toggle:focus,
.sanguine-hs-taxonomy-toggle:hover,
.sanguine-hs-taxonomy-toggle:focus {
	border-color: #e6e6e6 !important;
	background: #fcfcfc !important;
	color: #454545 !important;
	outline: none !important;
	box-shadow: none !important;
}

.hbspt-form .sanguine-hs-taxonomy-toggle.has-selection,
.hs-form .sanguine-hs-taxonomy-toggle.has-selection,
.request_quote_form_col .hbspt-form .sanguine-hs-taxonomy-toggle.has-selection,
.sanguine-hs-taxonomy-toggle.has-selection {
	width: 100% !important;
	border: 1px solid #ea6e40 !important;
	background: #ffffff !important;
	color: #ea6e40 !important;
	font-weight: 500 !important;
}

.hbspt-form .sanguine-hs-taxonomy-toggle.has-selection:hover,
.hs-form .sanguine-hs-taxonomy-toggle.has-selection:hover,
.hbspt-form .sanguine-hs-taxonomy-toggle.has-selection:focus,
.hs-form .sanguine-hs-taxonomy-toggle.has-selection:focus,
.sanguine-hs-taxonomy-toggle.has-selection:hover,
.sanguine-hs-taxonomy-toggle.has-selection:focus {
	border-color: #ea6e40 !important;
	background: #ffffff !important;
	color: #ea6e40 !important;
}

.hbspt-form .sanguine-hs-taxonomy-label,
.hs-form .sanguine-hs-taxonomy-label,
.sanguine-hs-taxonomy-label {
	display: block !important;
	flex: 1 1 auto !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 34px !important;
	color: #454545 !important;
	font-family: 'HKGrotesk-Regular' !important;
	
}

.hbspt-form .sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-label,
.hs-form .sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-label,
.sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-label {
	font-weight: 500 !important;
	color: #ea6e40 !important;
}

.hbspt-form .sanguine-hs-taxonomy-count,
.hs-form .sanguine-hs-taxonomy-count,
.sanguine-hs-taxonomy-count {
	display: none !important;
	flex: 0 0 auto !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 20px !important;
	height: 20px !important;
	padding: 0 6px !important;
	border-radius: 999px !important;
	background: #ea6e40 !important;
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
}

.hbspt-form .sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-count,
.hs-form .sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-count,
.sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-count {
	display: inline-flex !important;
}

.hbspt-form .sanguine-hs-taxonomy-arrow,
.hs-form .sanguine-hs-taxonomy-arrow,
.sanguine-hs-taxonomy-arrow {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	width: 10px !important;
	height: 6px !important;
	color: #666666 !important;
	pointer-events: none !important;
}

.hbspt-form .sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-arrow,
.hs-form .sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-arrow,
.sanguine-hs-taxonomy-toggle.has-selection .sanguine-hs-taxonomy-arrow {
	color: #ea6e40 !important;
}

.hbspt-form .sanguine-hs-taxonomy-arrow svg,
.hs-form .sanguine-hs-taxonomy-arrow svg,
.sanguine-hs-taxonomy-arrow svg {
	display: block !important;
	width: 10px !important;
	height: 6px !important;
}

.hbspt-form .sanguine-hs-taxonomy-dropdown,
.hs-form .sanguine-hs-taxonomy-dropdown,
.sanguine-hs-taxonomy-dropdown {
	display: none !important;
	position: absolute !important;
	top: calc(100% + 2px) !important;
	left: 0 !important;
	width: 100% !important;
	box-sizing: border-box !important;
	z-index: 999999 !important;
	padding: 8px !important;
	background: #ffffff !important;
	border: 1px solid #dddddd !important;
	border-radius: 5px !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12) !important;
}

.hbspt-form .sanguine-hs-taxonomy.is-open .sanguine-hs-taxonomy-dropdown,
.hs-form .sanguine-hs-taxonomy.is-open .sanguine-hs-taxonomy-dropdown,
.sanguine-hs-taxonomy.is-open .sanguine-hs-taxonomy-dropdown {
	display: block !important;
}

.hbspt-form .sanguine-hs-taxonomy-search,
.hs-form .sanguine-hs-taxonomy-search,
.request_quote_form_col .hbspt-form .sanguine-hs-taxonomy-search,
.sanguine-hs-taxonomy-search {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: 33px !important;
	min-height: 33px !important;
	max-height: 33px !important;
	box-sizing: border-box !important;
	margin: 0 0 6px 0 !important;
	padding: 0 8px !important;
	border: 1px solid #dddddd !important;
	border-radius: 4px !important;
	background: #ffffff !important;
	background-image: none !important;
	color: #454545 !important;
	font-family: 'HKGrotesk-Regular' !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 35px !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.hbspt-form .sanguine-hs-taxonomy-search::placeholder,
.hs-form .sanguine-hs-taxonomy-search::placeholder,
.sanguine-hs-taxonomy-search::placeholder {
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 30px !important;
	color: #888888 !important;
	opacity: 1 !important;
}

.hbspt-form .sanguine-hs-taxonomy-search:focus,
.hs-form .sanguine-hs-taxonomy-search:focus,
.sanguine-hs-taxonomy-search:focus {
	outline: none !important;
	border-color: #bbbbbb !important;
	box-shadow: none !important;
}

.hbspt-form .sanguine-hs-taxonomy-options,
.hs-form .sanguine-hs-taxonomy-options,
.sanguine-hs-taxonomy-options {
	max-height: 200px !important;
	overflow-y: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}

.hbspt-form label.sanguine-hs-taxonomy-option,
.hs-form label.sanguine-hs-taxonomy-option,
.request_quote_form_col .hbspt-form label.sanguine-hs-taxonomy-option,
.request_quote_form_col .hbspt-form label.sanguine-hs-taxonomy-option span,
.sanguine-hs-taxonomy-option {
	display: flex !important;
	align-items: center !important;
	gap: 5px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	padding: 4px 6px !important;
	margin: 0 !important;
	cursor: pointer !important;
	font-family: 'HKGrotesk-Regular' !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: normal !important;
	line-height: 1.4 !important;
	letter-spacing: normal !important;
	text-transform: none !important;
	color: #111111 !important;
	background: transparent !important;
	float: none !important;
}

.hbspt-form label.sanguine-hs-taxonomy-option.is-hs-option-hidden,
.hs-form label.sanguine-hs-taxonomy-option.is-hs-option-hidden,
.request_quote_form_col .hbspt-form label.sanguine-hs-taxonomy-option.is-hs-option-hidden,
.sanguine-hs-taxonomy-option.is-hs-option-hidden {
	display: none !important;
}

.hbspt-form label.sanguine-hs-taxonomy-option:hover,
.hs-form label.sanguine-hs-taxonomy-option:hover,
.sanguine-hs-taxonomy-option:hover {
	background: #f5f5f5 !important;
}

.hbspt-form .sanguine-hs-taxonomy-option span,
.hs-form .sanguine-hs-taxonomy-option span,
.request_quote_form_col .hbspt-form .sanguine-hs-taxonomy-option span,
.sanguine-hs-taxonomy-option span {
	font-size: 15px !important;
	font-weight: 400 !important;
	font-family: 'HKGrotesk-Regular' !important;
	line-height: 1.3 !important;
	color: #454545 !important;
	text-transform: none !important;
}

.hbspt-form .sanguine-hs-taxonomy-option input[type="checkbox"],
.hs-form .sanguine-hs-taxonomy-option input[type="checkbox"],
.sanguine-hs-taxonomy-option input[type="checkbox"] {
	flex: 0 0 auto !important;
	width: 14px !important;
	height: 14px !important;
	min-width: 14px !important;
	min-height: 14px !important;
	margin: 0 !important;
	padding: 0 !important;
	accent-color: #333333;
}

.hbspt-form .sanguine-hs-taxonomy-no-results,
.hs-form .sanguine-hs-taxonomy-no-results,
.sanguine-hs-taxonomy-no-results {
	padding: 4px !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	color: #666666 !important;
}

.hbspt-form .sanguine-hs-taxonomy-selected,
.hs-form .sanguine-hs-taxonomy-selected,
.sanguine-hs-taxonomy-selected {
	display: none !important;
	flex-wrap: wrap !important;
	gap: 4px !important;
	margin-top: 6px !important;
}

.hbspt-form .sanguine-hs-taxonomy-tag,
.hs-form .sanguine-hs-taxonomy-tag,
.sanguine-hs-taxonomy-tag {
	display: inline-block !important;
	padding: 2px 7px !important;
	border-radius: 3px !important;
	background: #f0f0f0 !important;
	color: #454545 !important;
	font-size: 11px !important;
	font-weight: 400 !important;
	line-height: 1.4 !important;
}

@media (max-width: 767px) {
	.hbspt-form .sanguine-hs-taxonomy-options,
	.hs-form .sanguine-hs-taxonomy-options,
	.sanguine-hs-taxonomy-options {
		max-height: 180px !important;
	}
}
