/* Chatwoot移动端适配 - 强制全屏显示 */
@media screen and (max-width: 768px) {
  /* Widget容器 */
  .woot-widget-holder,
  div[class*="woot-widget"],
  iframe[src*="chat.trustx.vip"] {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    z-index: 999999 !important;
  }

  /* 按钮样式 */
  .woot-launcher,
  div[class*="launcher"] {
    bottom: 20px !important;
    right: 20px !important;
    width: 56px !important;
    height: 56px !important;
  }
}
