/* Templates.css -- editable corporate QA cores catalogue (Node 2, TLP-314).
   The core editor reuses the RequestTaskTemplates WYSIWYG builder, so the modal
   + inspector styling lives in RequestTaskTemplates.css; this file only styles
   the cores list surface. */

/* Row actions -- right-aligned, no wrap */
.core-row-actions {
    display: flex;
    gap: var(--space-2);
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
}

/* Muted placeholder for empty lineage / threshold cells */
.core-muted {
    color: var(--text-muted);
}
