.ai-product-quiz { border:1px solid #ddd; padding:20px; border-radius:8px; max-width:650px; margin:30px auto; background:#fff; }
.ai-question-title { font-weight:600; margin-bottom:8px; font-size:18px; }
.ai-question { margin-bottom:20px; padding:12px; border-bottom:1px solid #e8e8e8; }
.ai-question-options label { display:block; margin-bottom:5px; }
.ai-quiz-actions .button { background:#1e88e5; color:#fff !important; padding:10px 16px; border-radius:5px; cursor:pointer; }
.ai-quiz-results { margin-top:25px; }
.ai-quiz-products { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:15px; }
.ai-quiz-product { border:1px solid #ddd; padding:15px; border-radius:6px; text-align:center; }
