/* Reserve browser accessory-bar space beneath the entire composer, not its input. */
@media(pointer:coarse){
 #customerChatModal[data-chat-layout="order"][data-keyboard-open="true"] .customer-chat-form,
 body.admin-chat-open #adminMessageList[data-keyboard-open="true"] .thread-compose{
  padding-bottom:calc(30px + env(safe-area-inset-bottom))!important;
 }
}
@media(display-mode:standalone),(display-mode:fullscreen){
 #customerChatModal[data-chat-layout="order"][data-keyboard-open="true"] .customer-chat-form,
 body.admin-chat-open #adminMessageList[data-keyboard-open="true"] .thread-compose{
  padding-bottom:max(10px,env(safe-area-inset-bottom))!important;
 }
}
body.admin-chat-open #adminMessageList .thread-compose textarea{
 resize:none!important;overflow-y:auto!important;scrollbar-width:none!important;
 min-height:52px!important;max-height:none!important;touch-action:pan-y;
 border:1px solid #d8dee6!important;background:#fff!important;
 box-shadow:none!important;padding:12px 16px!important;
}
body.admin-chat-open #adminMessageList .thread-compose textarea::-webkit-resizer,
body.admin-chat-open #adminMessageList .thread-compose textarea::-webkit-scrollbar{display:none!important}
body.admin-chat-open .chat-order-control{display:grid;gap:5px;margin:10px 0 4px;font-size:11px;font-weight:650;color:inherit}
body.admin-chat-open .chat-order-control select{min-height:40px;max-width:100%;padding:8px 12px;border:1px solid #c9d2df;border-radius:10px;background:white;color:#172033;font-size:13px;cursor:pointer}
body.admin-chat-open .chat-order-control select:disabled{opacity:.6;cursor:wait}
body.admin-chat-open .chat-order-control select:focus-visible{outline:2px solid #172033;outline-offset:2px}
