.ltwd-spe-locator-list {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.ltwd-spe-locator-item {
	padding: 0.75rem 0;
	border-bottom: 1px solid #e2e2e2;
}

.ltwd-spe-nearest-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 0.75rem;
}

.ltwd-spe-nearest-locate {
	appearance: none;
	border: 1px solid #1d2327;
	background: #1d2327;
	color: #fff;
	padding: 0.5rem 0.9rem;
	border-radius: 4px;
	cursor: pointer;
	font: inherit;
}

.ltwd-spe-nearest-locate:disabled {
	opacity: 0.65;
	cursor: wait;
}

.ltwd-spe-nearest-archive {
	font-weight: 600;
}

.ltwd-spe-nearest-status {
	margin: 0 0 0.75rem;
	font-size: 0.95em;
	opacity: 0.85;
}

.ltwd-spe-nearest-distance {
	font-weight: 600;
	margin: 0.25rem 0;
}

.ltwd-spe-map {
	margin-top: 1rem;
	border-radius: 6px;
	overflow: hidden;
	background: #f3f3f3;
}

.ltwd-spe-hours {
	margin: 0;
	padding-left: 1.2rem;
}

.ltwd-spe-inspector-panel {
	position: fixed;
	right: 16px;
	bottom: 16px;
	width: min(360px, calc(100vw - 32px));
	max-height: min(70vh, 520px);
	overflow: auto;
	background: #111;
	color: #f5f5f5;
	padding: 16px 18px;
	border-radius: 10px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
	z-index: 99999;
	font: 14px/1.45 system-ui, sans-serif;
}

.ltwd-spe-inspector-panel[hidden] {
	display: none !important;
}

.ltwd-spe-inspector-panel h2 {
	margin: 0 28px 12px 0;
	font-size: 16px;
	color: #fff;
}

.ltwd-spe-inspector-panel dl {
	margin: 0;
}

.ltwd-spe-inspector-panel dt {
	font-weight: 600;
	margin-top: 10px;
	color: #bbb;
}

.ltwd-spe-inspector-panel dd {
	margin: 2px 0 0;
}

.ltwd-spe-inspector-panel a {
	color: #8ec8ff;
}

.ltwd-spe-inspector-close {
	position: absolute;
	top: 8px;
	right: 10px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}
