/* =========================================================
   PGP v269 — Desktop search click hitbox fix
   المطلوب:
   - لا يغير شكل خانة البحث.
   - لا يغير حجم خانة البحث.
   - لا يفعّل الكتابة عند مرور الماوس.
   - فقط عند الضغط داخل خانة البحث، حتى منتصف الخانة، يقدر المستخدم يكتب.
   ========================================================= */

@media(min-width:769px){
  html body .pgp-app-header .pgp-header-search-wrap,
  html body .pgp-header-search-wrap{
    pointer-events:auto!important;
    overflow:visible!important;
  }

  html body .pgp-app-header .pgp-header-search-form,
  html body .pgp-header-search-form{
    pointer-events:auto!important;
    cursor:text!important;
  }

  html body .pgp-app-header .pgp-header-search-input,
  html body .pgp-header-search-input{
    pointer-events:auto!important;
    cursor:text!important;
    user-select:text!important;
    -webkit-user-select:text!important;
    caret-color:#111315!important;
  }

  html body .pgp-app-header .pgp-header-search-submit,
  html body .pgp-header-search-submit{
    pointer-events:auto!important;
    cursor:pointer!important;
  }
}
