.abbq-quiz{width:100%;max-width:none;margin:0;padding:24px;background:#fff;direction:rtl}
.abbq-row{display:flex;flex-direction:column;gap:6px;margin:10px 0}
.abbq-row input,.abbq-row select{height:46px;border:1px solid #e5e7eb;border-radius:12px;padding:0 14px}
.abbq-actions{display:flex;gap:12px;margin-top:14px}
.abbq-submit{padding:12px 18px;border:0;border-radius:12px;background:#0b4da7;color:#fff;font-weight:700;cursor:pointer}
.abbq-loading{font-size:14px;opacity:.8}
.abbq-progress{height:8px;background:#f1f5f9;border-radius:20px;margin:8px 0 16px;overflow:hidden}
.abbq-progress-bar{height:8px;background:#0b4da7;width:0%}
.abbq-question{border-top:1px dashed #e5e7eb;padding-top:12px;margin-top:10px}
.abbq-question legend{font-weight:700;margin-bottom:10px;font-size:16px}
.abbq-like-row .abbq-like-cols{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.abbq-option{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}
.abbq-option:hover{background:#fafafa}
.abbq-option input{transform:scale(1.2)}
.abbq-page-actions{display:flex;justify-content:space-between;margin-top:14px;gap:10px}
.abbq-prev,.abbq-next{padding:10px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer}
.abbq-result{margin-top:16px;padding:14px;border-radius:12px;background:#f8fafc;border:1px solid #e6ebf1}
@media (max-width:768px){
  .abbq-like-row .abbq-like-cols{grid-template-columns:1fr}
  .abbq-option{justify-content:flex-start}
}
