/* قائمة اقتراحات فداء للهاتف فقط */
#fidaaMobileOptions{
  display:none;
}

@media(max-width:760px){
  #fidaaMobileOptions{
    display:block;
    position:fixed;
    left:12px;
    bottom:16px;
    z-index:2147483200;
    direction:rtl;
    font-family:Tahoma,Arial,sans-serif;
  }

  #fidaaMobileOptions.open .fidaaMobilePanel{
    display:block;
  }

  .fidaaMobileOpenBtn{
    border:0;
    border-radius:999px;
    background:#facc15;
    color:#111827;
    padding:12px 16px;
    font-weight:900;
    font-size:15px;
    box-shadow:0 12px 30px rgba(0,0,0,.35);
    cursor:pointer;
  }

  .fidaaMobilePanel{
    display:none;
    width:280px;
    max-width:calc(100vw - 24px);
    max-height:70vh;
    overflow:auto;
    margin-bottom:10px;
    padding:14px;
    border-radius:22px;
    background:#0f172a;
    border:1px solid rgba(250,204,21,.28);
    box-shadow:0 18px 50px rgba(0,0,0,.45);
  }

  .fidaaMobileHead{
    display:flex;
    align-items:center;
    justify-content:space-between;
    color:#facc15;
    font-weight:900;
    margin-bottom:12px;
  }

  .fidaaMobileClose{
    width:34px;
    height:34px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.15);
    background:#111827;
    color:#fff;
    font-weight:900;
    cursor:pointer;
  }

  .fidaaMobileSection{
    margin-bottom:16px;
    padding:13px;
    border-radius:18px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
  }

  .fidaaMobileSection h3{
    color:#facc15;
    margin:0 0 10px 0;
    font-size:18px;
  }

  .fidaaMobileItem{
    width:100%;
    display:block;
    margin:8px 0;
    padding:12px 13px;
    border-radius:14px;
    border:1px solid rgba(250,204,21,.16);
    background:#111827;
    color:#fff;
    font-weight:800;
    text-align:right;
    cursor:pointer;
  }

  .fidaaMobileItem.active{
    background:#facc15;
    color:#111827;
  }

  .fidaaMobileHint{
    color:#94a3b8;
    font-size:12px;
    text-align:center;
    margin-top:8px;
  }

  /* نخفي البلوكات الأصلية من الشاشة ونتركها داخل القائمة فقط */
  .fidaaOriginalQuickHidden{
    display:none !important;
  }
}
