/*! gptchatbox base styles (theme-agnostic) */
#chatbox .wa-btn{background-color:var(--wa-bg,#25D366) !important;color:var(--wa-text,#ffffff) !important;border:none !important;border-radius:9999px !important;padding:6px 12px !important;display:inline-flex !important;align-items:center !important;gap:6px !important;text-transform:none !important}#chatbox .wa-btn .wa-btn-icon svg{vertical-align:text-top !important;display:inline-block}#chatbox{position:fixed;border-radius:10px;z-index:10000;box-shadow:0 2px 5px rgba(0,0,0,0.2);background-color:#fff;font-family:Arial,sans-serif;font-size:14px;line-height:21px;display:flex;flex-direction:column;bottom:95px;width:380px;padding:0;min-width:350px;opacity:0;visibility:hidden;transform:translateY(10px)}#chatbox.open{opacity:1;visibility:visible;transform:translateY(0);transition:all 0.25s cubic-bezier(0.4,0,0.2,1);height:70vh;max-height:70vh}#chatbox.chatbox-closed{opacity:0;visibility:hidden;transform:translateY(10px);transition:none}#chatbox.chatbox-closed.preview-mode{opacity:1 !important;visibility:visible !important;transform:translateY(0) !important}#chatbox.bottom_right{right:30px}#chatbox.top_right{top:75px;right:20px}#chatbox.bottom_left{left:20px}#chatbox.top_left{top:75px;left:20px}#chatbox-header{position:sticky;top:0;width:100%;z-index:100;display:flex;align-items:center;justify-content:center;padding:15px;box-shadow:0 2px 3px rgba(0,0,0,0.1);background:#0084ff;color:#ffffff;border-radius:10px 10px 0 0}.chatbox-header-content{display:flex;align-items:center;justify-content:space-between;width:100%}.chatbox-header-title{font-weight:bold;font-size:16px}.chatbox-close-btn{background:none;border:none;cursor:pointer;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color 0.2s ease}.chatbox-close-btn svg{width:18px !important;height:18px !important;overflow:visible !important}.chatbox-close-btn:hover{background-color:rgba(255,255,255,0.1)}#chatbox-toggle{position:fixed;bottom:30px;right:30px;padding:0;border:none;outline:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease;-webkit-appearance:none;appearance:none;z-index:9999}#chatbox-toggle.bottom_right{bottom:30px;right:30px;top:auto;left:auto}#chatbox-toggle.bottom_left{bottom:30px;left:20px;top:auto;right:auto}#chatbox-toggle.top_right{top:15px;right:20px;bottom:auto;left:auto}#chatbox-toggle.top_left{top:15px;left:20px;bottom:auto;right:auto}#chatbox-toggle.has-text{background:#ffffff;border-radius:28px;padding:6px 5px 6px 18px;box-shadow:0 2px 8px rgba(0,0,0,0.15);border:1px solid #e0e0e0}#chatbox-toggle:hover{transform:scale(1.1)}#chatbox-toggle:active{transform:scale(0.9);transition:transform 0.1s ease-out}#chatbox-toggle .chatbox-icon{width:50px;height:50px}#chatbox-toggle.has-text .chatbox-icon{width:39px;height:39px}#chatbox-toggle.has-text .chatbox-icon[data-icon="chat-bubble"],#chatbox-toggle.has-text .chatbox-icon:has(svg[viewBox="0 0 24 24"]){padding:8px !important}#chatbox-toggle .chatbox-toggle-text{font-size:14px;font-weight:500;color:#000;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle;padding:8px 12px;position:relative}#chatbox-toggle .chatbox-toggle-text::before{content:'';position:absolute;left:-6px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid transparent;z-index:1}#chatbox-toggle .chatbox-toggle-text::after{content:'';position:absolute;left:-7px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid transparent;z-index:0}#chatbox-toggle .chatbox-icon[data-icon="chat-bubble"],#chatbox-toggle .chatbox-icon:has(svg[viewBox="0 0 24 24"]){border-radius:50%;padding:12px;box-shadow:0 2px 8px rgba(8,15,26,0.08),0 2px 2px rgba(8,15,26,0.12)}#chatbox-toggle .chatbox-icon[data-icon="chat-bubble"] svg,#chatbox-toggle .chatbox-icon:has(svg[viewBox="0 0 24 24"]) svg{fill:#ffffff;color:#ffffff;width:24px;height:24px}#chatbox-toggle .chatbox-icon[data-icon="chat-bubble"] svg path,#chatbox-toggle .chatbox-icon:has(svg[viewBox="0 0 24 24"]) svg path{fill:#ffffff}#chatbox .chatbox-content{display:flex;flex-grow:1;flex-direction:column;overflow:hidden;border-radius:0 0 10px 10px}#chatbox-messages{padding:12px;width:100%;display:flex;flex-direction:column;flex-grow:1;max-height:calc(70vh - 120px);overflow-y:auto;overflow-x:hidden;color:#000}#chatbox a{display:inline;margin:0;padding:0;vertical-align:baseline;line-height:inherit;color:#0d6efd;text-decoration:none}#chatbox a:hover,#chatbox a:focus{color:#0b5ed7 !important;text-decoration:underline !important}#chatbox-messages .gptchatbox-message:first-child{margin-top:auto}#chatbox-messages .gptchatbox-message{padding-top:7px;display:flex;flex-direction:column}#chatbox-messages .response{font-weight:bold;border:1px solid #ffedac;background:#fffcf2;padding:11px;box-shadow:0px 1px 4px 0px rgba(0,0,0,0.2);margin-top:15px;border-radius:12px 12px 12px 0;align-self:flex-start;max-width:80%;word-wrap:break-word}.gptchatbox-product-cards{display:grid;grid-template-columns:1fr;gap:8px;margin-top:8px}.gptchatbox-product-cards .gc-card{display:flex;align-items:center;gap:10px}.gptchatbox-product-cards .gc-card-image{flex:0 0 auto}.gptchatbox-product-cards .gc-thumb{width:40px;height:40px;object-fit:cover;border-radius:6px;border:1px solid rgba(0,0,0,0.08);display:block}.gptchatbox-product-cards .gc-card-body{display:flex;flex-direction:column}.gptchatbox-product-cards .gc-card-title a{font-weight:600;text-decoration:none !important}.gptchatbox-product-cards .gc-card-price{margin-top:2px;display:flex;align-items:baseline;gap:6px}.gptchatbox-product-cards .gc-price-old{text-decoration:line-through;font-size:12px}.gptchatbox-product-cards .gc-price-new,.gptchatbox-product-cards .gc-price{font-weight:600;font-size:13px}.gptchatbox-product-cards .gc-card-category{font-size:12px}#chatbox-messages .user{font-weight:bold;border:1px solid #cdcdff;background:#f2f2ff;padding:11px;box-shadow:0px 1px 4px 0px rgba(0,0,0,0.2);border-radius:12px 12px 0 12px;margin-top:15px;align-self:flex-end;max-width:80%;word-wrap:break-word}#chatbox-input{display:flex;align-self:flex-end;align-items:center;padding:10px;margin:0;width:100%;position:sticky;bottom:0;border-top:1px solid #d3d3d3;border-radius:0 0 10px 10px;background:#fff}#chatbox-input-text{flex:1;display:block;overflow-y:hidden;padding:8px 12px;margin:0;outline:none;border-radius:5px;font-size:16px;max-height:150px;resize:none;line-height:1.4;border:1px solid #ddd;box-sizing:border-box;transition:height 0.1s ease-out;color:#000}#chatbox-send-button{background-color:inherit;border:none;outline:none;cursor:pointer;transition:background 0.3s ease,transform 0.2s ease}#chatbox-send-button:disabled{cursor:not-allowed;opacity:0.7}#chatbox-send-button svg{width:23px;height:23px}#chatbox-send-button:hover{background-color:inherit}#chatbox-send-button:active{transform:scale(0.9)}#chatbox #accept-button{width:auto;height:40px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.3s ease}#chatbox .consent-container{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:16px;margin:15px 0;box-shadow:0 2px 8px rgba(0,0,0,0.08);position:relative}#chatbox .consent-container::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#28a745,#20c997)}#chatbox .consent-content{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}#chatbox .consent-icon{flex-shrink:0;width:32px;height:32px;background:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white}#chatbox .consent-icon svg{width:18px;height:18px}#chatbox .consent-text{flex:1;min-width:0}#chatbox .consent-message{font-size:13px;color:#6c757d;line-height:1.4;margin:0}#chatbox .consent-actions{text-align:center;padding-top:8px;border-top:1px solid #e9ecef}#chatbox .consent-btn{background:#28a745;border:none;color:white;padding:10px 24px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all 0.2s ease;box-shadow:0 2px 4px rgba(40,167,69,0.2)}#chatbox .consent-btn:hover{background:#218838;transform:translateY(-1px);box-shadow:0 4px 8px rgba(40,167,69,0.3)}#chatbox .consent-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(40,167,69,0.2)}#chatbox #consent-buttons{padding-top:10px}.btn-selected{border:2px solid #4b4b4b}.gptchatbox-message.chatbot-error{background-color:#FFCDD2;color:#D32F2F;padding:8px 12px;border-radius:8px}#chatbox-messages::-webkit-scrollbar{width:6px}#chatbox-messages::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}#chatbox-messages::-webkit-scrollbar-track{background:#f0f0f0}@keyframes dots{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}.loading-dots{display:inline-block;margin:0 auto;text-align:center;width:auto;min-width:60px}.loading-dots .dot{display:inline-block;height:8px;width:8px;border-radius:50%;background-color:#666;margin:0 2px;animation:dots 1.2s ease-in-out infinite}.loading-dots .dot:nth-child(2){animation-delay:0.2s}.loading-dots .dot:nth-child(3){animation-delay:0.4s}.gptchatbox-message.loading,.gptchatbox-message.response.loading{width:fit-content;max-width:80px;margin-left:0;margin-right:auto;padding:8px 15px;align-self:flex-start;background:transparent !important;border:none !important;box-shadow:none !important}@media (max-width:768px){#chatbox.open{position:fixed;bottom:0 !important;top:auto !important;left:0 !important;right:0 !important;width:100vw !important;min-width:0 !important;max-width:100vw !important;height:70vh;max-height:70vh;border-radius:10px;box-shadow:none;overflow:hidden;margin:0;padding:0;opacity:1;visibility:visible;transform:translateY(0);transition:transform 0.3s ease,opacity 0.25s ease}#chatbox.chatbox-closed{transform:translateY(100%) !important;opacity:0;visibility:hidden;transition:transform 0.3s ease,opacity 0.25s ease !important}#chatbox-toggle.bottom_right{bottom:20px;right:20px;left:auto;top:auto}#chatbox-toggle.bottom_left{bottom:20px;left:20px;right:auto;top:auto}#chatbox-toggle.top_right{top:15px;right:20px;bottom:auto;left:auto}#chatbox-toggle.top_left{top:15px;left:20px;bottom:auto;right:auto}#chatbox-toggle .chatbox-toggle-text{display:none}#chatbox-toggle.has-text{background:none;border:none;box-shadow:none;padding:0}#chatbox-messages{max-height:none}#chatbox-input{margin:0;border-radius:0}#chatbox .chatbox-content{border-radius:0}#chatbox-toggle .chatbox-icon[data-icon="chat-bubble"],#chatbox-toggle .chatbox-icon:has(svg[viewBox="0 0 24 24"]){padding:10px}#chatbox-toggle .chatbox-icon[data-icon="chat-bubble"] svg,#chatbox-toggle .chatbox-icon:has(svg[viewBox="0 0 24 24"]) svg{width:20px;height:20px}#chatbox-toggle.has-text .chatbox-icon{width:50px;height:50px}#chatbox-toggle.has-text .chatbox-icon[data-icon="chat-bubble"],#chatbox-toggle.has-text .chatbox-icon:has(svg[viewBox="0 0 24 24"]){padding:12px !important}}
