.noon-crm-section { background: #fff; padding: 20px; margin: 20px 0; border: 1px solid #ccd0d4; border-radius: 4px; }
.noon-crm-section h2 { margin-top: 0; }
.noon-crm-section .form-table th { width: 220px; }
.noon-pro-badge { display: inline-block; padding: 2px 8px; font-size: 11px; font-weight: 700; color: #fff; background: #6366f1; border-radius: 4px; margin-left: 6px; }
.noon-toggle { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.noon-license-box { background: #fff; border: 1px solid #ccd0d4; border-radius: 4px; padding: 16px 20px; margin-bottom: 20px; }
.noon-license-box .dashicons { margin-right: 6px; }
.noon-license-active { color: #16a34a; }
.noon-license-inactive { color: #9ca3af; }
.noon-toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: #1d2327; color: #fff; padding: 10px 20px; border-radius: 6px; font-size: 13px; z-index: 99999; opacity: 0; transition: opacity .3s; pointer-events: none; display: flex; align-items: center; gap: 6px; box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.noon-toast.show { opacity: 1; }
.noon-success-text { color: #16a34a; font-weight: 500; font-size: 13px; margin-left: 10px; }
.noon-error-text { color: #dc2626; font-weight: 500; font-size: 13px; margin-left: 10px; }

/* Audit Editor Styles */
.noon-editor-section { background: #fff; padding: 20px; margin: 15px 0; border: 1px solid #ccd0d4; border-radius: 4px; }
.noon-editor-section h2 { margin-top: 0; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.noon-question-block { background: #f9f9f9; padding: 15px; margin: 10px 0; border: 1px solid #ddd; border-radius: 4px; }
.noon-answer-row { display: flex; gap: 10px; margin: 5px 0; align-items: center; }
.noon-answer-row input[type="text"] { flex: 1; }
.noon-answer-row input[type="number"] { width: 70px; }
.noon-cat-row { display: flex; gap: 10px; margin: 5px 0; align-items: center; }
.noon-cat-row input[type="text"] { flex: 1; }
.noon-cat-row input[type="color"] { width: 50px; height: 36px; padding: 2px; cursor: pointer; }
.noon-band-row { display: flex; gap: 10px; margin: 8px 0; align-items: center; }
.noon-band-row label { min-width: 80px; font-weight: 600; text-transform: capitalize; }
.noon-band-row input[type="text"] { flex: 1; }
.noon-remove-btn { color: #dc2626; cursor: pointer; border: none; background: none; font-size: 18px; padding: 4px 8px; }
.noon-remove-btn:hover { color: #991b1b; }
.noon-add-btn { margin-top: 8px; }
