div.asl-locator {
	max-width: 790px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #111;
}

.asl-heading {
	text-align: left;
	margin-bottom: 20px;
}

div.asl-locator .asl-heading h2 {
	margin: 0 0 5px;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -1px;
	color: #050505;
}

div.asl-locator .asl-heading p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

div.asl-locator .asl-search-card {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 15px;
	padding: 16px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

div.asl-locator .asl-label {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
}

div.asl-locator .asl-search-row {
	display: flex;
	gap: 10px;
	align-items: center;
}

div.asl-locator input.asl-postcode {
	flex: 1;
	min-width: 0;
	height: 40px;
	box-sizing: border-box;
	padding: 0 13px;
	background: #e6effb;
	border: 1px solid #bdcbe0;
	border-radius: 10px;
	outline: none;
	font-size: 14px;
	color: #111;
}

.asl-postcode:focus {
	border-color: #9aacc4;
	box-shadow: 0 0 0 2px rgba(50, 80, 120, 0.08);
}

div.asl-locator button.asl-search-button {
	height: 40px;
	padding: 0 17px;
	border: 0;
	border-radius: 10px;
	background: #111;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

.asl-search-button:hover {
	background: #242424;
}

.asl-search-button:disabled {
	opacity: 0.6;
	cursor: wait;
}

div.asl-locator .asl-message {
	margin-top: 9px;
	font-size: 12px;
	color: #333;
	min-height: 15px;
}

div.asl-locator .asl-results-heading {
	margin: 0;
	padding: 0 16px 10px;
	font-size: 12px;
	line-height: 1.4;
	color: #1c3854;
}

div.asl-locator .asl-results {
	display: grid;
	gap: 12px;
}

div.asl-locator article.asl-result {
	position: relative;
	padding: 18px 16px 16px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 15px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

div.asl-locator .asl-result-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

div.asl-locator .asl-result h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #111;
}

div.asl-locator .asl-distance {
	flex: 0 0 auto;
	padding: 4px 9px;
	border: 1px solid #d7dce2;
	border-radius: 999px;
	background: #fafafa;
	font-size: 11px;
	line-height: 1.2;
	color: #222;
	white-space: nowrap;
}

div.asl-locator .asl-result-address {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.45;
	text-transform: uppercase;
	color: #173b60;
}

div.asl-locator .asl-result-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 13px;
}

div.asl-locator a.asl-map-button {
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	box-sizing: border-box;
	padding: 0 10px;
	border: 1px solid #cfd5dc;
	border-radius: 8px;
	background: #fff;
	color: #111;
	font-size: 11px;
	line-height: 1;
	text-decoration: none;
}

div.asl-locator a.asl-map-button:hover {
	background: #f6f6f6;
	color: #111;
}

div.asl-locator .asl-result-phone {
	font-size: 11px;
	color: #173b60;
}

div.asl-locator .asl-result-phone a {
	color: #0645ad;
	text-decoration: underline;
}

@media (max-width: 700px) {
	div.asl-locator .asl-heading h2 {
		font-size: 32px;
	}

	div.asl-locator .asl-search-row {
		flex-direction: row;
	}

	div.asl-locator .asl-result-top {
		align-items: flex-start;
	}

	div.asl-locator .asl-result-address {
		padding-right: 0;
	}
}

@media (max-width: 480px) {
	div.asl-locator .asl-search-row {
		flex-direction: column;
		align-items: stretch;
	}

	div.asl-locator button.asl-search-button {
		width: 100%;
	}

	div.asl-locator .asl-result-top {
		flex-direction: column-reverse;
		gap: 8px;
	}

	div.asl-locator .asl-distance {
		align-self: flex-start;
	}
}


/* Altico target-style overrides: keep the locator independent from theme/Elementor defaults. */
div.asl-locator {
	width: 100% !important;
	max-width: 790px !important;
	margin: 0 auto !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #111 !important;
	box-sizing: border-box !important;
}
div.asl-locator .asl-heading h2 {
	font-size: 48px !important;
	line-height: 1.08 !important;
	font-weight: 800 !important;
	letter-spacing: -1px !important;
	color: #000 !important;
	text-transform: uppercase !important;
	margin: 0 0 5px !important;
}
div.asl-locator .asl-heading p {
	font-size: 12px !important;
	line-height: 1.5 !important;
	color: #222 !important;
	margin: 0 !important;
}
div.asl-locator .asl-search-card {
	background: #fff !important;
	border: 1px solid #dedede !important;
	border-radius: 15px !important;
	padding: 16px !important;
	box-shadow: 0 3px 12px rgba(0,0,0,.06) !important;
}
div.asl-locator input.asl-postcode {
	background: #e6effb !important;
	border: 1px solid #bdcbe0 !important;
	border-radius: 10px !important;
	height: 40px !important;
	padding: 0 13px !important;
	font-size: 14px !important;
	color: #111 !important;
	box-sizing: border-box !important;
}
div.asl-locator button.asl-search-button {
	background: #111 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 10px !important;
	height: 40px !important;
	padding: 0 17px !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	box-shadow: none !important;
	text-transform: none !important;
}
div.asl-locator button.asl-search-button:hover {
	background: #242424 !important;
	color: #fff !important;
}
div.asl-locator article.asl-result {
	background: #fff !important;
	border: 1px solid #dedede !important;
	border-radius: 15px !important;
	padding: 18px 16px 16px !important;
	box-shadow: 0 3px 12px rgba(0,0,0,.06) !important;
}
div.asl-locator .asl-result h3 {
	color: #111 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	margin: 0 !important;
}
div.asl-locator .asl-distance {
	color: #222 !important;
	background: #fafafa !important;
	border: 1px solid #d7dce2 !important;
	border-radius: 999px !important;
	font-size: 11px !important;
	padding: 4px 9px !important;
}
div.asl-locator .asl-result-address {
	color: #173b60 !important;
	font-size: 12px !important;
}
div.asl-locator a.asl-map-button {
	display: inline-flex !important;
	align-items: center !important;
	min-height: 31px !important;
	padding: 0 10px !important;
	border: 1px solid #cfd5dc !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #111 !important;
	font-size: 11px !important;
	text-decoration: none !important;
}
div.asl-locator a.asl-map-button:hover {
	background: #f6f6f6 !important;
	color: #111 !important;
}
div.asl-locator .asl-result-phone {
	font-size: 11px !important;
	color: #173b60 !important;
}
div.asl-locator .asl-result-phone a {
	color: #0645ad !important;
	text-decoration: underline !important;
}
@media (max-width: 700px) {
	div.asl-locator .asl-heading h2 { font-size: 32px !important; }
}

/* Critical inline-override fallbacks for themes/Elementor/optimizers */
div.asl-locator { width:100% !important; max-width:790px !important; margin:0 auto !important; box-sizing:border-box !important; font-family:Arial,Helvetica,sans-serif !important; color:#111 !important; }
div.asl-locator *, div.asl-locator *::before, div.asl-locator *::after { box-sizing:border-box !important; }
div.asl-locator .asl-search-row { display:flex !important; width:100% !important; gap:10px !important; align-items:center !important; }
div.asl-locator input.asl-postcode { display:block !important; flex:1 1 auto !important; width:auto !important; height:40px !important; background:#e6effb !important; border:1px solid #bdcbe0 !important; border-radius:10px !important; color:#111 !important; margin:0 !important; }
div.asl-locator button.asl-search-button { display:inline-flex !important; align-items:center !important; justify-content:center !important; height:40px !important; min-width:74px !important; background:#111 !important; color:#fff !important; border:none !important; border-radius:10px !important; padding:0 17px !important; margin:0 !important; font-weight:700 !important; }
div.asl-locator .asl-search-card { display:block !important; width:100% !important; background:#fff !important; border:1px solid #dedede !important; border-radius:15px !important; padding:16px !important; }
div.asl-locator article.asl-result { display:block !important; width:100% !important; background:#fff !important; border:1px solid #dedede !important; border-radius:15px !important; padding:18px 16px 16px !important; box-shadow:0 3px 12px rgba(0,0,0,.06) !important; }
div.asl-locator .asl-result-actions { display:flex !important; align-items:center !important; flex-wrap:wrap !important; gap:9px !important; }
div.asl-locator a.asl-map-button { display:inline-flex !important; align-items:center !important; min-height:31px !important; padding:0 10px !important; background:#fff !important; color:#111 !important; border:1px solid #cfd5dc !important; border-radius:8px !important; text-decoration:none !important; }
