.geom-business-status {
  --geom-status-color: #777777;
  min-width: 124px;
  min-height: 36px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid color-mix(in srgb, var(--geom-status-color) 28%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--geom-status-color) 10%, #fff);
  color: var(--geom-status-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.geom-business-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--geom-status-color);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--geom-status-color) 15%, transparent);
}
.geom-business-label { white-space: nowrap; }
@supports not (color: color-mix(in srgb, red 50%, blue)) {
  .geom-business-status { border-color: #ddd; background: #f7f7f7; }
}
