/* Halfpix v1.2.24 — studio record lists inside the Me workspace.
   Loaded after records-v1222.css. Reuses the .hp-me-item row from me-v1220.css. */

.hp-me-status.is-record { background: var(--ui-primary-soft); color: var(--ui-primary-strong); }
.hp-main .hp-me-item__thumb.is-kiln { display: grid; place-items: center; background: var(--ui-clay-soft); color: var(--ui-clay, #9a5d3f); }
.hp-me-item__thumb.is-kiln .app-icon { width: 26px; height: 26px; }
.hp-main .hp-record-list .hp-me-item__copy small { color: var(--ui-muted); }
.hp-me-list-toolbar .hp-chip { flex: 0 0 auto; align-self: center; white-space: nowrap; }

/* Two stat rows: studio first (3 up), then community (3 up on desktop). */
.hp-me-stage .hp-me-stat-grid + .hp-me-stat-grid { margin-top: -6px; }

@media (max-width: 680px) {
  .hp-main .hp-record-list .hp-me-item__actions { grid-column: 1 / -1; }
}
