@layer legacy {
/* DEPLOY-732 — component-owned Ask Riley launcher sizing */
html:root body .ask-riley-launcher{position:fixed;right:max(12px,env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));z-index:9000;width:44px;height:44px;min-width:44px;min-height:44px;max-width:44px;max-height:44px;padding:0;display:grid;place-items:center;border-radius:var(--kecb-radius-pill);overflow:hidden;box-sizing:border-box}
html:root body .ask-riley-launcher-icon{display:grid;place-items:center;width:44px;height:44px;min-width:44px;flex:0 0 44px}
html:root body .ask-riley-launcher-icon svg{display:block;width:22px;height:22px;max-width:22px;max-height:22px;fill:currentColor}
html:root body .ask-riley-launcher-copy,html:root body .ask-riley-launcher::after{display:none}
@media(max-width:760px){html:root body .ask-riley-launcher{bottom:calc(76px + env(safe-area-inset-bottom))}body.has-recipe-mobile-actions .ask-riley-launcher{bottom:calc(138px + env(safe-area-inset-bottom))}}
@media print{html:root body .ask-riley-launcher{display:none}}
}
