.tmm-offline-map {
	max-width: 720px;
	margin: 0 auto;
}

.tmm-map__map {
	width: 100%;
	height: 50vh;
	min-height: 260px;
	max-height: 420px;
	border-radius: 8px;
	background: #eee;
}

.tmm-map__status {
	padding: 10px 4px;
	font-size: 14px;
	color: #444;
	font-weight: 600;
}

.tmm-map__group-heading {
	margin: 16px 4px 4px;
}

.tmm-map__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tmm-map__item {
	border-bottom: 1px solid #e5e5e5;
}

.tmm-map__item-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	text-align: left;
	background: none;
	border: none;
	padding: 12px 4px;
	font-size: 16px;
	cursor: pointer;
	min-height: 44px; /* comfortable tap target */
}

.tmm-map__item-number {
	flex: 0 0 auto;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background: #1a1a1a;
	color: #fff;
	font-size: 13px;
}

/* Leaflet's default .leaflet-div-icon paints a white box + border behind
   any divIcon - neutralize that so only our own circle badge shows. */
.tmm-map__pin {
	background: transparent;
	border: none;
}

.tmm-map__pin-badge {
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	background: #1a1a1a;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}

.tmm-map__detail {
	margin-top: 14px;
	padding: 14px;
	background: #f7f7f7;
	border-radius: 8px;
}

.tmm-map__detail[hidden] {
	display: none;
}

.tmm-map__detail-title {
	margin: 0 0 8px;
}

.tmm-map__detail-extra {
	font-size: 14px;
	color: #555;
	margin-bottom: 8px;
}

.tmm-map__detail-body {
	font-size: 15px;
	line-height: 1.5;
	color: #333;
}

.tmm-map__audio {
	width: 100%;
	margin-top: 10px;
}

.tmm-map__loading,
.tmm-map-notice {
	padding: 20px 8px;
	color: #555;
	font-size: 15px;
	line-height: 1.5;
}

.tmm-map-notice {
	background: #fff8e5;
	border: 1px solid #f0d58c;
	border-radius: 8px;
}
