/* 江微 · 四端共用高德地图选城 */
#jw-map-mask {
  position: fixed;
  inset: 0;
  z-index: 100200;
  background: rgba(15, 23, 42, 0.55);
  display: none;
  align-items: stretch;
  justify-content: center;
}
#jw-map-mask.show { display: flex; }
#jw-map-panel {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
}
#jw-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #e5e7eb;
  flex-shrink: 0;
}
#jw-map-head .tit { font-size: 16px; font-weight: 700; color: #111827; }
#jw-map-head .sub { font-size: 12px; color: #6b7280; margin-top: 2px; }
#jw-map-close {
  border: none;
  background: #f3f4f6;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}
#jw-map-container {
  flex: 1;
  min-height: 240px;
  width: 100%;
}
#jw-map-foot {
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid #e5e7eb;
  flex-shrink: 0;
  background: #fff;
}
#jw-map-city-label {
  font-size: 14px;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 6px;
}
#jw-map-coord {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 10px;
}
#jw-map-tip {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 10px;
  line-height: 1.5;
}
#jw-map-actions {
  display: flex;
  gap: 10px;
}
#jw-map-actions button {
  flex: 1;
  border: none;
  border-radius: 10px;
  padding: 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
#jw-map-gps-btn {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0 !important;
}
#jw-map-ok-btn {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
}
.jw-loc-map {
  flex-shrink: 0;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
}
.jw-loc-bar--admin .jw-loc-map {
  padding: 4px 10px;
  font-size: 13px;
}
