.tplm-wrap { position: relative; }
.tplm-filter { margin-bottom: 12px; }
.tplm-filter-select {
	padding: 8px 12px;
	font-size: 15px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: #fff;
	min-width: 220px;
}
.tplm-frontend-map { width: 100%; border-radius: 8px; overflow: hidden; z-index: 0; }

/* Logo pin */
.tplm-logo-pin { background: none; border: none; }
.tplm-logo-pin-inner {
	width: 46px; height: 46px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,.35);
	overflow: hidden;
	display: flex; align-items: center; justify-content: center;
}
.tplm-logo-pin-inner img { width: 100%; height: 100%; object-fit: cover; }

/* Popup */
.tplm-popup { min-width: 200px; font-size: 14px; line-height: 1.5; }
.tplm-popup-logo img { max-width: 90px; height: auto; margin-bottom: 6px; }
.tplm-popup-name { margin: 0 0 4px; font-size: 16px; }
.tplm-popup-label { color: #666; font-style: italic; margin-bottom: 6px; }
.tplm-popup-row { margin: 3px 0; }
.tplm-popup-row a { text-decoration: none; }
