.wp-block-telex-gps-location-map{margin:20px 0}.gps-location-map-container{border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;position:relative;width:100%}.leaflet-popup-content-wrapper{border-radius:8px;overflow:hidden;padding:0}.leaflet-popup-content{margin:0;max-height:460px;overflow-x:hidden;overflow-y:auto;width:280px!important}.leaflet-popup-content::-webkit-scrollbar{width:6px}.leaflet-popup-content::-webkit-scrollbar-track{background:#f0f0f1;border-radius:3px}.leaflet-popup-content::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:3px}.leaflet-popup-content::-webkit-scrollbar-thumb:hover{background:gray}.gps-popup-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.gps-popup-image{display:block;height:150px;-o-object-fit:cover;object-fit:cover;width:100%}.gps-popup-body{padding:15px}.gps-popup-title{color:#1e1e1e;font-size:16px;font-weight:600;line-height:1.4;margin:0 0 8px}.gps-popup-title a{color:inherit;text-decoration:none;transition:color .2s ease}.gps-popup-title a:hover{color:#0073aa}.gps-popup-date{color:#757575;font-size:12px;margin-bottom:10px}.gps-popup-excerpt{color:#3c434a;font-size:14px;line-height:1.6;margin-bottom:12px}.gps-popup-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.gps-popup-link{align-items:center;background-color:#0073aa;border-radius:4px;color:#fff;display:inline-flex;flex:1;font-size:14px;font-weight:500;gap:6px;justify-content:center;min-width:0;padding:8px 16px;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.gps-popup-link:hover{background-color:#005177;color:#fff}.gps-popup-link-primary{background-color:#0073aa;color:#fff}.gps-popup-link-secondary{background-color:#28a745;color:#fff}.gps-popup-link-secondary:hover{background-color:#1e7e34;color:#fff}.gps-popup-btn-icon{flex-shrink:0;height:16px;-o-object-fit:contain;object-fit:contain;vertical-align:middle;width:16px}.leaflet-popup-tip{background-color:#fff}.gps-city-dropdown-wrap{border-top:1px solid #e0e0e0;margin-top:12px;padding-top:12px}.gps-city-dropdown-label{color:#3c434a;display:block;font-size:12px;font-weight:600;margin-bottom:6px}.gps-city-dropdown{background:#fff;border:1px solid #8c8f94;border-radius:4px;color:#1d2327;cursor:pointer;font-size:13px;padding:6px 8px;width:100%}.gps-city-dropdown:focus{border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:none}.gps-city-articles-list{margin-top:8px;max-height:250px;overflow-x:hidden;overflow-y:auto;padding-right:4px}.gps-city-articles-list::-webkit-scrollbar{width:5px}.gps-city-articles-list::-webkit-scrollbar-track{background:#f0f0f1;border-radius:3px}.gps-city-articles-list::-webkit-scrollbar-thumb{background:#b0b0b0;border-radius:3px}.gps-city-articles-list::-webkit-scrollbar-thumb:hover{background:#888}.gps-city-articles-ul{list-style:none;margin:0;padding:0}.gps-city-article-item{align-items:center;border-bottom:1px solid #f0f0f1;display:flex;gap:8px;padding:6px 0}.gps-city-article-item:last-child{border-bottom:none}.gps-city-article-thumb{border-radius:4px;flex-shrink:0;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.gps-city-article-info{flex:1;min-width:0}.gps-city-article-title{color:#0073aa;display:block;font-size:13px;font-weight:600;line-height:1.3;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.gps-city-article-title:hover{color:#005177;text-decoration:underline}.gps-city-article-date{color:#757575;display:block;font-size:11px;margin-top:2px}.marker-cluster-small{background-color:rgba(220,38,38,.6)}.marker-cluster-small div{background-color:rgba(220,38,38,.8)}.marker-cluster-medium{background-color:rgba(220,38,38,.6)}.marker-cluster-medium div{background-color:rgba(220,38,38,.8)}.marker-cluster-large{background-color:rgba(220,38,38,.6)}.marker-cluster-large div{background-color:rgba(220,38,38,.8)}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif;height:30px;margin-left:5px;margin-top:5px;text-align:center;width:30px}.marker-cluster span{color:#fff;font-weight:700;line-height:30px}
.gps-location-map-container,.leaflet-container,.leaflet-marker-pane,.leaflet-marker-pane img,.marker-cluster{touch-action:manipulation;-ms-touch-action:manipulation}
/* ===== Department filter bar ===== */
.gps-map-wrapper { display: flex; flex-direction: column; gap: 0; }

.gps-filter-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 14px 16px;
	background: #f8f9fa;
	border: 1px solid #e5e5ea;
	border-top: none;
	border-radius: 0 0 12px 12px;
}

.gps-dept-btn {
	display: inline-flex;
	align-items: center;
	padding: 7px 16px;
	border-radius: 999px;
	border: none;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	transition: all .2s ease;
	line-height: 1;
	white-space: nowrap;
	font-family: inherit;
}
.gps-dept-btn:hover {
	opacity: 0.85;
	transform: translateY(-1px);
}

.gps-filter-baseline {
	margin: 0;
	padding: 8px 16px 12px;
	font-size: 13px;
	color: #86868b;
	font-style: italic;
	background: #f8f9fa;
	border: 1px solid #e5e5ea;
	border-top: none;
	border-radius: 0 0 12px 12px;
}
.gps-filter-bar + .gps-filter-baseline {
	border-top: none;
	border-radius: 0 0 12px 12px;
}
.gps-filter-bar:has(+ .gps-filter-baseline) {
	border-radius: 0;
}'''

/* ===== City list below map ===== */
.gps-city-list-wrap {
	border: 1px solid #e5e5ea;
	border-top: none;
	border-radius: 0 0 12px 12px;
	background: #fff;
	overflow: hidden;
}

.gps-city-list {
	padding: 16px 20px;
}

.gps-city-list-title {
	font-size: 14px;
	font-weight: 600;
	color: #1d1d1f;
	margin: 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f7;
}

.gps-city-list-ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.gps-city-list-item {
	display: inline-flex;
	flex-direction: column;
}

.gps-city-list-link,
.gps-city-list-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	background: #f2f2f7;
	color: #1d1d1f;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid #e5e5ea;
	cursor: pointer;
	transition: all .15s;
	font-family: inherit;
	white-space: nowrap;
}

.gps-city-list-link:hover,
.gps-city-list-btn:hover {
	background: #e5e5ea;
	color: #0073aa;
	border-color: #0073aa;
}

.gps-city-list-count {
	font-size: 11px;
	color: #86868b;
	font-weight: 400;
}

.gps-city-list-arrow {
	font-size: 11px;
	color: #86868b;
}

.gps-city-list-sub {
	list-style: none;
	margin: 6px 0 0 0;
	padding: 8px 12px;
	background: #f9f9fb;
	border-radius: 10px;
	border: 1px solid #e5e5ea;
	min-width: 180px;
}

.gps-city-list-sub li { margin: 0; padding: 3px 0; }
.gps-city-list-sub li a {
	font-size: 12px;
	color: #0073aa;
	text-decoration: none;
	line-height: 1.4;
	display: block;
}
.gps-city-list-sub li a:hover { text-decoration: underline; }

/* Map keeps top corners rounded, filter bar below has bottom corners */
.gps-map-wrapper .gps-location-map-container {
	border-radius: 8px 8px 0 0 !important;
}
