.aal-dp-installer-finder {
	--aal-finder-red: #e31b23;
	--aal-finder-red-dark: #b90f17;
	--aal-finder-ink: #111820;
	position: relative;
	container-type: inline-size;
	clear: both;
	overflow: hidden;
	margin: 22px 0;
	padding: 18px clamp(18px, 3vw, 26px) 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background:
		radial-gradient(circle at 100% 0%, rgba(227, 27, 35, 0.24), transparent 42%),
		linear-gradient(125deg, #0c1117, #19222b);
	box-shadow: 0 18px 45px rgba(10, 17, 24, 0.18);
	color: #fff;
}

.aal-dp-installer-finder::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--aal-finder-red), #ff5a42 58%, transparent);
	content: "";
	z-index: 2;
}

.aal-dp-installer-finder::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: url("images/topographic-contour-reference.png") center / cover no-repeat;
	content: "";
	filter: invert(1);
	mix-blend-mode: screen;
	opacity: 0.1;
	pointer-events: none;
}

.aal-dp-installer-finder > * {
	position: relative;
	z-index: 1;
}

.aal-dp-installer-finder__eyebrow {
	display: flex;
	align-items: center;
	width: fit-content;
	gap: 7px;
	margin: 0 0 5px;
	color: #ff7a71;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.aal-dp-installer-finder__eyebrow::before {
	width: 22px;
	height: 2px;
	background: currentColor;
	content: "";
}

.aal-dp-installer-finder h3,
.aal-dp-installer-finder__heading {
	display: block;
	margin: 0 0 6px;
	color: #fff;
	font-size: clamp(24px, 3vw, 30px);
	font-weight: 750;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.aal-dp-installer-finder > p:not(.aal-dp-installer-status):not(.aal-dp-installer-disclosure),
.aal-dp-installer-finder__product-panel > p {
	max-width: 660px;
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 15px;
	line-height: 1.42;
}

.aal-dp-installer-finder--product.is-collapsed {
	padding: 11px clamp(18px, 3vw, 26px) 10px;
}

.aal-dp-installer-finder__compact-header {
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
}

.aal-dp-installer-finder__compact-header > div:first-child {
	min-width: 0;
}

.aal-dp-installer-finder__compact-header .aal-dp-installer-finder__eyebrow {
	margin-bottom: 4px;
}

.aal-dp-installer-finder__compact-header .aal-dp-installer-finder__heading {
	margin: 0;
	font-size: 19px;
	line-height: 1.05;
}

.aal-dp-installer-finder__compact-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 7px;
	align-items: center;
}

.aal-dp-installer-finder__selected-badge {
	display: inline-flex;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	align-items: center;
	gap: 4px;
	height: 36px;
	min-height: 36px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #a9e6bc;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.aal-dp-installer-finder__selected-badge > span:first-child {
	display: inline-flex;
	align-items: center;
	height: 36px;
	padding: 0 9px;
	border: 1px solid rgba(103, 207, 139, 0.62);
	border-radius: 4px;
	background: rgba(36, 116, 66, 0.28);
}

.aal-dp-installer-finder__selected-badge[hidden] {
	display: none;
}

.aal-dp-installer-finder__clear {
	display: inline-grid;
	width: 32px;
	height: 36px !important;
	min-width: 32px !important;
	min-height: 36px !important;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(169, 230, 188, 0.5);
	border-radius: 4px !important;
	background: rgba(36, 116, 66, 0.18);
	box-shadow: none;
	color: #d7f5e0;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	cursor: pointer;
}

.aal-dp-installer-finder__clear:hover,
.aal-dp-installer-finder__clear:focus-visible {
	border-color: rgba(215, 245, 224, 0.86);
	background: rgba(169, 230, 188, 0.18);
	color: #fff;
}

.aal-dp-installer-finder__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 36px;
	margin: 0 !important;
	padding: 8px 11px;
	border: 1px solid var(--aal-finder-red);
	border-radius: 4px !important;
	background: var(--aal-finder-red);
	box-shadow: 0 5px 14px rgba(227, 27, 35, 0.22);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}

.aal-dp-installer-finder__toggle:hover,
.aal-dp-installer-finder__toggle:focus-visible {
	border-color: #ff3941;
	background: #ff2b34;
	color: #fff;
}

.aal-dp-installer-finder__toggle[aria-expanded="true"] {
	border-color: rgba(255, 255, 255, 0.58);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none;
}

.aal-dp-installer-finder__chevron {
	width: 7px;
	height: 7px;
	border: solid currentColor;
	border-width: 0 2px 2px 0;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 150ms ease;
}

.aal-dp-installer-finder__toggle[aria-expanded="true"] .aal-dp-installer-finder__chevron {
	transform: translateY(2px) rotate(225deg);
}

.aal-dp-installer-finder__product-panel {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.aal-dp-installer-search {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(145px, 160px) minmax(145px, 160px);
	gap: 10px;
	margin-top: 12px;
}

.aal-dp-installer-search label {
	margin: 0;
}

.aal-dp-installer-finder .aal-dp-installer-search input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0 17px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 7px;
	background: rgba(7, 13, 20, 0.72);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 6px 18px rgba(0, 0, 0, 0.16);
	color: #fff !important;
	font-size: 15px;
}

.aal-dp-installer-finder .aal-dp-installer-search input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.72);
	opacity: 1;
}

.aal-dp-installer-finder .aal-dp-installer-search input[type="search"]:hover {
	border-color: rgba(255, 255, 255, 0.92);
}

.aal-dp-installer-finder .aal-dp-installer-search input[type="search"]:focus {
	border-color: #ff625c;
	box-shadow: 0 0 0 3px rgba(255, 76, 76, 0.28), 0 6px 18px rgba(0, 0, 0, 0.14);
	outline: 0;
}

.aal-dp-installer-search button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	min-height: 44px;
	margin: 0;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: 7px;
	box-shadow: none;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.aal-dp-installer-search button.button:hover,
.aal-dp-installer-search button.button:focus-visible {
	transform: translateY(-1px);
}

.aal-dp-installer-search button[data-installer-search-submit] {
	border-color: var(--aal-finder-red);
	background: var(--aal-finder-red);
	box-shadow: 0 8px 20px rgba(227, 27, 35, 0.3);
	color: #fff;
}

.aal-dp-installer-search button[data-installer-search-submit]:hover,
.aal-dp-installer-search button[data-installer-search-submit]:focus-visible {
	border-color: #ff3941;
	background: #ff2b34;
	box-shadow: 0 10px 24px rgba(227, 27, 35, 0.4);
	color: #fff;
}

.aal-dp-installer-search button[data-installer-geolocate] {
	border-color: rgba(255, 255, 255, 0.72);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.aal-dp-installer-search button[data-installer-geolocate]:hover,
.aal-dp-installer-search button[data-installer-geolocate]:focus-visible {
	border-color: #fff;
	background: #fff;
	color: var(--aal-finder-ink);
}

.aal-dp-installer-status {
	min-height: 0;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}

.aal-dp-installer-status:not(:empty) {
	min-height: 18px;
	margin-top: 9px;
}

.aal-dp-installer-results-viewport {
	position: relative;
}

.aal-dp-installer-results-viewport::after {
	position: absolute;
	z-index: 1;
	right: 5px;
	bottom: 0;
	left: 0;
	height: 46px;
	background: linear-gradient(to bottom, rgba(12, 17, 23, 0), rgba(12, 17, 23, 0.92));
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity 140ms ease;
}

.aal-dp-installer-results-viewport.is-scrollable:not(.is-at-end)::after {
	opacity: 1;
}

.aal-dp-installer-results {
	display: grid;
	gap: 7px;
	max-height: 185px;
	margin-top: 2px;
	padding-right: 5px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.08);
	scrollbar-width: thin;
}

.aal-dp-installer-scroll-hint {
	position: absolute;
	z-index: 2;
	bottom: 7px;
	left: 50%;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: calc(100% - 32px);
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	background: rgba(12, 17, 23, 0.92);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.055em;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	transform: translateX(-50%);
	pointer-events: none;
}

.aal-dp-installer-scroll-hint[hidden] {
	display: none;
}

.aal-dp-installer-scroll-hint span {
	font-size: 15px;
	line-height: 0.7;
}

.aal-dp-installer-results::-webkit-scrollbar {
	width: 7px;
}

.aal-dp-installer-results::-webkit-scrollbar-track {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
}

.aal-dp-installer-results::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
}

.aal-dp-installer-result {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 9px 11px;
	border: 1px solid rgba(255, 255, 255, 0.74);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
	color: var(--aal-finder-ink);
}

.aal-dp-installer-result p {
	margin: 3px 0 0;
	color: #52606d;
	font-size: 12px;
	line-height: 1.25;
}

.aal-dp-installer-result p .aal-dp-installer-result__details {
	margin-left: 7px;
	color: var(--aal-finder-red-dark);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.aal-dp-installer-result p .aal-dp-installer-result__details:hover,
.aal-dp-installer-result p .aal-dp-installer-result__details:focus-visible {
	color: var(--aal-finder-red);
}

.aal-dp-installer-result > div:first-child > strong {
	display: inline;
	font-size: 15px;
	line-height: 1.2;
}

.aal-dp-installer-result > div:last-child {
	display: grid;
	gap: 3px;
	justify-items: end;
}

.aal-dp-installer-result > div:last-child > b {
	font-size: 12px;
	line-height: 1.2;
}

.aal-dp-installer-result__badges {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	margin: 0 0 0 7px;
	vertical-align: middle;
}

.aal-dp-installer-result__badges span {
	padding: 3px 7px;
	border-radius: 999px;
	background: #e7f5ea;
	color: #247442;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aal-dp-installer-result .button,
.aal-dp-installer-result .aal-dp-installer-choice {
	border-radius: 5px;
	font-size: 11px;
	line-height: 1.2;
}

.aal-dp-installer-result .button {
	min-height: 32px;
	margin: 0;
	padding: 7px 10px;
}

.aal-dp-installer-result .aal-dp-installer-result__ship.button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid #7d8791;
	background: #fff;
	box-shadow: none;
	color: #17202a;
	font-weight: 800;
	white-space: nowrap;
}

.aal-dp-installer-result .aal-dp-installer-result__ship.button:hover,
.aal-dp-installer-result .aal-dp-installer-result__ship.button:focus-visible {
	border-color: var(--aal-finder-red);
	background: #fff7f7;
	color: var(--aal-finder-red-dark);
}

.aal-dp-installer-result .aal-dp-installer-result__ship.button.is-selected {
	border-color: #247442;
	background: #e7f5ea;
	color: #1f6539;
}

.aal-dp-installer-result__check {
	position: relative;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	border: 1.5px solid currentColor;
	border-radius: 3px;
	background: #fff;
}

.aal-dp-installer-result__ship.is-selected .aal-dp-installer-result__check {
	border-color: #247442;
	background: #247442;
}

.aal-dp-installer-result__ship.is-selected .aal-dp-installer-result__check::after {
	position: absolute;
	top: 1px;
	left: 3px;
	width: 5px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(45deg);
}

.aal-dp-installer-finder--checkout h3 {
	margin-bottom: 5px;
	font-size: clamp(23px, 3vw, 28px) !important;
	line-height: 1.08;
	text-transform: none !important;
}

.aal-dp-installer-destinations {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	min-width: 0;
	margin: 16px 0 0;
	padding: 0;
	border: 0;
}

.aal-dp-installer-destination {
	position: relative;
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 74px;
	margin: 0 !important;
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	cursor: pointer;
	transition: border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.aal-dp-installer-destination:hover {
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.1);
}

.aal-dp-installer-destination.is-selected {
	border-color: rgba(255, 93, 98, 0.9);
	background: rgba(227, 27, 35, 0.15);
	box-shadow: inset 0 0 0 1px rgba(227, 27, 35, 0.18);
}

.aal-dp-installer-destination input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.aal-dp-installer-destination__indicator {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	border: 1.5px solid rgba(255, 255, 255, 0.78);
	border-radius: 50%;
	background: rgba(7, 13, 20, 0.45);
}

.aal-dp-installer-destination.is-selected .aal-dp-installer-destination__indicator {
	border-color: #ff6f73;
}

.aal-dp-installer-destination.is-selected .aal-dp-installer-destination__indicator::after {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff4e55;
	content: "";
}

.aal-dp-installer-destination strong,
.aal-dp-installer-destination small {
	display: block;
}

.aal-dp-installer-destination strong {
	font-size: 14px;
	line-height: 1.2;
}

.aal-dp-installer-destination small {
	margin-top: 4px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
}

.aal-dp-installer-finder--checkout [data-installer-checkout-panel] {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.aal-dp-installer-checkout-panel__heading {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 10px;
	align-items: baseline;
	justify-content: space-between;
}

.aal-dp-installer-checkout-panel__heading strong {
	color: #fff;
	font-size: 15px;
}

.aal-dp-installer-checkout-panel__heading span {
	color: rgba(255, 255, 255, 0.66);
	font-size: 11px;
}

.aal-dp-installer-choice {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 32px;
	margin: 0 !important;
	padding: 7px 10px;
	border: 1px solid #7d8791;
	border-radius: 5px;
	background: #fff;
	color: #17202a;
	font-weight: 800;
	white-space: nowrap;
	cursor: pointer;
}

.aal-dp-installer-choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.aal-dp-installer-choice:hover,
.aal-dp-installer-choice:focus-within {
	border-color: var(--aal-finder-red);
	background: #fff7f7;
	color: var(--aal-finder-red-dark);
}

.aal-dp-installer-choice.is-selected {
	border-color: #247442;
	background: #e7f5ea;
	color: #1f6539;
}

.aal-dp-installer-choice.is-selected .aal-dp-installer-result__check {
	border-color: #247442;
	background: #247442;
}

.aal-dp-installer-choice.is-selected .aal-dp-installer-result__check::after {
	position: absolute;
	top: 1px;
	left: 3px;
	width: 5px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	transform: rotate(45deg);
}

.aal-dp-installer-disclosure {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 12px;
}

@media (max-width: 760px) {
	.aal-dp-installer-search {
		grid-template-columns: 1fr 1fr;
	}

	.aal-dp-installer-search label {
		grid-column: 1 / -1;
	}
}

@container (max-width: 540px) {
	.aal-dp-installer-destinations {
		grid-template-columns: 1fr;
	}

	.aal-dp-installer-search {
		grid-template-columns: 1fr 1fr;
	}

	.aal-dp-installer-search label {
		grid-column: 1 / -1;
	}
}

@container (max-width: 460px) {
	.aal-dp-installer-finder__compact-header {
		align-items: flex-end;
	}

	.aal-dp-installer-finder__compact-actions {
		flex-direction: column;
		align-items: flex-end;
	}

	.aal-dp-installer-search,
	.aal-dp-installer-result {
		grid-template-columns: 1fr;
	}

	.aal-dp-installer-search label {
		grid-column: auto;
	}

	.aal-dp-installer-result > div:last-child {
		justify-items: start;
	}
}

@media (max-width: 520px) {
	.aal-dp-installer-finder {
		padding: 18px 16px 14px;
	}

	.aal-dp-installer-finder--product.is-collapsed {
		padding: 11px 16px 10px;
	}

	.aal-dp-installer-search,
	.aal-dp-installer-result {
		grid-template-columns: 1fr;
	}

	.aal-dp-installer-search label {
		grid-column: auto;
	}

	.aal-dp-installer-result > div:last-child {
		justify-items: start;
	}
}
