/* AIOZ admin support workbench layout fix */
body:has(.support-workbench){overflow:hidden!important;background:#f3f5f8!important}
.content:has(.support-workbench){height:100vh!important;overflow:hidden!important;padding:0 14px 14px!important;display:flex!important;flex-direction:column!important;min-width:0!important}
.content:has(.support-workbench) .section-tabs{flex:0 0 54px!important;margin-bottom:8px!important}
.content:has(.support-workbench) .page-header{display:none!important}
.content:has(.support-workbench) header.page-header{display:none!important}
.support-workbench{flex:1 1 auto!important;height:calc(100vh - 76px)!important;min-height:0!important;display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;gap:14px!important;overflow:hidden!important;align-items:stretch!important}
.support-workbench>.panel{height:100%!important;min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
.support-workbench .conversation-list{max-height:none!important;height:100%!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important}
.support-workbench .chat-panel{height:100%!important;min-height:0!important;overflow:hidden!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;padding-bottom:14px!important}
.support-workbench .chat-panel>.panel-head{flex:0 0 auto!important;margin-bottom:10px!important}
.support-workbench .chat-messages{height:auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;scroll-behavior:auto!important;padding:12px!important;background:#f8fafc!important;border:1px solid #e5e7eb!important;border-radius:8px!important}
.support-workbench .reply-box{flex:0 0 auto!important;margin-top:10px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 160px!important;gap:12px!important;align-items:stretch!important;background:#fff!important}
.support-workbench .reply-box textarea{height:96px!important;min-height:96px!important;max-height:96px!important;resize:none!important;margin-top:0!important}
.support-workbench .reply-actions{display:grid!important;grid-template-rows:1fr 1fr!important;gap:10px!important}
.support-workbench .reply-actions button,.support-workbench .reply-box button{height:auto!important;min-height:42px!important;margin:0!important}
.support-workbench .support-image{max-height:420px!important;width:auto!important;max-width:min(520px,100%)!important;object-fit:contain!important}
@media (max-width:1100px){.support-workbench{grid-template-columns:1fr!important}.support-workbench>.panel:first-child{display:none!important}}
