html,
body {
  margin: 0;
  min-height: 100%;
  background: #f3f4f6;
  font-family: Arial, sans-serif;
}

main,
#n8n-chat {
  min-height: 100vh;
}

:root {
  --chat--window--width: 100%;
  --chat--window--height: 100vh;
  --chat--window--border-radius: 0;
  --chat--window--box-shadow: none;
  --chat--toggle--display: none;
}

.n8n-chat .chat-window {
  width: 100% !important;
  height: 100vh !important;
  max-height: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
