/* Legal Aid Chatbot Widget Styles */
#legal-aid-chatbot { position: fixed; bottom: 24px; right: 24px; width: 340px; background: #fff; border-radius: 12px; box-shadow: 0 2px 16px rgba(0,0,0,0.12); font-family: sans-serif; z-index: 9999; transition: height 0.3s, min-height 0.3s, width 0.3s; }
#legal-aid-chatbot.minimized { height: 56px !important; min-height: 0 !important; width: 340px; overflow: hidden; }
#legal-aid-chatbot-logo { height: 32px; vertical-align: middle; margin-right: 8px; background: #fff; border-radius: 6px; padding: 4px 6px; box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
#legal-aid-chatbot-minimize { background: none; border: none; color: #fff; font-size: 20px; cursor: pointer; margin-left: auto; margin-right: 0; display: flex; align-items: center; }
#legal-aid-chatbot-maximize { background: #b11e23; border: none; color: #fff; font-size: 20px; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; display: none; position: absolute; top: 10px; right: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.10); }
#legal-aid-chatbot.minimized #legal-aid-chatbot-maximize { display: block; }
#legal-aid-chatbot.minimized #legal-aid-chatbot-header, #legal-aid-chatbot.minimized #legal-aid-chatbot-messages, #legal-aid-chatbot.minimized #legal-aid-chatbot-input, #legal-aid-chatbot #legal-aid-chatbot-chat-icon-container { display: none; }
#legal-aid-chatbot.minimized #legal-aid-chatbot-chat-icon-container { display: flex !important; align-items: center; justify-content: center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; width: 100%; height: 100%; z-index: 10001; }
#legal-aid-chatbot.minimized #legal-aid-chatbot-chat-text { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 17px; color: #fff; background: #b11e23; box-shadow: 0 2px 8px rgba(0,0,0,0.10); font-weight: 700; text-align: center; cursor: pointer; border-radius: 0; padding: 0; }
#legal-aid-chatbot-header { background: #b11e23; color: #fff; padding: 12px 16px; border-radius: 12px 12px 0 0; font-weight: bold; display: flex; align-items: center; font-size: 1.1em; position: relative; }
#legal-aid-chatbot-messages { height: 260px; overflow-y: auto; padding: 12px; background: #f9f9f9; }
#legal-aid-chatbot-input { display: flex; border-top: 1px solid #eee; }
#legal-aid-chatbot-input input { flex: 1; padding: 8px; border: none; border-radius: 0 0 0 12px; }
#legal-aid-chatbot-input button { background: #008ac4; color: #fff; border: none; padding: 8px 16px; border-radius: 0 0 12px 0; cursor: pointer; }
