.cvp-fab{all:unset;box-sizing:border-box;position:fixed!important;right:22px;bottom:22px;min-width:var(--cvp-launcher-size,60px);height:var(--cvp-launcher-size,60px);padding:0 20px 0 16px;border:1px solid color-mix(in srgb,var(--cvp-launcher-fg,#fff) 24%,transparent);border-radius:20px;background:var(--cvp-launcher-bg,var(--cvp-accent));color:var(--cvp-launcher-fg,#fff);display:flex;align-items:center;gap:10px;box-shadow:0 16px 38px color-mix(in srgb,var(--cvp-launcher-bg,var(--cvp-accent)) 38%,transparent),inset 0 1px 0 rgba(255,255,255,.18);z-index:999990;cursor:pointer;font:700 14px/1.1 inherit;transition:transform .22s ease,box-shadow .22s ease}
.cvp-fab:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(7,50,48,.36),inset 0 1px 0 rgba(255,255,255,.2)}
.cvp-fab:focus-visible{outline:3px solid color-mix(in srgb,var(--cvp-accent) 30%,#fff);outline-offset:3px}
.cvp-fab-icon{width:29px;height:29px;display:grid;place-items:center}
.cvp-fab-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.cvp-fab-label{white-space:nowrap}
.cvp-root[data-position=left] .cvp-fab{right:auto;left:22px}
.cvp-fab b{position:absolute;right:-7px;top:-7px;background:var(--cvp-launcher-badge-bg,#f1b95c);color:var(--cvp-launcher-badge-fg,#173231);min-width:25px;height:25px;padding:0 4px;border:2px solid #fff;border-radius:999px;display:grid;place-items:center;font-size:11px;box-sizing:border-box}
.cvp-root[data-launcher-style=rounded] .cvp-fab,.cvp-root[data-launcher-style=square] .cvp-fab,.cvp-root[data-launcher-style=circle] .cvp-fab,.cvp-fab-no-label{width:var(--cvp-launcher-size,60px);padding:0;justify-content:center}
.cvp-root[data-launcher-style=rounded] .cvp-fab-label,.cvp-root[data-launcher-style=square] .cvp-fab-label,.cvp-root[data-launcher-style=circle] .cvp-fab-label,.cvp-fab-no-label .cvp-fab-label{display:none}
.cvp-root[data-launcher-style=rounded] .cvp-fab{border-radius:18px}.cvp-root[data-launcher-style=circle] .cvp-fab{border-radius:50%}.cvp-root[data-launcher-style=square] .cvp-fab{border-radius:7px}.cvp-root[data-launcher-style=minimal] .cvp-fab{background:#fff;color:var(--cvp-launcher-bg,var(--cvp-accent));border-color:color-mix(in srgb,var(--cvp-launcher-bg,var(--cvp-accent)) 24%,#fff);box-shadow:0 12px 30px rgba(7,50,48,.16)}
.cvp-suggestions-empty{min-height:260px;padding:45px 28px;display:grid;place-content:center;text-align:center;color:#68807d}
.cvp-suggestions-empty span{font-size:46px;color:var(--cvp-accent)}
.cvp-suggestions-empty p{max-width:260px;margin:10px auto;line-height:1.5}
@media(max-width:1024px){
	.cvp-overlay{z-index:2147483001}
	.cvp-panel{z-index:2147483003}
	.cvp-suggestions{z-index:2147483002}
	.cvp-root.is-open.suggestions-open .cvp-suggestions{z-index:2147483004}
	.cvp-root:not(.is-embedded)>.cvp-fab{
		display:flex!important;
		visibility:visible!important;
		opacity:1!important;
		pointer-events:auto!important;
		width:var(--cvp-launcher-mobile-size,56px);
		min-width:var(--cvp-launcher-mobile-size,56px);
		height:var(--cvp-launcher-mobile-size,56px);
		padding:0;
		justify-content:center;
		border-radius:19px;
		z-index:2147483000;
		bottom:max(18px,env(safe-area-inset-bottom));
		transform:none;
	}
	.cvp-root:not(.is-embedded)[data-position=right]>.cvp-fab{right:max(18px,env(safe-area-inset-right));left:auto}
	.cvp-root:not(.is-embedded)[data-position=left]>.cvp-fab{left:max(18px,env(safe-area-inset-left));right:auto}
	.cvp-fab-label{display:none}
}
