/* الحاوية */
.nk-st-wrap{
    font-family: 'almarai', sans-serif;
    position:relative;display:flex;justify-content:flex-end}

/* زر الأيقونة (نستفيد من أصناف إليمنتور) */
.nk-st-toggle.elementor-icon{
  display:grid;place-items:center;cursor:pointer;border:0;
  background:transparent;min-width:42px;min-height:42px;
}
.nk-st-toggle i{line-height:1}
.nk-st-toggle svg{display:block}

/* اللوحة (ديسكتوب: منسدلة يمينًا) */
.nk-st-panel{
  position:absolute; top:calc(100% + 10px); left:0;
  background:#fff; padding:14px; border-radius:14px;
  width:min(92vw,520px); box-shadow:0 10px 30px rgba(0,0,0,.12); z-index:9999
}

/* شبكة الأعمدة: بحث (واسع) – قائمة – زر */
.nk-st-row{
  display:grid; grid-template-columns: 1fr 180px auto;
  gap:10px; align-items:center;
}

/* ترتيب صريح ومستقل عن DOM (كي يظل صحيحًا دائمًا) */
.nk-st-field--search { order: 1; }
.nk-st-field--select { order: 2; }
.nk-st-actions       { order: 3; }

.nk-st-field label{display:block;font-size:12px;color:#444;margin-bottom:6px}
.nk-st-field input[type="search"], .nk-st-field select{
  width:100%;height:44px;border:1px solid #e3e3e3;border-radius:10px;padding:0 12px;font-size:15px;background:#fff
}
.nk-st-actions .nk-st-submit{
  height:44px;border-radius:10px;border:0;padding:0 16px;background:#2f7d3b;color:#fff;cursor:pointer;font-weight:600
}
.nk-st-actions .nk-st-submit:hover{filter:brightness(1.05)}

/* زر الإغلاق الصغير */
.nk-st-close{
  position:absolute; top:22px; right:-20px;
  width:28px; height:28px; border:1px solid rgba(0,0,0,.12);
  border-radius:999px; background:#fff; color:#444;
  font-size:18px; line-height:26px; text-align:center; cursor:pointer;
  box-shadow:0 2px 6px rgba(0,0,0,.06);
  padding: 0;
}
.nk-st-close:hover{ background:#f4f6f8; color:#111; border-color:rgba(0,0,0,.18) }

/* قفل تمرير الصفحة عند الفتح */
body.nk-st-lock { overflow: hidden; }

/* الجوال: صندوق وسطي متّسق 100% مع خلفية معتمة */
@media (max-width:768px){
  .nk-st-panel{
    position: fixed; inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 92vw; max-width: 560px;
    padding: 16px 14px 18px;
  }
  .nk-st-wrap.is-open::before{
    content:""; position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 9998;
  }
  .nk-st-row{ grid-template-columns: 1fr; gap: 12px; }
  .nk-st-actions .nk-st-submit{ width:100%; }
}

/* نص لقارئات الشاشة */
.nk-st-sr{
  position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);border:0
}
