/*!/wp-content/plugins/gemini-fit-chatbot/assets/chat.css*/.gfc-bubble{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:999px;border:none;cursor:pointer;box-shadow:0 10px 30px rgb(0 0 0 / .18);font-size:22px;line-height:56px;text-align:center;background:#111;color:#fff;z-index:999999}.gfc-panel{position:fixed;right:18px;bottom:86px;width:min(380px, calc(100vw - 36px));height:520px;border-radius:18px;background:#fff;box-shadow:0 18px 60px rgb(0 0 0 / .22);overflow:hidden;display:none;z-index:999999;border:1px solid rgb(0 0 0 / .08)}.gfc-panel.open{display:flex;flex-direction:column}.gfc-header{padding:12px 14px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:10px}.gfc-title{font-weight:700;font-size:14px}.gfc-sub{font-size:12px;opacity:.85}.gfc-close{background:#fff0;border:none;color:#fff;cursor:pointer;font-size:18px;padding:6px 8px}.gfc-body{padding:12px;flex:1;overflow:auto;background:#fafafa}.gfc-msg{max-width:86%;padding:10px 12px;border-radius:14px;margin:8px 0;white-space:pre-wrap;font-size:13px;line-height:1.35}.gfc-msg.user{margin-left:auto;background:#111;color:#fff;border-bottom-right-radius:6px}.gfc-msg.bot{margin-right:auto;background:#fff;color:#111;border:1px solid rgb(0 0 0 / .08);border-bottom-left-radius:6px}.gfc-quick{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.gfc-chip{border:1px solid rgb(0 0 0 / .12);background:#fff;color:#000;padding:8px 10px;border-radius:999px;cursor:pointer;font-size:12px}.gfc-footer{padding:10px;border-top:1px solid rgb(0 0 0 / .08);background:#fff}.gfc-input-row{display:flex;gap:8px}.gfc-input{flex:1;border:1px solid rgb(0 0 0 / .12);border-radius:12px;padding:10px 12px;font-size:13px;outline:none}.gfc-send{border:none;border-radius:12px;padding:10px 12px;background:#111;color:#fff;cursor:pointer;font-size:13px}.gfc-cta{margin-top:8px;display:flex;justify-content:space-between;gap:10px;align-items:center;font-size:12px;color:#333}.gfc-cta a{display:inline-block;text-decoration:none;background:#111;color:#fff;padding:8px 10px;border-radius:12px;font-weight:600;white-space:nowrap}.gfc-disclaimer{font-size:11px;opacity:.75;margin-top:6px}