.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;
}

.ltwd-spe-inspector-live {
	margin-top: 14px;
	border-top: 1px solid #333;
	padding-top: 10px;
}

.ltwd-spe-inspector-live h3 {
	margin: 0 0 8px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #bbb;
}

.ltwd-spe-live-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ltwd-spe-live-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 5px 0;
	border-bottom: 1px solid #222;
}

.ltwd-spe-live-badge {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	font-weight: 700;
	color: #111;
}

.ltwd-spe-live-good .ltwd-spe-live-badge {
	background: #46d369;
}

.ltwd-spe-live-warn .ltwd-spe-live-badge {
	background: #f0c040;
}

.ltwd-spe-live-bad .ltwd-spe-live-badge {
	background: #ff6b6b;
}

.ltwd-spe-live-body {
	flex: 1 1 auto;
}

.ltwd-spe-inspector-actions {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.ltwd-spe-related {
	margin: 2rem 0;
}

.ltwd-spe-related-heading {
	margin: 0 0 0.75rem;
	font-size: 1.15em;
}

.ltwd-spe-related-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ltwd-spe-related-item {
	padding: 0.35rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ltwd-spe-related-item:last-child {
	border-bottom: 0;
}
