/* ===== ss-v35-class-subject-stack-style ===== */

  .ss-qn-class-subject-stack{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    text-align:center;
    line-height:1.35;
  }
  .ss-qn-class-line{
    font-size:1.08em;
    font-weight:900;
    color:#0f172a;
  }
  .ss-qn-subject-line{
    font-size:.95em;
    font-weight:800;
    color:#334155;
  }
  .ss-qn-subject-line::before{
    content:"بابەت / ";
    color:#64748b;
    font-weight:700;
  }
  .ss-qn-hidden-subject-cell{display:none !important;}
