/*
 * MFC AI Chatbot CSS
 * /var/www/mfc/wp-content/themes/Newspaper-child/mfc-ai-chatbot.css
 */

/* Textarea — нэг мөр */
#mfc-chatbot-wrap textarea {
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  overflow: hidden !important;
  resize: none !important;
  line-height: 24px !important;
  padding: 0 !important;
}

/* Input wrapper */
#mfc-chatbot-wrap .mwai-input-text {
  min-height: 48px !important;
  max-height: 48px !important;
  align-items: center !important;
  padding: 0 14px !important;
}

/* Events нуух */
#mfc-chatbot-wrap .mwai-blocks { display: none !important; }
#mfc-chatbot-wrap .mwai-footer { display: none !important; }
