/* VBAP location picker & map UX */
.vbap-loc-status {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 0.875rem;
  line-height: 1.45;
  margin-bottom: 0.75rem;
}

.vbap-loc-status.is-success { background: #ecfdf5; border-color: #a7f3d0; color: #065f46; }
.vbap-loc-status.is-warning { background: #fffbeb; border-color: #fde68a; color: #92400e; }
.vbap-loc-status.is-error { background: #fef2f2; border-color: #fecaca; color: #991b1b; }

.vbap-loc-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.vbap-loc-coords {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
  color: #64748b;
}

.map-box .leaflet-container,
.map-box-lg .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: inherit;
}
