    :root {
      /* Main Theme Colors */
      --chat--color-primary: #9fca28;
      --chat--color-primary-shade-50: #9fca28;
      --chat--color-primary-shade-100: #9fca28;

      /* Chat Bubble Style */
      --chat--toggle--background: var(--chat--color-primary);
      --chat--toggle--hover--background: var(--chat--color-primary-shade-50);
      --chat--toggle--active--background: var(--chat--color-primary-shade-100);
      --chat--toggle--color: #ffffff;
      --chat--toggle--size: 60px;

      /* Chat Window Size */
      --chat--window--width: 400px;
      --chat--window--height: auto;

      /* Optional Customizations */
      --chat--header--background: #9fca28;
      --chat--header--color: #ffffff;
      --chat--message--user--background: #9fca28;
      --chat--message--user--color: #ffffff;
	  --chat--spacing: 0.5rem;
	  	    /* Heading & subtitle spacing refinements */
	  --chat--heading--font-size: 1.1rem;
      --chat--subtitle--font-size: 0.9rem;
      --chat--subtitle--line-height: 1;
	  --chat--subtitle--line-height: 1;
	  --chat--message--bot--color: #000000;
    }
	
.n8n-chat-header h1,
.n8n-chat-header .subtitle {
  margin-bottom: 0rem !important;
  margin-top: 0 !important;
}

.chat-layout .chat-header {
   gap:0;
}

.chat-inputs textarea[data-v-2a7fb1c3] {
    font-size: var(--chat--input--font-size,0.9rem);
}

.chat-window-wrapper .chat-window-toggle {
    margin-right: 20px;
	margin-bottom: 20px;
}

body {
    font-weight: normal;
}

.n8n-chat__footer {
  display: none !important;
}