/* ---- Providers tab ----
   Reuses the settings shell classes (.set-section-pane, .set-market,
   .set-tag, ...). Only the provider-row meta line + chip groups are new. */

.prov-meta {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: var(--ha-space-2) var(--ha-space-4); margin-bottom: var(--ha-space-3);
}

.set-tag-group { display: flex; flex-wrap: wrap; gap: var(--ha-space-2); }

/* The bare market/job-type chip (the .is-default/.is-edited variants carry
   their own colors; this gives the plain chip a calm, legible base). */
.prov-meta .set-tag {
  background: var(--ha-surface-subtle); color: var(--ha-ink-muted);
}
