.iot-module-ai-paragraph .iot-ai-para-input { border: 1px solid #cbd5e1; transition: all 0.3s; }
.iot-module-ai-paragraph .iot-ai-para-input:focus { border-color: #2563EB; box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2); outline: none; }
.iot-module-ai-paragraph .word-limit-warning { color: #dc2626 !important; }
.iot-module-ai-paragraph .iot-ai-para-input.has-warning { border-color: #dc2626; background: #fef2f2; }

/* CSS Bảng Kết Quả AI DeepSeek (Đã tối ưu in PDF) */
.iot-ai-fb-container { border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; font-size: 15px; page-break-inside: avoid; }
.iot-ai-fb-header { padding: 12px 15px; font-weight: bold; border-bottom: 1px solid; }
.iot-ai-fb-header.passed { background: #f0fdf4; color: #16a34a; border-color: #bbf7d0; }
.iot-ai-fb-header.failed { background: #fef2f2; color: #dc2626; border-color: #fecaca; }
.iot-ai-fb-body { padding: 15px; background: #fff; line-height: 1.6; color: #334155; }
.iot-ai-fb-section { margin-bottom: 15px; }
.iot-ai-fb-grammar { background: #fef2f2; padding: 15px; border-radius: 6px; border-left: 4px solid #ef4444; color: #991b1b; }
.iot-ai-fb-better { background: #f0f9ff; padding: 15px; border-radius: 6px; border-left: 4px solid #0ea5e9; margin-top: 20px; }
/* Ẩn Icon giải thích 💡 và Icon Tick Xanh / X Đỏ trên số thứ tự câu hỏi đối với module Tự luận */
.iot-module-ai-paragraph .iot-explain-icon,
.iot-module-ai-paragraph .iot-q-result-icon {
    display: none !important;
}