/*
Theme Name: Bricks Child - KoeHub
Theme URI: https://github.com/koehub/koehub-gitops
Description: KoeHub Bricks Child Theme with GitOps integration for content management
Author: KoeHub
Author URI: https://github.com/koehub
Template: bricks
Version: 1.0.0
License: MIT
Text Domain: bricks-child
*/

/* ==========================================================================
   AI GitOps Styles
   ========================================================================== */

/* Error states for GitOps content */
.ai-error {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 20px;
    margin: 20px 0;
}

.ai-error h2 {
    color: #856404;
    margin-top: 0;
}

.ai-error p {
    color: #856404;
    margin-bottom: 0;
}

/* Static content wrapper */
.ai-static-content {
    /* Inherit Bricks styling */
}

/* Body classes for AI-managed pages */
body.ai-managed {
    /* Custom styles for managed pages */
}

body.ai-mode-static {
    /* Static HTML mode */
}

body.ai-mode-bricks {
    /* Bricks JSON mode */
}
