.sw-shipping-estimator {
	position: relative;
	overflow: clip;
	background:
		radial-gradient(circle at 50% 0, rgba(1, 126, 246, .1), transparent 34rem),
		linear-gradient(180deg, #f7fafd 0%, #edf5fd 100%);
}

.sw-shipping-estimator::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(rgba(0, 95, 204, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 95, 204, .035) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent 72%);
}

.sw-shipping-estimator > .sw-editorial-shell {
	position: relative;
	z-index: 1;
}

.sw-estimator-heading {
	max-inline-size: 49rem;
	margin: 0 auto clamp(2rem, 4vw, 3rem);
	text-align: center;
}

.sw-estimator-heading .sw-editorial-eyebrow {
	justify-content: center;
}

.sw-estimator-heading h2 {
	margin-block-end: 1rem;
	font-size: clamp(2.25rem, 4.2vw, 3.5rem);
	line-height: 1.08;
}

.sw-estimator-heading > p:last-child {
	max-inline-size: 44rem;
	margin: 0 auto;
	color: var(--sw-color-muted, #5a6473);
	font-size: 1.08rem;
}

.sw-estimator-workspace {
	display: grid;
	grid-template-columns: minmax(15rem, .78fr) minmax(27rem, 1.4fr) minmax(17rem, .86fr);
	align-items: stretch;
	gap: 1.25rem;
}

.sw-shipping-estimator--article {
	margin-block: 3rem;
	padding-block: clamp(2rem, 5vw, 3rem);
	border: 1px solid #cfe1f3;
	border-radius: 1rem;
}

.sw-shipping-estimator--article > .sw-editorial-shell {
	inline-size: min(calc(100% - 2rem), 48rem);
}

.sw-shipping-estimator--article .sw-estimator-heading h2 {
	font-size: clamp(1.9rem, 4vw, 2.6rem);
}

.sw-shipping-estimator--article .sw-estimator-workspace {
	grid-template-columns: minmax(0, 1fr);
}

.sw-estimator-controls,
.sw-estimator-map-panel,
.sw-estimator-result {
	min-inline-size: 0;
	margin: 0;
	border: 1px solid #cfe1f3;
	border-radius: 1rem;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 18px 44px rgba(12, 31, 58, .1);
}

.sw-estimator-controls,
.sw-estimator-result {
	padding: 1.5rem;
}

.sw-estimator-card-heading,
.sw-estimator-map-header > div {
	display: flex;
	align-items: flex-start;
	gap: .85rem;
}

.sw-estimator-card-heading > span,
.sw-estimator-map-header > div > span {
	display: grid;
	inline-size: 2.15rem;
	block-size: 2.15rem;
	flex: 0 0 2.15rem;
	place-items: center;
	border-radius: 50%;
	background: #e8f4ff;
	color: var(--sw-color-primary, #005fcc);
	font-family: var(--sw-font-heading, sans-serif);
	font-size: .78rem;
	font-weight: 700;
}

.sw-estimator-card-heading h3,
.sw-estimator-map-header h3 {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.15;
}

.sw-estimator-card-heading p,
.sw-estimator-map-header p {
	margin: .25rem 0 0;
	color: var(--sw-color-muted, #5a6473);
	font-size: .78rem;
	line-height: 1.4;
}

.sw-estimator-field {
	margin-block-start: 1.25rem;
}

.sw-estimator-field label,
.sw-estimator-transport legend,
.sw-estimator-map-mode > span {
	display: block;
	margin-block-end: .45rem;
	color: var(--sw-color-ink, #0c1f3a);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.sw-estimator-field select {
	inline-size: 100%;
	min-block-size: 3rem;
	margin: 0;
	padding: .65rem 2.4rem .65rem .85rem;
	border: 1px solid #b9d7f5;
	border-radius: .65rem;
	background-color: #fff;
	color: var(--sw-color-ink, #0c1f3a);
	font: inherit;
	font-size: .95rem;
	font-weight: 600;
}

.sw-estimator-transport {
	margin: 1.35rem 0 0;
	padding: 0;
	border: 0;
}

.sw-estimator-transport label {
	min-block-size: 3.4rem;
	display: flex;
	align-items: center;
	gap: .7rem;
	margin-block-start: .55rem;
	padding: .65rem .75rem;
	border: 1px solid #d9e6f2;
	border-radius: .65rem;
	background: #f9fbfd;
	cursor: pointer;
}

.sw-estimator-transport label:has(input:checked) {
	border-color: var(--sw-color-primary, #005fcc);
	background: #edf5fd;
}

.sw-estimator-transport input {
	inline-size: 1.1rem;
	block-size: 1.1rem;
	flex: 0 0 auto;
	margin: 0;
	accent-color: var(--sw-color-primary, #005fcc);
}

.sw-estimator-transport strong,
.sw-estimator-transport small {
	display: block;
}

.sw-estimator-transport strong {
	color: var(--sw-color-ink, #0c1f3a);
	font-size: .9rem;
	line-height: 1.25;
}

.sw-estimator-transport small {
	margin-block-start: .15rem;
	color: var(--sw-color-muted, #5a6473);
	font-size: .72rem;
	line-height: 1.3;
}

.sw-estimator-map-mode {
	margin-block-start: 1.35rem;
}

.sw-estimator-map-mode > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .5rem;
}

.sw-estimator-map-mode button {
	min-block-size: 3.4rem;
	padding: .55rem .65rem;
	border: 1px solid #cfe1f3;
	border-radius: .65rem;
	background: #f7fafd;
	color: var(--sw-color-muted, #5a6473);
	font: inherit;
	text-align: start;
	cursor: pointer;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.sw-estimator-map-mode button small,
.sw-estimator-map-mode button strong {
	display: block;
	line-height: 1.25;
}

.sw-estimator-map-mode button small {
	margin-block-end: .15rem;
	font-size: .67rem;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.sw-estimator-map-mode button strong {
	overflow: hidden;
	font-size: .78rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sw-estimator-map-mode button.is-active {
	border-color: var(--sw-color-primary, #005fcc);
	background: #005fcc;
	color: #fff;
	box-shadow: 0 5px 12px rgba(0, 95, 204, .2);
}

.sw-estimator-map-panel {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.sw-estimator-map-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.35rem 1.35rem .75rem;
}

.sw-estimator-map-header ul {
	display: flex;
	flex: 0 0 auto;
	gap: .75rem;
	margin: .3rem 0 0;
	padding: 0;
	color: var(--sw-color-muted, #5a6473);
	font-size: .7rem;
	font-weight: 700;
	list-style: none;
}

.sw-estimator-map-header li {
	display: flex;
	align-items: center;
	gap: .35rem;
}

.sw-estimator-map-header i {
	inline-size: .65rem;
	block-size: .65rem;
	display: block;
	border-radius: 50%;
}

.sw-estimator-legend-origin {
	background: #005fcc;
}

.sw-estimator-legend-destination {
	background: #017ef6;
}

.sw-estimator-map-canvas {
	min-inline-size: 0;
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: .15rem .7rem;
}

.sw-estimator-map,
.sw-coverage-map {
	inline-size: 100%;
	max-inline-size: 51.25rem;
	block-size: auto;
	display: block;
	margin: auto;
}

.sw-locations-map .sw-coverage-map,
.sw-home-coverage__visual .sw-coverage-map {
	position: relative;
	z-index: 1;
	max-block-size: 25rem;
}

.sw-estimator-state {
	cursor: pointer;
	outline: none;
}

.sw-us-map-state path {
	fill: #428bc9;
	stroke: #fff;
	stroke-width: 1.25;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
	transition: fill 160ms ease, stroke 160ms ease, filter 160ms ease;
}

.sw-us-map-state text {
	pointer-events: none;
	fill: #fff;
	stroke: rgba(12, 31, 58, .38);
	stroke-width: 1.25px;
	paint-order: stroke;
	font-family: var(--sw-font-body, sans-serif);
	font-size: 9px;
	font-weight: 700;
}

.sw-estimator-state-hit {
	fill: transparent;
	stroke: none;
	pointer-events: all;
}

.sw-estimator-state:hover path,
.sw-estimator-state:focus-visible path {
	fill: #6aa7d8;
	stroke: #dceeff;
	filter: drop-shadow(0 3px 4px rgba(12, 31, 58, .15));
}

.sw-estimator-state:focus-visible path {
	stroke: #0c1f3a;
	stroke-width: 3;
}

.sw-estimator-state.is-origin path {
	fill: #0c1f3a;
	stroke: #fff;
}

.sw-estimator-state.is-destination path {
	fill: #017ef6;
	stroke: #fff;
}

.sw-estimator-state.is-origin text,
.sw-estimator-state.is-destination text {
	fill: #fff;
}

.sw-estimator-state.is-origin.is-destination path {
	fill: #b45309;
	stroke: #fff;
}

.sw-estimator-route {
	stroke: #0c1f3a;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 7 7;
	filter: drop-shadow(0 2px 3px rgba(255, 255, 255, .8));
	pointer-events: none;
}

.sw-estimator-route-point--origin {
	fill: #005fcc;
}

.sw-estimator-route-point--destination {
	fill: #017ef6;
}

.sw-estimator-route-point {
	stroke: #fff;
	stroke-width: 2;
	pointer-events: none;
}

.sw-estimator-map-help {
	margin: 0;
	padding: .65rem 1.35rem 1.15rem;
	color: var(--sw-color-muted, #5a6473);
	font-size: .7rem;
	line-height: 1.45;
}

.sw-estimator-result {
	display: flex;
	flex-direction: column;
	background: linear-gradient(155deg, #0c1f3a 0%, #102c50 100%);
	color: #fff;
}

.sw-estimator-card-heading--result > span {
	background: rgba(141, 200, 255, .14);
	color: #8dc8ff;
}

.sw-estimator-card-heading--result p {
	margin: 0 0 .2rem;
	color: #8dc8ff;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sw-estimator-card-heading--result h3 {
	color: #fff;
	font-size: 1.35rem;
}

.sw-estimator-result-list {
	margin: 1.35rem 0 0;
}

.sw-estimator-result-list > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	padding-block: .72rem;
	border-block-end: 1px solid rgba(255, 255, 255, .13);
}

.sw-estimator-result-list dt,
.sw-estimator-result-list dd {
	margin: 0;
	line-height: 1.35;
}

.sw-estimator-result-list dt {
	color: #b9c9da;
	font-size: .76rem;
}

.sw-estimator-result-list dd {
	color: #fff;
	font-size: .86rem;
	font-weight: 700;
	text-align: end;
}

.sw-estimator-result-list .sw-estimator-result-total {
	display: block;
	padding-block: 1rem;
}

.sw-estimator-result-total dt {
	margin-block-end: .3rem;
}

.sw-estimator-result-total dd {
	color: #8dc8ff;
	font-family: var(--sw-font-heading, sans-serif);
	font-size: clamp(1.65rem, 2.3vw, 2.15rem);
	line-height: 1.05;
	text-align: start;
}

.sw-estimator-route-note {
	margin: 1rem 0 0;
	padding: .75rem;
	border: 1px solid rgba(141, 200, 255, .22);
	border-radius: .55rem;
	background: rgba(141, 200, 255, .08);
	color: #d9ebfb;
	font-size: .72rem;
	line-height: 1.45;
}

.sw-estimator-disclaimer {
	margin: 1.15rem 0;
	color: #b9c9da;
	font-size: .7rem;
	line-height: 1.5;
}

.sw-shipping-estimator .sw-estimator-result .sw-estimator-cta {
	inline-size: 100%;
	justify-content: center;
	margin-block-start: auto;
	color: #fff;
}

.sw-shipping-estimator .sw-estimator-result .sw-estimator-cta:hover,
.sw-shipping-estimator .sw-estimator-result .sw-estimator-cta:focus-visible {
	color: #fff;
}

.sw-estimator-noscript {
	margin: 1rem 0 0;
	color: #7c2d12;
	font-size: .78rem;
}

.sw-shipping-estimator select:focus-visible,
.sw-shipping-estimator input:focus-visible,
.sw-shipping-estimator button:focus-visible,
.sw-shipping-estimator a:focus-visible,
.sw-estimator-state:focus-visible {
	outline: 3px solid rgba(1, 126, 246, .5);
	outline-offset: 3px;
}

@media (max-width: 1100px) {
	.sw-estimator-workspace {
		grid-template-columns: minmax(0, 1fr);
		max-inline-size: 48rem;
		margin-inline: auto;
	}

	.sw-estimator-map-panel {
		min-block-size: 0;
	}
}

@media (max-width: 520px) {
	.sw-shipping-estimator::before {
		background-size: 32px 32px;
	}

	.sw-estimator-heading h2 {
		font-size: 2.3rem;
	}

	.sw-estimator-controls,
	.sw-estimator-result {
		padding: 1.2rem;
	}

	.sw-estimator-map-panel {
		min-block-size: 0;
	}

	.sw-estimator-map-header {
		align-items: flex-start;
		flex-direction: column;
		padding: 1.2rem 1.2rem .6rem;
	}

	.sw-estimator-map-header ul {
		margin-inline-start: 3rem;
	}

	.sw-estimator-map-canvas {
		padding: .35rem .2rem 0;
	}

	.sw-estimator-map {
		inline-size: 100%;
		max-inline-size: 100%;
	}

	.sw-us-map-state text {
		display: none;
	}

	.sw-estimator-map-help {
		padding-inline: 1.2rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sw-estimator-state path,
	.sw-estimator-map-mode button {
		transition: none;
	}
}
