/**
 * Automation Module Styles
 *
 * @license MIT
 * @copyright (c) 2025 Universal AI Cloud Development Team
 * @version 2.0.1
 *
 * Version History:
 * - 2.0.1 (2025-12-15): Removed .group-keywords (keywords feature retired)
 * - 2.0.0 (2025-01): Ladder logic builder integration
 * - 1.0.0 (2025-12-02): Initial extraction from dashboard.css
 *   - Automation rules list
 */

/* Wide modal for ladder builder */
.modal-content-wide {
    max-width: 800px;
    width: 95%;
}

/* Form section description */
.form-section-description {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 1em;
    padding: 0.5em 0;
}

/* Conditions display in rule list */
.conditions-display {
    font-family: monospace;
    font-size: 0.9em;
    background: #f5f5f5;
    padding: 0.5em;
    border-radius: 4px;
    margin: 0.5em 0;
    word-break: break-word;
}