.costix-floating-menu{position:absolute;z-index:9999;min-width:210px;max-width:min(320px,calc(100vw - 24px));padding:8px;border:1px solid var(--cx-border,#dbe3ea);border-radius:14px;background:var(--cx-surface,#fff);box-shadow:0 18px 50px rgba(15,23,42,.18);color:var(--cx-text,#0f172a)}
.costix-floating-menu-title{font-weight:800;padding:8px 10px;border-bottom:1px solid var(--cx-border,#e5e7eb);margin-bottom:6px}.costix-floating-menu-item{display:block;width:100%;border:0;background:transparent;color:inherit;text-align:start;padding:10px 11px;border-radius:10px;cursor:pointer;font:inherit}.costix-floating-menu-item:hover{background:var(--cx-soft,#f1f5f9)}.costix-floating-menu-item.is-danger{color:#b91c1c}.costix-floating-menu-item:disabled{opacity:.5;cursor:not-allowed}.costix-floating-menu-separator{height:1px;background:var(--cx-border,#e5e7eb);margin:6px}.costix-floating-menu-empty{padding:10px;color:var(--cx-muted,#64748b)}
[data-theme="dark"] .costix-floating-menu,.theme-dark .costix-floating-menu{background:var(--cx-surface,#111827);border-color:rgba(148,163,184,.24);box-shadow:0 18px 50px rgba(0,0,0,.42)}
