/* BHIKARI Customer responsive UI polish */
#profileDialog{width:min(680px,96vw);max-height:92vh}
#profileBody{max-height:78vh;overflow:auto}
.profile-card{background:linear-gradient(135deg,#f3f7ff,#fff7ef);border:1px solid #e7ecf4;border-radius:16px}
.cx-order{border:1px solid #e2e7ef;border-radius:15px;background:#fff;box-shadow:0 3px 14px #00000008}
.cx-head{align-items:flex-start}
.cx-badge{white-space:nowrap}
.cx-img{flex:0 0 62px}
.cx-actions button{min-height:38px}
.cx-track{padding-bottom:5px}
.cx-modal{max-height:92vh}
.cx-modal-inner{max-height:78vh;overflow:auto}
@media(max-width:600px){
  #profileDialog,.cx-modal{width:100%;max-width:none;margin:auto 0 0;border-radius:18px 18px 0 0;max-height:94vh}
  #profileBody,.cx-modal-inner{max-height:80vh}
  .profile-actions{gap:7px}
  .profile-actions button{padding:10px 7px;font-size:13px}
  .cx-order{padding:12px;border-radius:13px}
  .cx-img{width:56px;height:56px;flex-basis:56px}
  .cx-actions button{padding:8px 9px;font-size:12px}
  .cx-step{min-width:68px;font-size:8px}
  .cx-star{font-size:28px!important}
}
@media(min-width:601px) and (max-width:1100px){.products{grid-template-columns:repeat(3,1fr)}}
