/**
 * Workflow Builder Layout Styles
 * Extracted from workflows.html - Builder topbar, palette, layout structure
 * Note: Main node styling is in the existing workflow-styles.css
 */

/* Builder-specific overrides and additions */
/* Most builder styles are in the existing workflow-styles.css */
/* This file contains supplementary/override styles */

/* Code blocks in chat */
.wf-chat-bubble code {
    background: rgba(0, 0, 0, 0.3);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
}

.wf-chat-bubble pre {
    background: rgba(0, 0, 0, 0.4);
    padding: 12px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 8px 0;
}

.wf-chat-bubble strong {
    color: #a78bfa;
}

/* Enhanced chat message actions (duplicate removed - primary in wf-chat.css) */
