/* Extraído de <style id="patch-v79-chat-user-width"> */
/* Chat de usuario más compacto en escritorio. No afecta admin ni modo /#chat. */
  @media (min-width: 701px){
    html body:not(.admin-on):not(.admin-mode):not(.tu-admin-open) .chat-popover:not(.admin):not(.admin-open),
    html body:not(.admin-on):not(.admin-mode):not(.tu-admin-open) #chat-popover:not(.admin):not(.admin-open){
      width: min(420px, calc(100vw - 32px)) !important;
      max-width: 420px !important;
      right: 22px !important;
      left: auto !important;
    }
    html body.chat-route .chat-popover,
    html body.chat-route #chat-popover,
    html body.chat-only .chat-popover,
    html body.chat-only #chat-popover{
      width: 100% !important;
      max-width: none !important;
      right: 0 !important;
      left: 0 !important;
    }
    html body .chat-popover.admin,
    html body .chat-popover.admin-open,
    html body .chat-popover.is-admin,
    html body #chat-popover.admin,
    html body #chat-popover.admin-open,
    html body #chat-popover.is-admin{
      max-width: none !important;
    }
  }
