
/* Naqra R6.30 — Quiz Studio stability & recovery */
.nq-library-actions{
  display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap
}
.nq-quiz-library>header .nq-library-actions button{
  min-height:44px;padding-inline:13px
}
.nq-quiz-library>header .nq-library-actions .nq-secondary-action{
  border-color:#e1e4ee;background:#fff;color:#47516f;box-shadow:none
}
.nq-quiz-library>header .nq-library-actions .nq-secondary-action svg{
  width:17px;height:17px
}
.nq-preview-image-options{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important
}
.nq-preview-image-options span{
  display:grid!important;grid-template-columns:84px minmax(0,1fr)!important;
  align-items:center!important;gap:11px!important;min-width:0;min-height:84px;
  padding:10px!important;border:1px solid #e3e6ef!important;border-radius:15px!important;
  background:#fff!important
}
.nq-preview-image-options img{
  width:84px!important;height:64px!important;max-width:84px!important;
  object-fit:cover!important;border-radius:11px!important;background:#f2f4f8!important
}
.nq-preview-image-options b{
  min-width:0;overflow-wrap:anywhere;word-break:normal;line-height:1.55
}
.r629-image-fallback{
  display:inline-flex;align-items:center;justify-content:center;min-height:50px;
  padding:8px 12px;border:1px dashed #d8dce8;border-radius:12px;
  color:#7b849c;background:#fafbfe;font-size:.7rem;font-weight:750
}
@media(max-width:760px){
  .nq-quiz-library>header{align-items:flex-start}
  .nq-library-actions{width:100%;display:grid;grid-template-columns:1fr 1fr auto}
  .nq-quiz-library>header .nq-library-actions button{width:100%;font-size:.68rem}
  .nq-preview-image-options{grid-template-columns:1fr!important}
}
@media(max-width:430px){
  .nq-library-actions{grid-template-columns:1fr 1fr}
  .nq-library-actions [data-action="new"]{grid-column:1/-1}
  .nq-preview-image-options span{
    grid-template-columns:72px minmax(0,1fr)!important;min-height:74px
  }
  .nq-preview-image-options img{
    width:72px!important;height:56px!important;max-width:72px!important
  }
}
