smart-grid {
  width: calc(100% - 300px);
  max-width: 1000px;
  height: 600px;
}

.customer-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.customer-cell .tag {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.customer-cell .info {
  display: flex;
  flex-direction: column;
}

.customer-cell .name {
  font-weight: 600;
}

.customer-cell .membership {
  font-size: 12px;
  opacity: 0.7;
}

.city-link {
  display: flex;
  color: inherit;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}