body[data-workspace-active="actionHistory"] [data-cc-content] {
  --tch-workspace-scope: actionHistory;
}

/* Page-owned styles for the action-history workspace. Shared shell primitives remain in src/styles.css. */

/* Page-owned styles for the action-history workspace. Shared shell primitives remain in src/styles.css. */

body[data-workspace-active="actionHistory"] .action-history {
  border: 1px solid #dce8e5;
  border-radius: 9px;
  background: #fff;
  padding: 0.85rem;
  box-shadow: 0 8px 20px rgba(17, 36, 40, 0.035);
}

body[data-workspace-active="actionHistory"] .action-history ul {
  margin: 0.35rem 0 0;
  padding-left: 1.1rem;
}
