@font-face {
	font-family: "Aermec Archivo";
	font-style: normal;
	font-weight: 500 800;
	font-display: swap;
	src: url("../fonts/archivo-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Aermec Barlow";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/barlow-400-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Aermec Barlow";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/barlow-500-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Aermec Barlow";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/barlow-600-latin.woff2") format("woff2");
}

@font-face {
	font-family: "Aermec Barlow";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/barlow-700-latin.woff2") format("woff2");
}

.aermec-rep-locator {
	--aermec-green: #93c23e;
	--aermec-green-dark: #6f9e2e;
	--aermec-green-text: #587f25;
	--aermec-ink: #1a1a1a;
	--aermec-muted: #6b6b6b;
	--aermec-line: #deded9;
	--aermec-soft: #f4f4f1;
	--aermec-panel: #fafaf8;
	--aermec-font-body: "Aermec Barlow", Arial, sans-serif;
	--aermec-font-heading: "Aermec Archivo", "Aermec Barlow", Arial, sans-serif;
	width: 100%;
	color: var(--aermec-ink);
	font-family: var(--aermec-font-body);
	font-size: 16px;
	line-height: 1.45;
	container-type: inline-size;
}

.aermec-rep-locator *,
.aermec-rep-locator *::before,
.aermec-rep-locator *::after {
	box-sizing: border-box;
}

.aermec-rep-locator button,
.aermec-rep-locator input,
.aermec-rep-locator select {
	font: inherit;
}

.aermec-rep-locator [hidden] {
	display: none !important;
}

.aermec-rl__shell {
	display: grid;
	grid-template-columns: minmax(340px, 390px) minmax(0, 1fr);
	width: 100%;
	height: clamp(650px, 72vh, 820px);
	min-height: 650px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--aermec-line);
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(35, 39, 27, 0.1);
}

.aermec-rl__sidebar {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex-direction: column;
	background: var(--aermec-panel);
	border-right: 1px solid var(--aermec-line);
}

.aermec-rl__filters {
	flex: none;
	padding: 26px 26px 20px;
	background: #fff;
	border-bottom: 1px solid var(--aermec-line);
}

.aermec-rl__eyebrow {
	margin-bottom: 4px;
	color: var(--aermec-green-text);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.aermec-rl__title {
	margin: 0 0 20px;
	color: var(--aermec-ink);
	font-family: var(--aermec-font-heading);
	font-size: clamp(25px, 2vw, 31px);
	font-weight: 700;
	line-height: 1.12;
}

.aermec-rl__field-row {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: 12px;
}

.aermec-rl__field,
.aermec-rl__postal-form {
	min-width: 0;
}

.aermec-rl__field label,
.aermec-rl__postal-form > label {
	display: block;
	margin-bottom: 5px;
	color: #414141;
	font-size: 13px;
	font-weight: 600;
}

.aermec-rl__field select,
.aermec-rl__postal-row input {
	width: 100%;
	height: 46px;
	margin: 0;
	color: var(--aermec-ink);
	background-color: var(--aermec-soft);
	border: 1px solid #e4e4df;
	border-radius: 8px;
	box-shadow: none;
}

.aermec-rl__field select {
	padding: 0 34px 0 12px;
}

.aermec-rl__postal-form {
	margin-top: 13px;
}

.aermec-rl__postal-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.aermec-rl__postal-row input {
	padding: 0 12px;
}

.aermec-rl__field select:focus,
.aermec-rl__postal-row input:focus,
.aermec-rep-locator button:focus-visible,
.aermec-rep-locator a:focus-visible {
	outline: 3px solid rgba(111, 158, 46, 0.35);
	outline-offset: 2px;
	border-color: var(--aermec-green-dark);
}

.aermec-rl__button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 8px 15px;
	border-radius: 8px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.aermec-rl__button--primary {
	color: #152000;
	background: var(--aermec-green);
	border: 1px solid var(--aermec-green);
}

.aermec-rl__button--primary:hover {
	color: #fff;
	background: var(--aermec-green-dark);
	border-color: var(--aermec-green-dark);
}

.aermec-rl__button--location {
	color: #31500b;
	background: #f2f7e8;
	border: 1px solid #d7e6bd;
}

.aermec-rl__button--location:hover {
	background: #e7f1d6;
}

.aermec-rl__button:disabled {
	cursor: wait;
	opacity: 0.58;
}

.aermec-rl__filter-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 13px;
}

.aermec-rl__clear,
.aermec-rl__text-button {
	min-height: 44px;
	padding: 5px;
	color: var(--aermec-green-text);
	background: transparent;
	border: 0;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
}

.aermec-rl__message {
	min-height: 18px;
	margin: 8px 0 0;
	color: var(--aermec-green-text);
	font-size: 12px;
}

.aermec-rl__message.is-error {
	color: #a23a30;
}

.aermec-rl__results-panel {
	min-height: 0;
	flex: 1;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
}

.aermec-rl__result-heading {
	position: sticky;
	z-index: 2;
	top: 0;
	padding: 18px 24px 13px;
	background: rgba(250, 250, 248, 0.96);
	border-bottom: 1px solid #e8e8e3;
	backdrop-filter: blur(8px);
}

.aermec-rl__region-name {
	font-family: var(--aermec-font-heading);
	font-size: 21px;
	font-weight: 700;
	line-height: 1.15;
}

.aermec-rl__result-count {
	margin-top: 4px;
	color: var(--aermec-muted);
	font-size: 12px;
}

.aermec-rl__cards {
	display: grid;
	gap: 12px;
	padding: 14px 16px 24px;
}

.aermec-rl__card {
	position: relative;
	padding: 18px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e2e2dd;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(25, 28, 21, 0.045);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.aermec-rl__card::before {
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: var(--aermec-green);
	content: "";
}

.aermec-rl__card--open::before {
	background: #8a8989;
}

.aermec-rl__card.is-selected {
	border-color: var(--aermec-green);
	box-shadow: 0 5px 18px rgba(111, 158, 46, 0.18);
}

.aermec-rl__card-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.aermec-rl__card-title {
	margin: 0;
	color: var(--aermec-ink);
	font-family: var(--aermec-font-heading);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.25;
}

.aermec-rl__initials {
	display: inline-flex;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	color: #36570d;
	background: #eef5e2;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
}

.aermec-rl__status-tag,
.aermec-rl__distance {
	display: inline-block;
	margin-top: 5px;
	color: var(--aermec-green-text);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.025em;
}

.aermec-rl__status-tag {
	padding: 3px 7px;
	color: #555;
	background: #f0f0ee;
	border-radius: 999px;
}

.aermec-rl__coverage {
	margin: 11px 0 0;
	color: #4a4a4a;
	font-size: 13px;
}

.aermec-rl__contact,
.aermec-rl__address {
	margin: 9px 0 0;
	color: #383838;
	font-size: 13px;
}

.aermec-rl__contact {
	font-weight: 700;
}

.aermec-rl__contact span {
	color: var(--aermec-muted);
	font-weight: 400;
}

.aermec-rl__contact-links,
.aermec-rl__card-links {
	display: grid;
	gap: 4px;
	margin-top: 10px;
}

.aermec-rl__contact-links a,
.aermec-rl__card-links a {
	width: fit-content;
	color: var(--aermec-green-text);
	font-size: 13px;
	font-weight: 600;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.aermec-rl__contact-links a:hover,
.aermec-rl__card-links a:hover {
	text-decoration: underline;
}

.aermec-rl__card-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	margin-top: 13px;
	padding-top: 11px;
	border-top: 1px solid #ecece8;
}

.aermec-rl__text-button,
.aermec-rl__text-link {
	min-height: 36px;
	color: var(--aermec-green-text);
	font-size: 12px;
	font-weight: 700;
}

.aermec-rl__text-link {
	display: inline-flex;
	align-items: center;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.aermec-rl__empty {
	display: grid;
	place-items: center;
	min-height: 210px;
	padding: 24px;
	color: var(--aermec-muted);
	text-align: center;
}

.aermec-rl__empty p {
	max-width: 250px;
	margin: 8px auto 0;
}

.aermec-rl__empty-pin {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	color: var(--aermec-green-dark);
	background: #eef5e2;
	border-radius: 50%;
	font-size: 26px;
}

.aermec-rl__view-switch {
	display: none;
}

.aermec-rl__map-panel {
	position: relative;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 64% 40%, rgba(147, 194, 62, 0.06), transparent 35%),
		#fff;
}

.aermec-rl__map {
	width: 100%;
	height: 100%;
}

.aermec-rl__map svg {
	display: block;
	width: 100%;
	height: 100%;
	touch-action: none;
}

.aermec-rl-map-region {
	stroke: #fff;
	stroke-width: 0.7;
	vector-effect: non-scaling-stroke;
	cursor: pointer;
	transition: fill 130ms ease;
}

.aermec-rl-map-region-halo {
	fill: #33322f;
	stroke: #33322f;
	stroke-width: 2.4;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
	pointer-events: none;
}

.aermec-rl-map-region[data-country="US"] {
	fill: #d9d9d9;
}

.aermec-rl-map-region[data-country="US"]:hover {
	fill: #ccc;
}

.aermec-rl-map-region[data-country="CA"] {
	fill: #c4c4c4;
}

.aermec-rl-map-region[data-country="CA"]:hover {
	fill: #b6b6b6;
}

.aermec-rl-map-region.is-selected {
	fill: var(--aermec-green);
	stroke: var(--aermec-green-dark);
	stroke-width: 1.5;
}

/*
 * Browsers and some accessibility themes draw SVG focus as a rectangle around
 * the path's bounding box. Use the state/province contour itself instead.
 */
.aermec-rep-locator .aermec-rl-map-region:focus,
.aermec-rep-locator .aermec-rl-map-pin:focus {
	outline: none !important;
}

.aermec-rep-locator .aermec-rl-map-region:focus-visible {
	outline: none !important;
	stroke: #416e16;
	stroke-width: 3;
	filter: drop-shadow(0 0 1px #fff);
}

.aermec-rep-locator .aermec-rl-map-pin:focus-visible {
	outline: none !important;
	filter: drop-shadow(0 0 2px #416e16);
}

.aermec-rl-map-inset {
	fill: #fafaf8;
	stroke: #d6d6d1;
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}

.aermec-rl-map-inset-label {
	fill: #7b7b76;
	font-size: 9px;
	pointer-events: none;
}

.aermec-rl-map-pin {
	cursor: pointer;
}

.aermec-rl-map-pin path {
	fill: var(--aermec-ink);
	stroke: #fff;
	stroke-width: 1.2;
}

.aermec-rl-map-pin circle {
	fill: #fff;
	pointer-events: none;
}

.aermec-rl-map-pin.is-open path {
	fill: #8a8989;
}

.aermec-rl-map-pin.is-selected path {
	fill: var(--aermec-green-dark);
}

.aermec-rl-map-pin.is-hidden {
	display: none;
}

.aermec-rl__map-controls {
	position: absolute;
	z-index: 5;
	right: 22px;
	bottom: 22px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--aermec-line);
	border-radius: 10px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.aermec-rl__map-controls button {
	display: grid;
	width: 44px;
	height: 42px;
	margin: 0;
	padding: 0;
	place-items: center;
	color: var(--aermec-ink);
	background: #fff;
	border: 0;
	border-bottom: 1px solid #ededeb;
	font-size: 21px;
	line-height: 1;
	cursor: pointer;
}

.aermec-rl__map-controls button:last-child {
	border-bottom: 0;
	font-size: 17px;
}

.aermec-rl__map-controls button:hover {
	background: var(--aermec-soft);
}

.aermec-rl__loading {
	position: absolute;
	z-index: 7;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: var(--aermec-muted);
	background: rgba(255, 255, 255, 0.94);
	font-size: 13px;
}

.aermec-rl__spinner {
	width: 28px;
	height: 28px;
	border: 3px solid #e5e5e1;
	border-top-color: var(--aermec-green);
	border-radius: 50%;
	animation: aermec-rl-spin 0.8s linear infinite;
}

.aermec-rl__tooltip {
	position: absolute;
	z-index: 8;
	padding: 5px 9px;
	color: #fff;
	background: var(--aermec-ink);
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -135%);
	transition: opacity 100ms ease;
	white-space: nowrap;
}

.aermec-rl__tooltip.is-visible {
	opacity: 1;
}

.aermec-rl__noscript {
	padding: 18px;
	color: #721c24;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
}

@keyframes aermec-rl-spin {
	to { transform: rotate(360deg); }
}

@container (max-width: 959px) {
	.aermec-rl__shell {
		display: block;
		height: auto;
		min-height: 0;
		overflow: visible;
		border-radius: 14px;
	}

	.aermec-rl__sidebar {
		display: block;
		border-right: 0;
	}

	.aermec-rl__filters {
		padding: 22px;
	}

	.aermec-rl__view-switch {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 4px;
		margin: 14px 18px 0;
		padding: 4px;
		background: #ebebe7;
		border-radius: 10px;
	}

	.aermec-rl__view-switch button {
		min-height: 44px;
		margin: 0;
		padding: 7px 14px;
		color: #555;
		background: transparent;
		border: 0;
		border-radius: 7px;
		font-weight: 700;
		cursor: pointer;
	}

	.aermec-rl__view-switch button[aria-selected="true"] {
		color: var(--aermec-ink);
		background: #fff;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
	}

	.aermec-rl__results-panel {
		max-height: none;
		overflow: visible;
	}

	.aermec-rl__result-heading {
		position: static;
	}

	.aermec-rl__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aermec-rl__map-panel {
		height: max(460px, 58vh);
		margin-top: 14px;
		border-top: 1px solid var(--aermec-line);
	}
}

@container (max-width: 640px) {
	.aermec-rl__filters {
		padding: 20px 17px 17px;
	}

	.aermec-rl__field-row {
		grid-template-columns: 1fr;
	}

	.aermec-rl__postal-row {
		grid-template-columns: 1fr;
	}

	.aermec-rl__postal-row .aermec-rl__button {
		width: 100%;
	}

	.aermec-rl__filter-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.aermec-rl__button--location {
		width: 100%;
	}

	.aermec-rl__clear {
		align-self: flex-start;
	}

	.aermec-rl__cards {
		grid-template-columns: 1fr;
		padding-inline: 12px;
	}

	.aermec-rl__map-panel {
		height: max(420px, 62vh);
	}

	.aermec-rl__map-controls {
		right: 13px;
		bottom: 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.aermec-rep-locator *,
	.aermec-rep-locator *::before,
	.aermec-rep-locator *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

/*
 * Designer-aligned interface layer.
 *
 * Every selector includes the plugin root so Elementor and theme form/button
 * rules cannot override the locator's typography, spacing, or control shapes.
 */
.aermec-rep-locator .aermec-rl__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.aermec-rep-locator .aermec-rl__shell {
	grid-template-columns: minmax(390px, 420px) minmax(0, 1fr);
	border-color: #e4e4e1;
	border-radius: 14px;
	box-shadow: none;
}

.aermec-rep-locator .aermec-rl__sidebar {
	background: #fbfbfa;
	border-color: #e7e7e3;
}

.aermec-rep-locator .aermec-rl__filters {
	padding: 24px 24px 16px;
	background: #fbfbfa;
	border-bottom: 0;
}

.aermec-rep-locator .aermec-rl__eyebrow {
	margin: 0 0 9px;
	color: #8a8989;
	font-family: var(--aermec-font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.11em;
}

.aermec-rep-locator .aermec-rl__field-row {
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 10px;
}

.aermec-rep-locator .aermec-rl__field select,
.aermec-rep-locator .aermec-rl__postal-row input {
	width: 100%;
	height: 42px;
	margin: 0;
	color: var(--aermec-ink);
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 9px;
	box-shadow: none;
	font-family: var(--aermec-font-body);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

.aermec-rep-locator .aermec-rl__field select {
	appearance: none;
	padding: 0 36px 0 13px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%238A8989' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
}

.aermec-rep-locator .aermec-rl__postal-form {
	margin-top: 10px;
}

.aermec-rep-locator .aermec-rl__postal-row {
	grid-template-columns: minmax(0, 1fr) 82px;
	gap: 8px;
}

.aermec-rep-locator .aermec-rl__postal-row input {
	min-width: 0;
	padding: 0 13px;
}

.aermec-rep-locator .aermec-rl__postal-row input::placeholder {
	color: #7c7c7c;
	opacity: 1;
}

.aermec-rep-locator .aermec-rl__button {
	display: inline-flex;
	min-height: 0;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0;
	padding: 0;
	border-radius: 9px;
	box-shadow: none;
	font-family: var(--aermec-font-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
}

.aermec-rep-locator .aermec-rl__button--primary {
	width: 82px;
	height: 42px;
	padding: 0 14px;
	color: #152000;
	background: var(--aermec-green);
	border: 1px solid var(--aermec-green);
}

.aermec-rep-locator .aermec-rl__button--primary:hover {
	color: #fff;
	background: var(--aermec-green-dark);
	border-color: var(--aermec-green-dark);
}

.aermec-rep-locator .aermec-rl__filter-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
}

.aermec-rep-locator .aermec-rl__button--location {
	width: auto;
	height: 36px;
	padding: 0 10px;
	color: #31500b;
	background: #f2f6eb;
	border: 1px solid #d9e4c6;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
}

.aermec-rep-locator .aermec-rl__clear,
.aermec-rep-locator .aermec-rl__text-button {
	min-height: 36px;
	margin: 0;
	padding: 5px;
	color: var(--aermec-green-text);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-family: var(--aermec-font-body);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
}

.aermec-rep-locator button.aermec-rl__text-button:hover,
.aermec-rep-locator button.aermec-rl__text-button:active,
.aermec-rep-locator button.aermec-rl__text-button:focus {
	color: var(--aermec-green-text);
	background: transparent;
	background-image: none;
	border-color: transparent;
	box-shadow: none;
	transform: none;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.aermec-rep-locator .aermec-rl__message {
	min-height: 0;
	margin: 7px 0 0;
	font-family: var(--aermec-font-body);
	font-size: 12px;
	line-height: 1.35;
}

.aermec-rep-locator .aermec-rl__results-panel {
	background: #fbfbfa;
	scrollbar-gutter: auto;
}

.aermec-rep-locator .aermec-rl__result-heading {
	padding: 18px 24px 12px;
	background: rgba(251, 251, 250, 0.96);
	border-bottom: 0;
	backdrop-filter: blur(8px);
}

.aermec-rep-locator .aermec-rl__result-title-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.aermec-rep-locator .aermec-rl__region-name {
	margin: 0;
	color: var(--aermec-ink);
	font-family: var(--aermec-font-heading);
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.025em;
}

.aermec-rep-locator .aermec-rl__region-country {
	flex: 0 0 auto;
	color: #8a8989;
	font-family: var(--aermec-font-body);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.aermec-rep-locator .aermec-rl__result-count {
	margin-top: 5px;
	color: #8a8989;
	font-family: var(--aermec-font-body);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
}

.aermec-rep-locator .aermec-rl__cards {
	gap: 12px;
	padding: 6px 24px 24px;
}

.aermec-rep-locator .aermec-rl__card {
	padding: 18px;
	overflow: visible;
	background: #fff;
	border: 1px solid #e2e2de;
	border-radius: 14px;
	box-shadow: 0 2px 4px rgba(25, 28, 21, 0.06);
}

.aermec-rep-locator .aermec-rl__card::before {
	display: none;
}

.aermec-rep-locator .aermec-rl__card-title {
	margin: 0;
	color: var(--aermec-ink);
	font-family: var(--aermec-font-heading);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.015em;
}

.aermec-rep-locator .aermec-rl__status-tag,
.aermec-rep-locator .aermec-rl__distance {
	margin-top: 6px;
	font-family: var(--aermec-font-body);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}

.aermec-rep-locator .aermec-rl__coverage {
	margin: 8px 0 0;
	color: #666;
	font-family: var(--aermec-font-body);
	font-size: 12px;
	line-height: 1.35;
}

.aermec-rep-locator .aermec-rl__contact {
	margin: 7px 0 0;
	color: #383838;
	font-family: var(--aermec-font-body);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.aermec-rep-locator .aermec-rl__contact-rows {
	display: grid;
	gap: 9px;
	margin-top: 14px;
}

.aermec-rep-locator .aermec-rl__contact-row {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.aermec-rep-locator .aermec-rl__contact-icon {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	color: var(--aermec-green-dark);
	background: #f1f1ee;
	border-radius: 7px;
}

.aermec-rep-locator .aermec-rl__contact-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.aermec-rep-locator .aermec-rl__contact-value {
	min-width: 0;
	color: var(--aermec-ink);
	font-family: var(--aermec-font-body);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.aermec-rep-locator a.aermec-rl__contact-value:hover {
	color: var(--aermec-green-text);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.aermec-rep-locator .aermec-rl__card-actions {
	gap: 6px 14px;
	margin-top: 13px;
	padding-top: 10px;
	border-color: #ecece8;
}

.aermec-rep-locator .aermec-rl__text-link {
	min-height: 32px;
	color: var(--aermec-green-text);
	font-family: var(--aermec-font-body);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.aermec-rep-locator .aermec-rl__empty {
	min-height: 180px;
	padding: 22px;
	font-family: var(--aermec-font-body);
}

.aermec-rep-locator .aermec-rl__empty-pin {
	width: 46px;
	height: 46px;
	font-size: 22px;
}

.aermec-rep-locator .aermec-rl__view-switch button,
.aermec-rep-locator .aermec-rl__map-controls button {
	box-shadow: none;
	font-family: var(--aermec-font-body);
	letter-spacing: 0;
	text-transform: none;
}

@container (max-width: 959px) {
	.aermec-rep-locator .aermec-rl__shell {
		display: block;
		height: auto;
		min-height: 0;
		overflow: visible;
		border-radius: 14px;
	}

	.aermec-rep-locator .aermec-rl__sidebar {
		display: block;
		border-right: 0;
	}

	.aermec-rep-locator .aermec-rl__filters {
		padding: 22px;
	}

	.aermec-rep-locator .aermec-rl__view-switch button {
		min-height: 44px;
		margin: 0;
		padding: 7px 14px;
		color: #555;
		background: transparent;
		border: 0;
		border-radius: 7px;
		font-size: 14px;
		font-weight: 700;
	}

	.aermec-rep-locator .aermec-rl__view-switch button[aria-selected="true"] {
		color: var(--aermec-ink);
		background: #fff;
	}

	.aermec-rep-locator .aermec-rl__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@container (max-width: 640px) {
	.aermec-rep-locator .aermec-rl__filters {
		padding: 20px 17px 15px;
	}

	.aermec-rep-locator .aermec-rl__field-row {
		grid-template-columns: 110px minmax(0, 1fr);
		gap: 8px;
	}

	.aermec-rep-locator .aermec-rl__postal-row {
		grid-template-columns: minmax(0, 1fr) 78px;
	}

	.aermec-rep-locator .aermec-rl__postal-row .aermec-rl__button {
		width: 78px;
	}

	.aermec-rep-locator .aermec-rl__filter-actions {
		align-items: center;
		flex-direction: row;
	}

	.aermec-rep-locator .aermec-rl__button--location {
		width: auto;
	}

	.aermec-rep-locator .aermec-rl__clear {
		align-self: auto;
	}

	.aermec-rep-locator .aermec-rl__result-heading {
		padding: 18px 18px 11px;
	}

	.aermec-rep-locator .aermec-rl__region-name {
		font-size: 23px;
	}

	.aermec-rep-locator .aermec-rl__cards {
		grid-template-columns: 1fr;
		padding: 5px 17px 22px;
	}
}

@container (max-width: 380px) {
	.aermec-rep-locator .aermec-rl__field-row {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.aermec-rep-locator .aermec-rl__field select,
	.aermec-rep-locator .aermec-rl__postal-row input {
		font-size: 13px;
	}

	.aermec-rep-locator .aermec-rl__button--location {
		padding-inline: 8px;
		font-size: 11px;
	}
}

/*
 * Interaction-state isolation.
 *
 * The production Elementor theme declares global hover/focus/active styles for
 * buttons, links, and form controls. These targeted important declarations keep
 * every locator control in its approved visual system without affecting the
 * rest of the page.
 */
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__field select,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__postal-row input {
	height: 42px !important;
	margin: 0 !important;
	color: var(--aermec-ink) !important;
	background-color: #fff !important;
	border: 1px solid #dedede !important;
	border-radius: 9px !important;
	box-shadow: none !important;
	font-family: var(--aermec-font-body) !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__field select {
	appearance: none !important;
	padding: 0 36px 0 13px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%238A8989' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__postal-row input {
	padding: 0 13px !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__field select:hover,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__postal-row input:hover {
	color: var(--aermec-ink) !important;
	background-color: #fff !important;
	border-color: #dedede !important;
	box-shadow: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__field select:focus,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__postal-row input:focus {
	color: var(--aermec-ink) !important;
	background-color: #fff !important;
	border-color: var(--aermec-green-dark) !important;
	box-shadow: none !important;
	outline: 3px solid rgba(111, 158, 46, 0.35) !important;
	outline-offset: 2px !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__postal-row input::placeholder {
	color: #7c7c7c !important;
	opacity: 1 !important;
}

.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button {
	margin: 0 !important;
	box-shadow: none !important;
	font-family: var(--aermec-font-body) !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--primary,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--primary:focus {
	width: 82px !important;
	height: 42px !important;
	padding: 0 14px !important;
	color: #152000 !important;
	background: var(--aermec-green) !important;
	background-image: none !important;
	border: 1px solid var(--aermec-green) !important;
	border-radius: 9px !important;
	box-shadow: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--primary:hover,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--primary:active {
	color: #fff !important;
	background: var(--aermec-green-dark) !important;
	background-image: none !important;
	border-color: var(--aermec-green-dark) !important;
	box-shadow: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--location,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--location:focus {
	width: auto !important;
	height: 36px !important;
	padding: 0 10px !important;
	color: #31500b !important;
	background: #f2f6eb !important;
	background-image: none !important;
	border: 1px solid #d9e4c6 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--location:hover,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--location:active {
	color: #31500b !important;
	background: #e7f1d6 !important;
	background-image: none !important;
	border-color: #d9e4c6 !important;
	box-shadow: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__clear,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__clear:hover,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__clear:active,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__clear:focus,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__text-button,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__text-button:hover,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__text-button:active,
.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__text-button:focus {
	min-height: 36px !important;
	margin: 0 !important;
	padding: 5px !important;
	color: var(--aermec-green-text) !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: var(--aermec-font-body) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
	text-transform: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] a.aermec-rl__text-link,
.aermec-rep-locator[data-aermec-rep-locator] a.aermec-rl__text-link:hover,
.aermec-rep-locator[data-aermec-rep-locator] a.aermec-rl__text-link:active,
.aermec-rep-locator[data-aermec-rep-locator] a.aermec-rl__text-link:focus {
	min-height: 32px !important;
	padding: 0 !important;
	color: var(--aermec-green-text) !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: var(--aermec-font-body) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
	text-transform: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] a.aermec-rl__contact-value,
.aermec-rep-locator[data-aermec-rep-locator] a.aermec-rl__contact-value:focus {
	color: var(--aermec-ink) !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	box-shadow: none !important;
	text-decoration: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] a.aermec-rl__contact-value:hover,
.aermec-rep-locator[data-aermec-rep-locator] a.aermec-rl__contact-value:active {
	color: var(--aermec-green-text) !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	text-decoration: underline !important;
	text-underline-offset: 2px !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__view-switch button,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__view-switch button:hover,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__view-switch button:active,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__view-switch button:focus {
	min-height: 44px !important;
	margin: 0 !important;
	padding: 7px 14px !important;
	color: #555 !important;
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 7px !important;
	box-shadow: none !important;
	font-family: var(--aermec-font-body) !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__view-switch button[aria-selected="true"],
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__view-switch button[aria-selected="true"]:hover,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__view-switch button[aria-selected="true"]:active,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__view-switch button[aria-selected="true"]:focus {
	color: var(--aermec-ink) !important;
	background: #fff !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__map-controls button,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__map-controls button:focus {
	width: 44px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--aermec-ink) !important;
	background: #fff !important;
	background-image: none !important;
	border: 0 !important;
	border-bottom: 1px solid #ededeb !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: var(--aermec-font-body) !important;
	font-size: 21px !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__map-controls button:hover,
.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__map-controls button:active {
	color: var(--aermec-ink) !important;
	background: var(--aermec-soft) !important;
	background-image: none !important;
	box-shadow: none !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__map-controls button:last-child {
	border-bottom: 0 !important;
	font-size: 17px !important;
}

.aermec-rep-locator[data-aermec-rep-locator] button:focus-visible,
.aermec-rep-locator[data-aermec-rep-locator] a:focus-visible {
	outline: 3px solid rgba(111, 158, 46, 0.35) !important;
	outline-offset: 2px !important;
}

.aermec-rep-locator[data-aermec-rep-locator] button:disabled {
	box-shadow: none !important;
	cursor: wait !important;
	opacity: 0.58 !important;
	transform: none !important;
}

.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__map-controls button:focus-visible {
	outline-offset: -3px !important;
}

@container (max-width: 640px) {
	.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--primary {
		width: 78px !important;
	}
}

@container (max-width: 380px) {
	.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__field select,
	.aermec-rep-locator[data-aermec-rep-locator] .aermec-rl__postal-row input {
		font-size: 13px !important;
	}

	.aermec-rep-locator[data-aermec-rep-locator] button.aermec-rl__button--location {
		padding-inline: 8px !important;
		font-size: 11px !important;
	}
}
