/* ===== ss-v63-question-shuffle-style ===== */

  #ssV62QnShuffleBox{
    display:flex;align-items:center;justify-content:space-between;gap:10px;
    margin:10px 0 12px;padding:10px 12px;border:1px solid rgba(99,102,241,.28);
    border-radius:14px;background:linear-gradient(135deg,rgba(99,102,241,.10),rgba(14,165,233,.08));
    color:var(--text-main,#111827);font-weight:900;direction:rtl;box-shadow:0 6px 16px rgba(15,23,42,.08);
  }
  #ssV62QnShuffleBox .ss-v62-qn-shuffle-title{display:block;font-size:13px;line-height:1.35;}
  #ssV62QnShuffleBox .ss-v62-qn-shuffle-note{display:block;font-size:10px;font-weight:700;opacity:.72;line-height:1.45;margin-top:3px;}
  #ssV62QnShuffleInput{width:22px;height:22px;accent-color:#4f46e5;flex:0 0 auto;}
  @media(max-width:760px){#ssV62QnShuffleBox{margin:8px 0;padding:9px 10px}.ss-v62-qn-shuffle-note{font-size:9px!important}}
  @media print{#ssV62QnShuffleBox{display:none!important}}
