.hwbl-bible-map {
	margin: 0.75rem 0 1rem;
}

.hwbl-bible-map__scope-bar,
.hwbl-bible-map__style-bar,
.hwbl-bible-map__journey-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.5rem;
}

.hwbl-bible-map__journey-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 0.9rem;
	color: #444;
}

.hwbl-bible-map__journey-controls {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
}

.hwbl-bible-map__journey-status {
	font-size: 0.85rem;
	color: #64748b;
}

.hwbl-bible-map__stop-icon {
	background: transparent;
	border: none;
}

.hwbl-bible-map__stop-icon span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #b45309;
	color: #fff8f0;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.hwbl-bible-map__scope-label,
.hwbl-bible-map__style-label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.9rem;
	color: #444;
}

.hwbl-bible-map__scope-select,
.hwbl-bible-map__style-select {
	padding: 0.3rem 0.5rem;
	border: 1px solid #c5d0da;
	border-radius: 4px;
	font: inherit;
	background: #fff;
}

.hwbl-bible-map__canvas {
	width: 100%;
	height: var(--hwbl-bible-map-height, 320px);
	min-height: 220px;
	border: 1px solid #c5d0da;
	border-radius: 6px;
	background: #e8eef3;
	overflow: hidden;
}

/* Leaflet biblical + modern place labels */
.hwbl-bible-map__label {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
}

.hwbl-bible-map__label::before {
	display: none;
}

.leaflet-tooltip.hwbl-bible-map__label {
	background: rgba(255, 248, 240, 0.96);
	border: 1px solid rgba(185, 28, 28, 0.35);
	border-radius: 4px;
	color: #b91c1c;
	padding: 0.2rem 0.4rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
	font-size: 12px;
	line-height: 1.2;
	white-space: normal;
	max-width: 10rem;
	text-align: center;
}

.leaflet-tooltip.hwbl-bible-map__label .hwbl-bible-map__label-biblical {
	display: block;
	font-weight: 800;
	color: #b91c1c;
}

.leaflet-tooltip.hwbl-bible-map__label .hwbl-bible-map__label-modern {
	display: block;
	font-size: 11px;
	font-weight: 600;
	color: #991b1b;
	opacity: 0.95;
}

.hwbl-bible-map__places {
	margin: 0.65rem 0 0;
	border: 1px solid #c5d0da;
	border-radius: 6px;
	background: #fff;
}

.hwbl-bible-map__places[hidden] {
	display: none;
}

.hwbl-bible-map__places-summary {
	cursor: pointer;
	padding: 0.45rem 0.7rem;
	font-size: 0.9rem;
	color: #334155;
	list-style: none;
	user-select: none;
}

.hwbl-bible-map__places-summary::-webkit-details-marker {
	display: none;
}

.hwbl-bible-map__places-summary::after {
	content: '▾';
	float: right;
	opacity: 0.65;
}

.hwbl-bible-map__places[open] .hwbl-bible-map__places-summary::after {
	content: '▴';
}

.hwbl-bible-map__places[open] .hwbl-bible-map__places-summary {
	border-bottom: 1px solid #e2e8f0;
}

.hwbl-bible-map__list {
	list-style: none;
	margin: 0;
	padding: 0.35rem 0;
	max-height: 14rem;
	overflow: auto;
}

.hwbl-bible-map__list-item {
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
	margin: 0;
	padding: 0.4rem 0.75rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 0.85rem;
	cursor: pointer;
}

.hwbl-bible-map__list-name {
	font-weight: 600;
	color: #1e293b;
}

.hwbl-bible-map__list-verses {
	font-size: 0.8rem;
	color: #64748b;
	line-height: 1.3;
}

.hwbl-bible-map__popup-verses {
	display: inline-block;
	margin-top: 0.15rem;
	font-size: 0.9em;
	color: #334155;
}

.hwbl-bible-map__list-item:hover,
.hwbl-bible-map__list-item:focus {
	background: #f1f5f9;
	outline: none;
}

.hwbl-bible-map__status {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
	color: #555;
}

.hwbl-bible-map__attribution {
	margin: 0.35rem 0 0;
	font-size: 0.8rem;
	color: #666;
}

.hwbl-bible-reader__map-panel {
	margin-top: 0.75rem;
	padding: 0.75rem;
	background: #f0f4f8;
	border-radius: 6px;
}

.hwbl-bible-reader__map-panel[hidden] {
	display: none;
}

.hwbl-bible-map-notice {
	color: #666;
}

.thw-bible-explain__map {
	margin-top: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid #d5dde5;
}

.thw-bible-explain__map-title {
	margin: 0 0 0.75rem;
	font-size: 1.15rem;
}
