smart-grid {
  width: 100%;
  height: 660px;
}

body, html {

}

.customer-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.customer-cell .tag {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  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;
}