@media (min-width: 769px) {
  .mobile-chat-widget-shell {
    display: none;
  }
}

@media (max-width: 768px) {
  .layout-chat-col.chat-sidebar-column {
    display: none !important;
  }

  .mobile-chat-widget-shell .shop-chat-fab {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.625rem 1rem;
  }

  #globalShopAgentMobileChatModal .modal-dialog {
    position: fixed;
    inset: auto 10px 10px 10px;
    margin: 0;
    max-width: none;
  }

  #globalShopAgentMobileChatModal .modal-content {
    border-radius: 14px;
    overflow: hidden;
  }

  #globalShopAgentMobileChatModal .ai-chat-panel {
    min-height: 68vh;
    max-height: 78vh;
  }

  #globalShopAgentMobileChatModal .ai-chat-panel-messages {
    min-height: 280px;
  }
}
