.svp-chatbot-root { position: fixed; bottom: 20px; right: 20px; z-index: 99999; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.svp-bubble { width:56px; height:56px; border-radius:9999px; box-shadow:0 10px 25px rgba(0,0,0,.2); display:flex; align-items:center; justify-content:center; cursor:pointer; background:#ffffff !important; color: var(--e-global-color-secondary)!important; }
.svp-panel { position: absolute; bottom:70px; right:0; width: 340px; background:white; border-radius:16px; overflow:hidden; border:1px solid var(--e-global-color-secondary); }
.svp-header { padding:14px 16px; background: var(--e-global-color-secondary); color:white; font-weight:600; }
.svp-body { padding:14px 16px; max-height: 70vh; overflow:auto; }
.svp-actions { display:flex; flex-direction:column; gap:10px; margin-top:6px; }
.svp-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:10px 12px; border-radius:10px; border:1px solid #e5e7eb; background:#f9fafb; cursor:pointer; font-weight:600; }
.svp-select, .svp-input, .svp-checkbox { width:100%; padding:10px 12px; border:1px solid #e5e7eb; border-radius:10px; }
.svp-label { font-size:14px; margin:6px 0 4px; display:block; }
.svp-success { color:#065f46; background:#ecfdf5; border:1px solid #a7f3d0; padding:10px; border-radius:10px; }
.svp-error { color:#7f1d1d; background:#fef2f2; border:1px solid #fecaca; padding:10px; border-radius:10px; }
.svp-footer { padding:10px 16px; font-size:12px; color:#6b7280; border-top:1px solid #e5e7eb; background:#fafafa; }
.svp-row { display:flex; gap:10px; }
.svp-col { flex:1; }
.svp-hidden { display:none; }

.svp-bubble {
	width: fit-content!important;
	border: 0px!important;
}

.svp-label {
	--space: 16px;
	margin-top: var(--space);
	margin-bottom: var(--space);
}

#svp-msg {
	margin-top: 16px;
}