.locator-page {
	--locator-blue: #1267f6;
	--locator-ink: #123a83;
	--locator-text: #263a56;
	--locator-muted: #71819b;
	--locator-line: #e2e9f2;
	background: #f6f8fc;
	color: var(--locator-text);
	padding: 22px 0 88px;
}

.locator-page .container { max-width: 1480px; width: calc(100% - 48px); }
.locator-content { float: none; width: 100%; }

.locator-breadcrumbs {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 10px;
	margin: 0 auto;
	max-width: 1360px;
	padding: 8px 0 34px;
}

.locator-breadcrumbs a { color: var(--locator-muted); text-decoration: none; }
.locator-breadcrumbs a:last-of-type { color: var(--locator-ink); font-weight: 700; }
.locator-breadcrumbs a:hover { color: var(--locator-blue); }
.locator-breadcrumbs span { color: #aab8ca; }

.locator-intro { margin: 0 auto 28px; max-width: 1360px; }
.locator-intro__eyebrow, .locator-panel__kicker {
	color: var(--locator-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.locator-intro__grid { align-items: end; display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) auto; }
.locator-intro h1 { color: var(--locator-ink); font-size: clamp(42px, 5vw, 68px); font-weight: 800; letter-spacing: -.045em; line-height: .98; margin: 12px 0 14px; }
.locator-intro__accent { background: var(--locator-blue); border-radius: 999px; display: block; height: 4px; margin-bottom: 18px; width: 58px; }
.locator-intro p { color: var(--locator-muted); font-size: 16px; line-height: 1.65; margin: 0; max-width: 680px; }
.locator-intro__stat { align-items: baseline; border-left: 1px solid var(--locator-line); display: flex; flex-direction: column; padding: 8px 0 8px 30px; }
.locator-intro__stat strong { color: var(--locator-ink); font-size: 48px; font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.locator-intro__stat span { color: var(--locator-muted); font-size: 13px; margin-top: 8px; }

.locator-workspace { background: #fff; border: 1px solid rgba(18, 58, 131, .1); border-radius: 22px; box-shadow: 0 18px 42px rgba(30, 51, 87, .08); display: grid; grid-template-columns: minmax(390px, .68fr) minmax(0, 1.6fr); min-height: 690px; overflow: hidden; }
.locator-panel { display: flex; flex-direction: column; min-width: 0; padding: 30px 26px 20px; }
.locator-panel__header { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: 22px; }
.locator-panel h2 { color: var(--locator-ink); font-size: 25px; letter-spacing: -.025em; margin: 7px 0 0; }
.locator-panel__pin { align-items: center; background: #eaf1ff; border-radius: 14px; color: var(--locator-blue); display: flex; font-size: 20px; height: 44px; justify-content: center; width: 44px; }

.locator-filters { border-bottom: 1px solid var(--locator-line); padding-bottom: 18px; }
.locator-filter { align-items: center; background: #f6f8fc; border: 1px solid transparent; border-radius: 10px; display: flex; margin-bottom: 10px; min-height: 46px; padding: 0 13px; transition: border-color .2s ease, background .2s ease; }
.locator-filter:focus-within { background: #fff; border-color: rgba(18, 103, 246, .45); }
.locator-filter i { color: var(--locator-blue); font-size: 15px; margin-right: 10px; }
.locator-filter input, .locator-filter select { background: transparent; border: 0; color: var(--locator-text); font-size: 13px; min-width: 0; outline: 0; width: 100%; }
.locator-filter select { cursor: pointer; }
.locator-reset { background: transparent; border: 0; color: var(--locator-blue); font-size: 12px; font-weight: 700; padding: 4px 0; }
.locator-reset:hover { text-decoration: underline; }

.locator-list { flex: 1; margin: 6px -10px 0; max-height: 560px; overflow: auto; padding: 4px 10px 10px; scrollbar-color: #c9d8ef transparent; scrollbar-width: thin; }
.locator-card { border-bottom: 1px solid var(--locator-line); cursor: pointer; outline: 0; padding: 18px 2px; }
.locator-card:last-child { border-bottom: 0; }
.locator-card:hover, .locator-card:focus-visible { background: #f8faff; border-radius: 12px; margin-left: -8px; margin-right: -8px; padding-left: 10px; padding-right: 10px; }
.locator-card__top { align-items: center; display: flex; gap: 12px; }
.locator-card__logo { align-items: center; background: #f5f7fb; border: 1px solid #edf1f7; border-radius: 10px; display: flex; flex: 0 0 54px; height: 54px; justify-content: center; overflow: hidden; width: 54px; }
.locator-card__logo img { display: block; height: 100%; object-fit: contain; padding: 5px; width: 100%; }
.locator-card__logo-fallback { align-items: center; background: linear-gradient(145deg, #1267f6, #1642a6); color: #fff; display: flex; font-size: 14px; font-weight: 800; height: 100%; justify-content: center; letter-spacing: .04em; width: 100%; }
.locator-card__identity { min-width: 0; }
.locator-card__city { color: var(--locator-blue); display: block; font-size: 10px; font-weight: 800; letter-spacing: .08em; margin-bottom: 4px; text-transform: none; }
.locator-card h3 { color: var(--locator-ink); font-size: 16px; line-height: 1.25; margin: 0; }
.locator-card__details { margin: 13px 0 0 66px; }
.locator-card__row { align-items: flex-start; color: var(--locator-muted); display: flex; font-size: 12px; line-height: 1.45; margin: 6px 0; }
.locator-card__row i { color: #9bb3d7; flex: 0 0 14px; margin: 3px 8px 0 0; text-align: center; }
.locator-card__link { color: var(--locator-blue); overflow-wrap: anywhere; text-decoration: none; }
.locator-card__link:hover { text-decoration: underline; }
.locator-card__extra { border-left: 2px solid #d9e6ff; color: var(--locator-muted); font-size: 12px; line-height: 1.45; margin: 12px 0 0 66px; padding-left: 10px; }
.locator-card__extra span { color: var(--locator-ink); display: block; font-size: 10px; font-weight: 800; letter-spacing: .08em; margin-bottom: 4px; text-transform: uppercase; }
.locator-card__extra p { margin: 3px 0; }
.locator-card__action { color: var(--locator-blue); display: block; font-size: 11px; font-weight: 800; margin: 13px 0 0 66px; }
.locator-card__action i { margin-left: 5px; transition: transform .2s ease; }
.locator-card:hover .locator-card__action i, .locator-card:focus-visible .locator-card__action i { transform: translateX(3px); }

.locator-empty { align-items: center; color: var(--locator-muted); display: flex; flex-direction: column; font-size: 13px; line-height: 1.5; padding: 54px 16px; text-align: center; }
.locator-empty strong { color: var(--locator-ink); font-size: 15px; margin-bottom: 7px; }
.locator-map-wrap { min-height: 690px; position: relative; }
.locator-map { background: #e7eef8; height: 100%; min-height: 690px; width: 100%; }
.locator-map-error { background: #fff; bottom: 18px; color: var(--locator-muted); font-size: 12px; left: 18px; padding: 10px 13px; position: absolute; right: 18px; }
.locator-balloon { color: #263a56; max-width: 280px; padding: 4px 2px; }
.locator-balloon strong { color: #123a83; display: block; font-size: 15px; line-height: 1.3; }
.locator-balloon small { color: #1267f6; display: block; font-size: 11px; font-weight: 700; margin-top: 4px; }
.locator-balloon p { font-size: 12px; line-height: 1.4; margin: 7px 0 0; }
.locator-balloon a { color: #1267f6; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }

@media (max-width: 991px) {
	.locator-page .container { width: auto; }
	.locator-workspace { grid-template-columns: minmax(290px, .85fr) minmax(0, 1.15fr); }
	.locator-panel { padding-left: 18px; padding-right: 18px; }
}

@media (max-width: 767px) {
	.locator-page { padding-bottom: 54px; }
	.locator-breadcrumbs { padding-bottom: 24px; }
	.locator-intro__grid { align-items: start; grid-template-columns: 1fr; }
	.locator-intro__stat { border-left: 0; border-top: 1px solid var(--locator-line); padding: 14px 0 0; }
	.locator-workspace { border-radius: 16px; display: flex; flex-direction: column; }
	.locator-map-wrap { order: -1; }
	.locator-map, .locator-map-wrap { min-height: 390px; }
	.locator-list { max-height: none; }
}

@media (prefers-reduced-motion: reduce) {
	.locator-card, .locator-filter, .locator-card__action i { transition: none; }
}
