.jjdl-locator {
	--jjdl-bg: rgba(255, 255, 255, 0.07);
	--jjdl-surface: rgba(255, 255, 255, 0.07);
	--jjdl-surface-strong: rgba(255, 255, 255, 0.09);
	--jjdl-surface-soft: rgba(255, 255, 255, 0.05);
	--jjdl-line: rgba(255, 255, 255, 0.08);
	--jjdl-line-strong: rgba(255, 255, 255, 0.16);
	--jjdl-text: #ffffff;
	--jjdl-text-soft: rgba(255, 255, 255, 0.82);
	--jjdl-accent: #D11B1B;
	--jjdl-accent-dark: #8A1010;
	--jjdl-chip: rgba(209, 27, 27, 0.12);
	--jjdl-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
	position: relative;
	overflow: hidden;
	padding: 18px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: var(--jjdl-bg);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
	color: var(--jjdl-text);
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
}

.jjdl-locator::before,
.jjdl-locator::after {
	display: none;
}

.jjdl-shell {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
}

.jjdl-shell > * {
	animation: jjdl-fade-up 520ms ease both;
}

.jjdl-shell > *:nth-child(2) {
	animation-delay: 70ms;
}

.jjdl-filters,
.jjdl-panel {
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 30px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
}

.jjdl-filters::before,
.jjdl-panel::before {
	display: none;
}

.jjdl-filters {
	padding: 20px;
}

.jjdl-filters-head {
	max-width: 760px;
	margin-bottom: 16px;
}

.jjdl-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.84);
}

.jjdl-eyebrow::before {
	display: none;
}

.jjdl-title {
	margin: 0;
	font-size: clamp(1.9rem, 4.2vw, 2.65rem);
	line-height: 1.02;
	letter-spacing: -0.03em;
	font-weight: 700;
	max-width: 18ch;
	font-family: "DIN Alternate", "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
	color: rgba(255, 255, 255, 0.96);
	text-wrap: balance;
}

.jjdl-intro {
	margin: 12px 0 0;
	max-width: 58ch;
	font-size: 0.96rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.74);
}

.jjdl-label {
	display: block;
	margin-bottom: 8px;
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 11px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #ffffff;
}

.jjdl-brand-grid {
	gap: 12px;
	align-items: flex-start;
}

.jjdl-brand-grid--icon-only {
	display: flex;
	flex-wrap: wrap;
}

.jjdl-brand-grid--labelled {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.jjdl-brand-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 108px;
	min-width: 108px;
	min-height: 108px;
	padding: 12px;
	border: 1px solid var(--jjdl-line);
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(14, 17, 22, 0.96), rgba(20, 24, 31, 0.92));
	color: var(--jjdl-text);
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.jjdl-locator .jjdl-brand-card--labelled {
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
	gap: 16px;
	width: 100%;
	min-width: 0;
	min-height: 84px;
	padding: 14px 22px;
	border-radius: 20px;
}

.jjdl-brand-card:hover,
.jjdl-brand-card:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(209, 27, 27, 0.32);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.jjdl-brand-card.is-active {
	border-color: rgba(255, 255, 255, 0.44);
	background: linear-gradient(180deg, rgba(14, 17, 22, 0.96), rgba(20, 24, 31, 0.92));
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.jjdl-brand-logo {
	flex-shrink: 0;
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	padding: 10px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.jjdl-brand-card--labelled .jjdl-brand-logo {
	width: 54px;
	height: 54px;
	padding: 8px;
}

.jjdl-brand-logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jjdl-brand-fallback {
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #FFFFFF;
}

.jjdl-brand-name {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-family: "DIN Alternate", "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
	color: rgba(255, 255, 255, 0.96);
	text-align: left;
	line-height: 1.2;
}

.jjdl-locator .jjdl-brand-card--labelled .jjdl-brand-name {
	flex: 0 1 auto;
	text-align: left;
	margin: 0;
}

.jjdl-brand-picker {
	margin-top: 18px;
}

.jjdl-brand-grid--compact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jjdl-locator .jjdl-brand-card--text-only {
	justify-content: center !important;
	width: auto;
	min-width: 0;
	min-height: 46px;
	padding: 0 16px;
	border-radius: 16px;
	background: rgba(12, 15, 20, 0.9);
	box-shadow: none;
}

.jjdl-locator .jjdl-brand-card--text-only .jjdl-brand-name {
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.jjdl-filter-grid {
	display: grid;
	gap: 12px;
	margin-top: 16px;
}

.jjdl-field-search {
	display: grid;
	align-content: start;
}

.jjdl-field input,
.jjdl-field select {
	width: 100%;
	padding: 14px 16px;
	border-radius: 16px;
	border: 1px solid var(--jjdl-line-strong);
	background: rgba(10, 13, 18, 0.92);
	color: var(--jjdl-text) !important;
	font: inherit;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.jjdl-location-input {
	color-scheme: dark;
}

.jjdl-location-input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	border-radius: 999px;
	background:
		linear-gradient(45deg, transparent 43%, rgba(255, 255, 255, 0.92) 43%, rgba(255, 255, 255, 0.92) 57%, transparent 57%),
		linear-gradient(-45deg, transparent 43%, rgba(255, 255, 255, 0.92) 43%, rgba(255, 255, 255, 0.92) 57%, transparent 57%);
	cursor: pointer;
	opacity: 0.9;
}

.jjdl-location-input::-ms-clear,
.jjdl-location-input::-ms-reveal {
	filter: invert(1) brightness(2);
}

.jjdl-field input::placeholder {
	color: rgba(255, 255, 255, 0.68);
}

.jjdl-field select,
.jjdl-field select option {
	color: #ffffff !important;
}

.jjdl-field input:focus,
.jjdl-field select:focus {
	outline: none;
	border-color: rgba(209, 27, 27, 0.58);
	box-shadow: 0 0 0 3px rgba(209, 27, 27, 0.12);
}

.jjdl-field-actions {
	display: grid;
	gap: 10px;
	align-self: end;
}

.jjdl-locator .jjdl-use-location-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.88);
	font: inherit;
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, border-color 180ms ease, background 180ms ease;
}

.jjdl-locator .jjdl-use-location-button:hover,
.jjdl-locator .jjdl-use-location-button:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.05);
}

.jjdl-locator .jjdl-use-location-button:disabled {
	opacity: 0.7;
	cursor: wait;
}

.jjdl-submit,
.jjdl-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	padding: 14px 18px;
	border-radius: 16px;
	font: inherit;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, border-color 180ms ease, background 180ms ease;
	text-align: center;
}

.jjdl-submit {
	border: 0;
	background: linear-gradient(135deg, #D11B1B 0%, #870F0F 100%);
	color: #fff;
	box-shadow: 0 8px 18px rgba(209, 27, 27, 0.14);
}

.jjdl-reset {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.88);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.jjdl-locator .jjdl-title,
.jjdl-locator .jjdl-title *,
.jjdl-locator .jjdl-intro,
.jjdl-locator .jjdl-label,
.jjdl-locator .jjdl-results-meta,
.jjdl-locator .jjdl-empty-state h3,
.jjdl-locator .jjdl-empty-state p,
.jjdl-locator .jjdl-map-status,
.jjdl-locator .jjdl-result-body h3,
.jjdl-locator .jjdl-address,
.jjdl-locator .jjdl-result-meta,
.jjdl-locator .jjdl-result-meta span,
.jjdl-locator .jjdl-result-meta a,
.jjdl-locator .jjdl-brand-card,
.jjdl-locator .jjdl-submit,
.jjdl-locator .jjdl-reset,
.jjdl-locator .jjdl-brand-name {
	color: #ffffff !important;
}

.jjdl-submit:hover,
.jjdl-submit:focus-visible,
.jjdl-reset:hover,
.jjdl-reset:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.05);
}

.jjdl-filters-footer {
	display: flex;
	justify-content: flex-end;
	min-height: 24px;
	margin-top: 12px;
}

.jjdl-locator .jjdl-reset.jjdl-reset-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: auto !important;
	min-height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	color: rgba(255, 255, 255, 0.78);
	font: inherit;
	font-weight: 600;
	font-size: 0.84rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.28em;
	text-decoration-color: rgba(255, 255, 255, 0.42);
	cursor: pointer;
}

.jjdl-locator .jjdl-reset.jjdl-reset-link:hover,
.jjdl-locator .jjdl-reset.jjdl-reset-link:focus-visible {
	color: #ffffff;
	text-decoration-color: rgba(209, 27, 27, 0.88);
	transform: none !important;
	filter: none !important;
}

.jjdl-reset-icon {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1.5px solid currentColor;
	border-right-color: transparent;
	border-radius: 999px;
	transform: rotate(-35deg);
	flex-shrink: 0;
}

.jjdl-reset-icon::after {
	content: "";
	position: absolute;
	top: -3px;
	right: -2px;
	width: 5px;
	height: 5px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(8deg);
}

.jjdl-main {
	display: grid;
	gap: 18px;
}

.jjdl-panel {
	padding: 16px;
}

.jjdl-panel-list {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr) auto;
	gap: 12px;
	min-height: 0;
	height: calc(var(--jjdl-results-max-height, 460px) + 32px);
	max-height: calc(var(--jjdl-results-max-height, 460px) + 32px);
	overflow: hidden;
}

.jjdl-results-head {
	margin-bottom: 0;
}

.jjdl-results-meta {
	min-height: 18px;
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.58);
}

.jjdl-map-shell {
	position: relative;
	height: var(--jjdl-map-height, 460px);
	min-height: 320px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.04);
}

.jjdl-map-shell.has-error .gm-style,
.jjdl-map-shell.has-error .gm-err-container,
.jjdl-map-shell.has-error .jjdl-map-canvas > * {
	opacity: 0;
	pointer-events: none;
}

.jjdl-map-canvas {
	width: 100%;
	height: 100%;
}

.jjdl-map-status {
	position: absolute;
	inset: 14px;
	display: grid;
	place-items: center;
	padding: 22px;
	text-align: center;
	border-radius: 16px;
	border: 1px dashed rgba(255, 255, 255, 0.18);
	background: rgba(15, 18, 24, 0.8);
	color: #ffffff;
}

.jjdl-results-scroll {
	position: relative;
	min-height: 0;
	height: 100%;
	max-height: none;
	padding: 2px 4px 8px 0;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior-y: auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
	touch-action: pan-y;
}

.jjdl-results-scroll::-webkit-scrollbar {
	width: 8px;
}

.jjdl-results-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.jjdl-results-scroll::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
}

.jjdl-results-scroll::before,
.jjdl-results-scroll::after {
	display: none;
}

.jjdl-list {
	display: grid;
	gap: 10px;
	padding: 2px 0 6px;
}

.jjdl-result-card {
	position: relative;
	display: grid;
	gap: 0;
	padding: 0;
	border-radius: 20px;
	border: 1px solid var(--jjdl-line);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.028));
	cursor: pointer;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.jjdl-result-card::before {
	content: "";
	position: absolute;
	top: 14px;
	bottom: 14px;
	left: 0;
	width: 3px;
	border-radius: 999px;
	background: transparent;
	transition: background 180ms ease;
}

.jjdl-result-card:hover,
.jjdl-result-card.is-active {
	transform: translateY(-1px);
	border-color: rgba(209, 27, 27, 0.34);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.jjdl-result-card:hover::before,
.jjdl-result-card.is-active::before {
	background: linear-gradient(180deg, #F23A3A, #8A1010);
}

.jjdl-result-card.is-expanded {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
}

.jjdl-result-summary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 15px 18px 15px 20px;
}

.jjdl-result-image,
.jjdl-result-logo {
	width: 66px;
	height: 66px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.jjdl-result-image img,
.jjdl-result-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jjdl-result-logo {
	display: grid;
	place-items: center;
	padding: 12px;
}

.jjdl-result-logo-fallback {
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 1rem;
	font-weight: 700;
}

.jjdl-result-brand {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.jjdl-chip {
	display: inline-flex;
	align-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.86);
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jjdl-locator .jjdl-result-body h3 {
	margin: 0;
	font-size: 1.25rem !important;
	line-height: 1.28 !important;
	font-weight: 600 !important;
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
	letter-spacing: 0.01em;
	max-width: 22ch;
}

.jjdl-result-location {
	margin: 6px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.88rem;
	line-height: 1.45;
}

.jjdl-result-summary-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 12px;
}

.jjdl-result-badge {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.06);
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82);
}

.jjdl-result-badge-soft {
	background: rgba(209, 27, 27, 0.12);
	border-color: rgba(209, 27, 27, 0.16);
}

.jjdl-result-summary-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-left: 8px;
}

.jjdl-locator .jjdl-result-toggle {
	min-height: 0;
	padding: 6px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	color: rgba(255, 255, 255, 0.86);
	font: inherit;
	font-weight: 600;
	font-size: 0.84rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.3em;
	text-decoration-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	transition: color 160ms ease, text-decoration-color 160ms ease, opacity 160ms ease;
}

.jjdl-locator .jjdl-result-toggle:hover,
.jjdl-locator .jjdl-result-toggle:focus-visible {
	color: #ffffff;
	text-decoration-color: rgba(209, 27, 27, 0.9);
	opacity: 1;
}

.jjdl-result-details {
	padding: 0 18px 16px 20px;
}

.jjdl-result-details-shell {
	display: grid;
	gap: 16px;
	padding: 18px 20px 20px;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background:
		radial-gradient(circle at top right, rgba(209, 27, 27, 0.08), transparent 42%),
		linear-gradient(180deg, rgba(8, 11, 16, 0.84), rgba(13, 16, 22, 0.9));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.jjdl-result-details-top {
	display: grid;
	gap: 12px;
}

.jjdl-address {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.97rem;
	line-height: 1.65;
}

.jjdl-detail-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px 26px;
}

.jjdl-detail-item {
	display: grid;
	gap: 3px;
	padding: 0 0 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-decoration: none;
	color: #fff;
}

.jjdl-detail-value {
	font-size: 0.96rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.94);
	word-break: break-word;
}

.jjdl-detail-label {
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.46);
}

.jjdl-detail-item:hover,
.jjdl-detail-item:focus-visible {
	color: #fff;
	border-bottom-color: rgba(209, 27, 27, 0.3);
}

.jjdl-result-copy-group {
	display: grid;
	gap: 10px;
	padding-top: 4px;
}

.jjdl-copy,
.jjdl-copy-muted {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.7;
}

.jjdl-copy-muted {
	color: rgba(255, 255, 255, 0.78);
}

.jjdl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.jjdl-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 11px 16px;
	border-radius: 14px;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.9rem;
	transition: transform 160ms ease, filter 160ms ease;
}

.jjdl-action:hover,
.jjdl-action:focus-visible {
	transform: translateY(-1px);
	filter: brightness(1.05);
}

.jjdl-action-primary {
	background: linear-gradient(135deg, #D11B1B, #870F0F);
	color: #fff;
}

.jjdl-action-secondary {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--jjdl-text);
}

.jjdl-empty-state,
.jjdl-noscript,
.jjdl-empty-admin {
	padding: 18px;
	border-radius: 18px;
	border: 1px dashed rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.03);
	color: #ffffff;
}

.jjdl-empty-state h3 {
	margin-top: 0;
	margin-bottom: 8px;
	color: var(--jjdl-text);
}

.jjdl-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.jjdl-pagination button {
	min-width: 42px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid var(--jjdl-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--jjdl-text);
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	cursor: pointer;
}

.jjdl-pagination button.is-active {
	border-color: rgba(209, 27, 27, 0.52);
	background: rgba(209, 27, 27, 0.18);
	color: #fff;
}

.jjdl-map-marker {
	position: relative;
	width: 46px;
	height: 46px;
	padding: 6px;
	border-radius: 16px;
	background: rgba(14, 17, 22, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
	transform: translateY(-6px);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.jjdl-map-marker::after {
	content: "";
	position: absolute;
	inset: -5px;
	border-radius: 20px;
	border: 1px solid transparent;
	opacity: 0;
	transform: scale(0.9);
	pointer-events: none;
}

.jjdl-map-marker.is-active {
	border-color: rgba(209, 27, 27, 0.72);
	box-shadow: 0 8px 16px rgba(209, 27, 27, 0.14);
	transform: translateY(-7px) scale(1.03);
}

.jjdl-map-marker.is-active::after {
	border-color: rgba(209, 27, 27, 0.32);
	opacity: 1;
	animation: jjdl-marker-pulse 1.8s ease-out infinite;
}

.jjdl-map-marker.is-compact {
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 999px;
	border: 2px solid rgba(255, 255, 255, 0.24);
	background: #111317;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
	transform: none;
}

.jjdl-map-marker.is-compact::after {
	inset: -4px;
	border-radius: 999px;
}

.jjdl-map-marker.is-compact.is-active {
	width: 18px;
	height: 18px;
	border-color: rgba(209, 27, 27, 0.6);
	background: #D11B1B;
	box-shadow: 0 0 0 4px rgba(209, 27, 27, 0.14);
	transform: none;
}

.jjdl-map-marker-dot {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 999px;
	background: transparent;
}

.jjdl-map-marker-core,
.jjdl-map-marker-core img {
	display: block;
	width: 100%;
	height: 100%;
}

.jjdl-map-marker-core img {
	object-fit: contain;
}

.jjdl-map-marker-core {
	display: grid;
	place-items: center;
	overflow: hidden;
	border-radius: 11px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015));
	font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
	font-size: 11px;
	font-weight: 700;
	color: #FFFFFF;
}

.jjdl-map-shell .gm-style .gm-style-iw-c {
	padding: 0 !important;
	border-radius: 22px !important;
	background: rgba(10, 12, 18, 0.96) !important;
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28) !important;
}

.jjdl-map-shell .gm-style .gm-style-iw-d {
	overflow: hidden !important;
	padding: 0 !important;
}

.jjdl-map-shell .gm-style .gm-ui-hover-effect {
	top: 10px !important;
	right: 10px !important;
	opacity: 0.88;
}

.jjdl-infowindow {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 14px;
	min-width: 280px;
	padding: 16px;
	color: #ffffff;
	font-family: "Avenir Next", "Helvetica Neue", "Segoe UI", sans-serif;
}

.jjdl-infowindow-media {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.jjdl-infowindow .jjdl-result-image,
.jjdl-infowindow .jjdl-result-logo {
	width: 72px;
	height: 72px;
}

.jjdl-infowindow-body {
	display: grid;
	gap: 10px;
}

.jjdl-infowindow strong {
	display: block;
	font-size: 1.12rem;
	line-height: 1.05;
}

.jjdl-infowindow p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.6;
}

.jjdl-infowindow-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.jjdl-infowindow-actions {
	padding-top: 2px;
}

.jjdl-infowindow .jjdl-action {
	min-height: 40px;
	padding-inline: 14px;
}

.jjdl-locator.is-loading {
	opacity: 0.96;
}

@keyframes jjdl-marker-pulse {
	0% {
		opacity: 0.75;
		transform: scale(0.92);
	}

	70% {
		opacity: 0;
		transform: scale(1.18);
	}

	100% {
		opacity: 0;
		transform: scale(1.18);
	}
}

@keyframes jjdl-fade-up {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 820px) {
	.jjdl-brand-grid--icon-only {
		gap: 10px;
	}

	.jjdl-brand-grid--labelled {
		grid-template-columns: 1fr;
	}

	.jjdl-brand-card {
		width: 94px;
		min-width: 94px;
		min-height: 94px;
	}

	.jjdl-brand-card--labelled {
		display: flex;
		width: 100%;
		min-width: 0;
		min-height: 78px;
		padding: 14px 18px;
	}

	.jjdl-brand-grid--compact {
		gap: 8px;
	}

	.jjdl-locator .jjdl-brand-card--text-only {
		min-height: 42px;
		padding: 0 14px;
		border-radius: 14px;
	}

	.jjdl-brand-logo {
		width: 64px;
		height: 64px;
	}

	.jjdl-brand-card--labelled .jjdl-brand-logo {
		width: 52px;
		height: 52px;
	}

	.jjdl-result-summary {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		gap: 10px;
		padding: 14px 14px 16px 16px;
	}

	.jjdl-locator .jjdl-result-body h3 {
		font-size: 1rem !important;
		line-height: 1.32 !important;
		max-width: none;
	}

	.jjdl-result-body {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		min-width: 0;
	}

	.jjdl-result-location {
		margin: 0;
		font-size: 0.9rem;
		line-height: 1.45;
	}

	.jjdl-result-summary-actions {
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 0;
		padding-left: 0;
	}

	.jjdl-panel-list {
		height: clamp(360px, 60vh, 620px);
		max-height: clamp(360px, 60vh, 620px);
	}

	.jjdl-results-scroll {
		max-height: none;
		padding-right: 2px;
	}

	.jjdl-locator .jjdl-result-summary-actions .jjdl-result-toggle {
		width: auto !important;
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
		background: transparent !important;
		box-shadow: none !important;
		outline: 0;
		font-size: 0.8rem;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: 0.08em;
		text-decoration: underline;
		text-decoration-thickness: 1.5px;
		text-underline-offset: 0.28em;
	}

	.jjdl-infowindow {
		grid-template-columns: 1fr;
		min-width: 0;
	}

	.jjdl-title {
		font-size: clamp(1.7rem, 7.4vw, 2.1rem);
		max-width: none;
	}

	.jjdl-eyebrow {
		font-size: 13px;
	}

	.jjdl-filters-footer {
		justify-content: flex-start;
		margin-top: 14px;
	}
}

@media (min-width: 860px) {
	.jjdl-filter-grid {
		grid-template-columns: minmax(0, 1fr) 170px minmax(320px, 380px);
		align-items: end;
	}

	.jjdl-field-actions {
		grid-template-columns: repeat(2, minmax(150px, 1fr));
	}
}

@media (min-width: 980px) {
	.jjdl-locator {
		padding: 22px;
	}

	.jjdl-layout-map-list .jjdl-main {
		grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	}

	.jjdl-layout-list-map .jjdl-main {
		grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
	}

	.jjdl-layout-list-map .jjdl-panel-list {
		order: 1;
	}

	.jjdl-layout-list-map .jjdl-panel-map {
		order: 2;
	}

	.jjdl-layout-stacked .jjdl-main {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 979px) {
	.jjdl-mobile-filters-list-map .jjdl-panel-list {
		order: 1;
	}

	.jjdl-mobile-filters-list-map .jjdl-panel-map {
		order: 2;
	}

	.jjdl-detail-grid {
		grid-template-columns: 1fr;
	}
}
