/*
 * Compiled taxonomy landing styles.
 * Source: assets/src/scss/layouts/_taxonomy-location.scss
 */

.tax-landing-page {
	--tax-brand: #4199ff;
	--tax-text: #111111;
	--tax-text-soft: #2d2d2d;
	--tax-surface: #ffffff;
	--tax-border: #d8e8ff;
	--tax-muted-bg: #f5f9ff;
	background: linear-gradient(180deg, #f6faff 0%, #ffffff 24%, #ffffff 100%);
	color: var(--tax-text);
	user-select: text;
}

.tax-landing-page .tax-landing {
	margin: 0 auto;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.tax-landing-page .tax-landing-shell {
	max-width: 132rem;
	margin: 0 auto;
}

.tax-landing-page .tax-section-title {
	font-size: clamp(2.4rem, 1.2vw + 1.9rem, 3.8rem);
	line-height: 1.15;
	margin: 0;
}

.tax-landing-page .tax-card {
	border-radius: 1.2rem;
	background: var(--tax-surface);
	border: 1px solid var(--tax-border);
	box-shadow: none;
	overflow: hidden;
}

.tax-landing-page .tax-landing-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(120deg, #0f2847 0%, #2666ad 52%, #4199ff 100%);
	color: #ffffff;
	min-height: 40rem;
}

.tax-landing-page .tax-landing-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(8, 26, 49, 0.45) 0%, rgba(18, 58, 104, 0.22) 52%, rgba(65, 153, 255, 0.12) 100%);
	pointer-events: none;
}

.tax-landing-page .tax-landing-hero-media {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.tax-landing-page .tax-landing-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.55;
	mix-blend-mode: normal;
}

.tax-landing-page .tax-landing-hero .tax-landing-shell {
	position: relative;
	z-index: 2;
	padding-top: 10rem;
	padding-bottom: 7rem;
}

.tax-landing-page .tax-landing-breadcrumb {
	display: flex;
	gap: 0.8rem;
	font-family: var(--font-primary);
	font-size: 1.4rem;
	opacity: 0.95;
	margin-bottom: 1.8rem;
}

.tax-landing-page .tax-landing-breadcrumb a {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.tax-landing-page .tax-landing-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 0 1.4rem;
	color: #ffffff;
}

.tax-landing-page .tax-landing-title {
	margin: 0;
	max-width: 92rem;
	font-size: clamp(3.4rem, 2.6vw + 1.8rem, 6.1rem);
	line-height: 1.02;
	font-weight: 800;
	color: #ffffff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.tax-landing-page .tax-landing-intro {
	margin-top: 2rem;
	max-width: 84rem;
	font-size: clamp(1.8rem, 0.45vw + 1.5rem, 2.4rem);
	line-height: 1.5;
	font-weight: 600;
	color: #f2f8ff;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
}

.tax-landing-page .tax-landing-result-count {
	margin-top: 2.2rem;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #dbe9ff;
}

.tax-landing-page .tax-benefit-grid,
.tax-landing-page .tax-use-case-grid,
.tax-landing-page .tax-related-grid {
	margin-top: 1.8rem;
	display: grid;
	gap: 1.4rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tax-landing-page .tax-benefit-card,
.tax-landing-page .tax-use-case-card {
	padding: 0;
}

.tax-landing-page .tax-card-icon {
	width: 100%;
	height: auto;
	max-height: 22rem;
	object-fit: contain;
	object-position: center center;
	display: block;
	border-bottom: 1px solid var(--tax-border);
	background: #f2f7ff;
	padding: 1.2rem;
}

.tax-landing-page .tax-landing-benefits .tax-card,
.tax-landing-page .tax-landing-use-cases .tax-card {
	border: 0;
	box-shadow: none;
	background: transparent;
}

.tax-landing-page .tax-landing-benefits .tax-card-content,
.tax-landing-page .tax-landing-use-cases .tax-card-content {
	margin-bottom: 1rem;
}

.tax-landing-page .tax-card-title {
	margin: 1.6rem 1.6rem 0;
	font-size: 2rem;
	line-height: 1.2;
}

.tax-landing-page .tax-card-content {
	margin: 1rem 1.6rem 1.8rem;
	font-size: 1.6rem;
	line-height: 1.55;
	color: var(--tax-text-soft);
}

.tax-landing-page .tax-use-case-image {
	width: 100%;
	aspect-ratio: 21 / 9;
	object-fit: cover;
	margin-bottom: 0;
	border-bottom: 1px solid var(--tax-border);
}

.tax-landing-page .tax-use-case-content {
	padding-bottom: 0.2rem;
}

.tax-landing-page .tax-lineup-shell {
	background: var(--tax-muted-bg);
	border-radius: 1.2rem;
	border: 1px solid var(--tax-border);
	display: grid;
	gap: 2rem;
	padding: 2rem;
	margin-bottom: 0.8rem;
}

.tax-landing-page .tax-lineup-intro {
	margin-top: 1.2rem;
	color: var(--tax-text-soft);
	font-size: 1.7rem;
}

.tax-landing-page .tax-lineup-highlights {
	margin: 1.6rem 0 0;
	padding-left: 1.8rem;
}

.tax-landing-page .tax-lineup-highlights li {
	margin-bottom: 0.6rem;
	font-size: 1.6rem;
}

.tax-landing-page .tax-lineup-model-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tax-landing-page .tax-lineup-model-card {
	border-radius: 1rem;
	background: #ffffff;
	border: 1px solid var(--tax-border);
	padding: 1.2rem;
}

.tax-landing-page .tax-lineup-model-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.tax-landing-page .tax-lineup-model-card img {
	width: 100%;
	border-radius: 0.8rem;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.tax-landing-page .tax-lineup-model-card h3 {
	margin: 1rem 0 0;
	font-size: 1.7rem;
	line-height: 1.25;
}

.tax-landing-page .tax-lineup-model-card:hover {
	border-color: var(--tax-brand);
}

.tax-landing-page .tax-card-image-fallback {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0;
	background: linear-gradient(180deg, #fbfdff 0%, #f2f8ff 100%);
	border: 1px solid #d4e7ff;
	color: transparent;
}

.tax-landing-page .tax-card-image-fallback-hidden {
	display: none;
}

.tax-landing-page .tax-card-image-missing .tax-card-image-fallback-hidden {
	display: flex;
}

.tax-landing-page .tax-card-image-fallback-model {
	aspect-ratio: 4 / 3;
	border-radius: 0.4rem;
}

.tax-landing-page .tax-card-image-fallback-listing {
	min-height: 16rem;
	border-radius: 0.8rem;
}

.tax-landing-page .tax-listing-image-element {
	min-height: 16rem;
	border-radius: 0.8rem;
	object-fit: contain;
	background: #f7fbff;
	padding: 0.8rem;
}

.tax-landing-page .tax-card-image-fallback-category {
	aspect-ratio: 5 / 3;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.tax-landing-page .tax-lineup-model-card.tax-card-image-missing h3,
.tax-landing-page .tax-listing-card.tax-card-image-missing .tax-listing-title,
.tax-landing-page .tax-related-card.tax-card-image-missing h3 {
	font-size: 1.95rem;
	line-height: 1.25;
	font-weight: 800;
}

.tax-landing-page .tax-landing-listing {
	padding-top: 0.4rem;
}

.tax-landing-page .tax-landing-listing .tax-landing-shell {
	gap: 1.4rem;
}

/* Final listing-grid normalization overrides */
.tax-landing-page .tax-listing-grid .tax-listing-card {
	height: auto !important;
	min-height: 0 !important;
}

.tax-landing-page .tax-listing-grid .tax-listing-card .single-product-link {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}

.tax-landing-page .tax-listing-grid {
	grid-auto-rows: auto;
}

.tax-landing-page .tax-listing-grid .tax-listing-image-element,
.tax-landing-page .tax-listing-grid .single-product-image {
	width: 100%;
	height: 17rem !important;
	min-height: 17rem !important;
	object-fit: contain !important;
	background: #eef4fb;
	padding: 0;
}

.tax-landing-page .tax-listing-grid .tax-listing-summary {
	min-height: 0;
	margin: 0.8rem 0 0;
}

.tax-landing-page .tax-listing-grid .tax-listing-specs {
	margin-top: 0.8rem;
}

.tax-landing-page .tax-listing-grid .tax-listing-price-label {
	position: static !important;
	margin-top: 0.8rem;
	text-align: right;
	right: auto !important;
	bottom: auto !important;
}

.tax-landing-page .tax-listing-grid .tax-listing-price {
	position: static !important;
	right: auto;
	bottom: auto;
	margin-top: 0.3rem;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	line-height: 1;
	padding: 0.75rem 1.1rem;
}

.tax-landing-page .tax-listing-grid .tax-listing-card.tax-card-image-missing .tax-listing-title {
	display: none;
}

.tax-landing-page .tax-listing-grid .tax-listing-card.tax-card-image-missing .tax-card-image-fallback-listing {
	display: flex !important;
	min-height: 18rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: linear-gradient(180deg, #f6faff 0%, #edf4ff 100%);
}

.tax-landing-page .tax-listing-grid .tax-listing-card.tax-card-image-missing .tax-card-image-fallback-listing span {
	color: #2a4f77;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 800;
	max-width: 26rem;
	padding: 0 1.2rem;
}

.tax-landing-page .tax-listing-grid .tax-listing-card.tax-card-image-missing .tax-listing-specs {
	margin-top: 0.6rem;
}

.tax-landing-page .tax-related-card.tax-card-image-missing h3 {
	display: none;
}

.tax-landing-page .tax-related-card.tax-card-image-missing .tax-card-image-fallback-category {
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 18rem;
	background: linear-gradient(180deg, #f6faff 0%, #edf4ff 100%);
}

.tax-landing-page .tax-related-card.tax-card-image-missing .tax-card-image-fallback-category span {
	color: #2a4f77;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 800;
	max-width: 24rem;
	padding: 0 1.2rem;
}
.tax-landing-page .tax-listing-grid {
	align-items: stretch;
}

.tax-landing-page .tax-listing-card {
	border-radius: 1.1rem;
	overflow: hidden;
	border: 1px solid var(--tax-border);
	background: #ffffff;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.tax-landing-page .tax-listing-card:hover {
	transform: translateY(-2px);
	border-color: #9fcbff;
	box-shadow: 0 12px 24px rgba(16, 46, 82, 0.08);
}

.tax-landing-page .tax-listing-card .single-product-link {
	height: 100%;
	min-height: 100%;
	border: 0;
	padding: 1.2rem;
	background: #ffffff;
	display: flex;
	flex-direction: column;
}

.tax-landing-page .tax-listing-grid .tax-listing-card {
	height: 100%;
	min-height: 41rem;
}

@media (max-width: 767px) {
	.tax-landing-page .tax-listing-grid .tax-listing-card {
		min-height: 37rem;
	}
}

.tax-landing-page .tax-listing-card .single-product-image {
	height: 18rem;
	min-height: 18rem;
	border-radius: 0.8rem;
	background-size: contain;
}

.tax-landing-page .tax-listing-title {
	margin-bottom: 0.8rem;
	font-size: 1.65rem;
	line-height: 1.25;
	min-height: 4.2rem;
}

.tax-landing-page .tax-listing-summary {
	margin: 1rem 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #42566e;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 6.3rem;
}

.tax-landing-page .tax-faq-item {
	background: #ffffff;
	border: 1px solid var(--tax-border);
	border-radius: 1rem;
	padding: 1.4rem 1.6rem;
}

.tax-landing-page .tax-faq-item summary {
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	list-style: none;
}

.tax-landing-page .tax-faq-item summary::-webkit-details-marker {
	display: none;
}

.tax-landing-page .tax-faq-item .tax-faq-answer p {
	margin: 1rem 0 0;
	font-size: 1.6rem;
	line-height: 1.55;
	color: var(--tax-text-soft);
}

.tax-landing-page .tax-service-shell {
	background: #eff6ff;
	color: var(--tax-text);
	border-radius: 1.2rem;
	border: 1px solid #cfe2ff;
	padding: 2rem;
}

.tax-landing-page .tax-service-content {
	margin-top: 1.2rem;
	font-size: 1.7rem;
	line-height: 1.55;
	color: var(--tax-text-soft);
}

.tax-landing-page .tax-service-list {
	margin-top: 1.4rem;
	padding-left: 1.8rem;
}

.tax-landing-page .tax-service-list li {
	margin-bottom: 0.5rem;
	font-size: 1.6rem;
}

.tax-landing-page .tax-service-map-wrap {
	margin-top: 1.6rem;
	border-radius: 1rem;
	overflow: hidden;
	border: 1px solid #bcd8ff;
	background: #ffffff;
}

.tax-landing-page .tax-service-map {
	width: 100%;
	min-height: 34rem;
	border: 0;
	display: block;
}

.tax-landing-page .tax-service-map-fallback {
	width: 100%;
	display: block;
	object-fit: cover;
}

.tax-landing-page .tax-service-map-note {
	margin-top: 1rem;
	font-size: 1.3rem;
	color: #30445f;
}

.tax-landing-page .tax-cta-shell {
	border-radius: 1.2rem;
	background: #ffffff;
	border: 1px solid #d0e2ff;
	box-shadow: none;
	padding: 2.2rem;
}

.tax-landing-page .tax-cta-content {
	margin-top: 1rem;
	font-size: 1.7rem;
	color: var(--tax-text-soft);
}

.tax-landing-page .tax-cta-actions {
	margin-top: 1.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.tax-landing-page .tax-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	padding: 1rem 1.8rem;
	font-size: 1.5rem;
	font-weight: 700;
	text-decoration: none;
}

.tax-landing-page .tax-cta-primary {
	background: var(--tax-brand);
	color: #ffffff;
}

.tax-landing-page .tax-cta-secondary {
	border: 1px solid var(--tax-brand);
	color: var(--tax-brand);
	background: transparent;
}

.tax-landing-page .tax-related-card {
	border: 1px solid var(--tax-border);
	border-radius: 1rem;
	overflow: hidden;
}

.tax-landing-page .tax-related-card a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.tax-landing-page .tax-related-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.tax-landing-page .tax-related-card h3 {
	margin: 0;
	padding: 1.2rem;
	font-size: 1.6rem;
	line-height: 1.3;
	font-weight: 700;
	border-top: 1px solid var(--tax-border);
	background: #ffffff;
}

.tax-landing-page .tax-related-card:hover {
	border-color: var(--tax-brand);
}

@media (min-width: 768px) {
	.tax-landing-page .tax-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-landing-page .tax-use-case-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-landing-page .tax-lineup-model-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-landing-page .tax-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-landing-page .tax-listing-card .single-product-image {
		min-height: 18rem;
	}
}

@media (min-width: 1024px) {
	.tax-landing-page .tax-landing {
		padding-top: 3.2rem;
		padding-bottom: 3.2rem;
	}

	.tax-landing-page .tax-benefit-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tax-landing-page .tax-use-case-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-landing-page .tax-lineup-shell {
		grid-template-columns: 1.15fr 1fr;
		align-items: center;
		padding: 3rem;
	}

	.tax-landing-page .tax-related-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tax-landing-page .tax-listing-card .single-product-image {
		min-height: 20rem;
	}
}

/* Final landing-page polish overrides */
.tax-landing-page .tax-landing{padding-top:1.2rem;padding-bottom:1.2rem}.tax-landing-page .tax-landing-title{max-width:80rem;font-size:clamp(3.1rem,2.2vw + 1.8rem,5.5rem);line-height:1.04}.tax-landing-page .tax-landing-intro{max-width:78rem;font-size:clamp(1.6rem,.25vw + 1.45rem,2rem);line-height:1.55}.tax-landing-page .tax-benefit-grid,.tax-landing-page .tax-use-case-grid,.tax-landing-page .tax-related-grid{margin-top:1.2rem;gap:1rem}.tax-landing-page .tax-landing-benefits .tax-card,.tax-landing-page .tax-landing-use-cases .tax-card{border:1px solid var(--tax-border);background:#f8fbff}.tax-landing-page .tax-landing-benefits .tax-card{display:grid;grid-template-columns:1fr;align-items:stretch;overflow:hidden}.tax-landing-page .tax-landing-benefits .tax-card-icon{max-height:none;min-height:19rem;height:100%;object-fit:cover;padding:0;background:none;border-bottom:0}.tax-landing-page .tax-landing-benefits .tax-card-title{margin:1.2rem 1.4rem 0;font-size:1.85rem}.tax-landing-page .tax-landing-benefits .tax-card-content{margin:.8rem 1.4rem 1.4rem}.tax-landing-page .tax-lineup-shell{margin-bottom:.2rem}.tax-landing-page .tax-landing-listing{padding-top:.2rem}.tax-landing-page .tax-listing-header{display:grid;gap:.6rem;align-items:end;margin-bottom:1.2rem;padding:1.2rem 1.4rem;background:linear-gradient(180deg,#fff 0%,#f6faff 100%);border:1px solid var(--tax-border);border-radius:1rem}.tax-landing-page .tax-listing-kicker{margin:0;font-size:1.2rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--tax-brand)}.tax-landing-page .tax-listing-intro{margin:0;font-size:1.5rem;line-height:1.55;color:var(--tax-text-soft);max-width:60rem}.tax-landing-page .tax-listing-card .single-product-image{min-height:18rem;border-radius:.8rem;background-size:contain;background-position:center center;background-color:#f7fbff}.tax-landing-page .tax-listing-title{margin-bottom:.8rem;font-size:1.7rem;line-height:1.25;min-height:4.2rem}.tax-landing-page .tax-related-card img{aspect-ratio:5/3;object-fit:contain;background:#f8fbff;padding:1rem}.tax-landing-page .tax-service-map-note{margin-top:1rem;font-size:1.3rem;color:#30445f}@media (min-width:768px){.tax-landing-page .tax-listing-header{grid-template-columns:minmax(0,1fr) minmax(28rem,40rem)}.tax-landing-page .tax-landing-benefits .tax-card{grid-template-columns:18rem 1fr}.tax-landing-page .tax-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.tax-landing-page .tax-landing{padding-top:1.8rem;padding-bottom:1.8rem}.tax-landing-page .tax-landing-benefits .tax-card{grid-template-columns:20rem 1fr}}
.tax-landing-page .tax-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.tax-landing-page .tax-hero-action{display:inline-flex;align-items:center;justify-content:center;min-height:4.6rem;padding:0 1.8rem;border-radius:999px;font-size:1.5rem;font-weight:700;text-decoration:none}.tax-landing-page .tax-hero-action-primary{background:#fff;color:#163d70}.tax-landing-page .tax-hero-action-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.tax-landing-page .tax-listing-header{margin-bottom:.8rem}
.tax-landing-page .tax-benefit-copy{display:flex;flex-direction:column;justify-content:center}.tax-landing-page .tax-landing-benefits .tax-card-title{max-width:28rem}.tax-landing-page .tax-landing-benefits .tax-card-content{max-width:34rem}@media (min-width:768px){.tax-landing-page .tax-landing-benefits .tax-card{grid-template-columns:minmax(18rem,22rem) 1fr}.tax-landing-page .tax-landing-benefits .tax-card-icon{min-height:100%;height:100%}}@media (min-width:1024px){.tax-landing-page .tax-landing-benefits .tax-card{grid-template-columns:minmax(20rem,24rem) 1fr}}
.tax-landing-page .tax-listing-sortbar{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem}.tax-landing-page .tax-sort-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--tax-border);padding:.55rem 1rem;font-size:1.25rem;font-weight:600;background:#fff;color:#3a4a5d}.tax-landing-page .tax-sort-chip-active{border-color:#8ec0ff;background:#ebf4ff;color:#163d70}.tax-landing-page .tax-listing-meta{display:inline-flex;align-items:center;margin-top:.9rem;font-size:1.25rem;font-weight:700;color:#1f5da3;background:#e9f3ff;border-radius:999px;padding:.4rem .9rem}.tax-landing-page .tax-listing-summary{margin:1rem 0 0;font-size:1.4rem;line-height:1.5;color:#42566e}.tax-landing-page .tax-listing-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.1rem;font-size:1.3rem;font-weight:700;color:#163d70;text-decoration:underline;text-underline-offset:.2rem}

/* Professional visual tone overrides */
.tax-landing-page .tax-card,.tax-landing-page .tax-lineup-shell,.tax-landing-page .tax-service-shell,.tax-landing-page .tax-cta-shell{border-radius:.6rem}.tax-landing-page .tax-lineup-model-card,.tax-landing-page .tax-listing-header,.tax-landing-page .tax-faq-item,.tax-landing-page .tax-service-map-wrap,.tax-landing-page .tax-related-card,.tax-landing-page .tax-listing-card{border-radius:.5rem}.tax-landing-page .tax-hero-action,.tax-landing-page .tax-cta{border-radius:.45rem}.tax-landing-page .tax-sort-chip,.tax-landing-page .tax-listing-meta{border-radius:.4rem}.tax-landing-page .tax-listing-card .single-product-image,.tax-landing-page .tax-lineup-model-card img{border-radius:.4rem}.tax-landing-page .tax-listing-price{border-radius:.35rem 0 0 0}.tax-landing-page .tax-listing-cta{display:none}
.tax-landing-page .tax-sort-chip{cursor:pointer;appearance:none;-webkit-appearance:none}

/* Comparison UX enhancements */
.tax-landing-page .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.tax-landing-page .tax-listing-sortbar{align-items:center}.tax-landing-page .tax-sort-chip{transition:border-color .15s ease,background-color .15s ease}.tax-landing-page .tax-sort-chip:hover,.tax-landing-page .tax-sort-chip:focus-visible{border-color:#6caeff;outline:none}.tax-landing-page .tax-listing-card .single-product-link{display:flex;flex-direction:column}.tax-landing-page .tax-listing-specs{margin:1rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.55rem}.tax-landing-page .tax-listing-specs li{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:.35rem;background:#f1f7ff;border:1px solid #d8e8ff;color:#1f507f;font-size:1.15rem;font-weight:700;line-height:1.2}.tax-landing-page .tax-listing-price-label{position:absolute;right:1rem;bottom:4.2rem;font-size:1.1rem;text-transform:uppercase;letter-spacing:.06em;color:#2e5b8c;font-weight:700}
