.map-panel {
  width: 100%;
  min-height: 280px;
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 8px;
  background: #f8fafc;
  position: relative;
}

.map-panel--fallback {
  padding: 1rem;
  overflow: auto;
}

.map-marker-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-marker-list li {
  padding: 0.75rem;
  border-bottom: 1px solid #e2e8f0;
}

.map-marker-list li:last-child {
  border-bottom: none;
}

.map-status-badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8125rem;
  border: 1px solid currentColor;
}

.map-status-badge--in { color: #166534; background: #dcfce7; }
.map-status-badge--out { color: #991b1b; background: #fee2e2; }
.map-status-badge--review { color: #92400e; background: #fef3c7; }
.map-status-badge--cat { color: #1e40af; background: #dbeafe; }

.service-area-card {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .map-panel { min-height: 220px; }
}
