/* ARTIZS.SAY v0.4.4 — clean composer + reliable paper-plane send + editable Welcome Card */

/* Product rule: no persistent helper copy under the composer. Guidance appears only when needed. */
.composer-help{display:none!important}
.composer-wrap{padding-bottom:11px!important}

/* Force the actual paper-plane SVG to render above legacy send-button CSS. */
.send-btn{color:#fff!important;overflow:visible!important}
.send-btn:after{content:none!important;display:none!important}
.send-btn svg{display:block!important;visibility:visible!important;opacity:1!important;width:19px!important;height:19px!important;fill:none!important;stroke:#fff!important;stroke-width:1.9!important;stroke-linecap:round!important;stroke-linejoin:round!important;pointer-events:none!important}
html[data-theme="dark"] .send-btn{color:#111827!important}
html[data-theme="dark"] .send-btn svg{stroke:#111827!important}

/* Welcome card supports a text-only state until a production 3D mascot exists for that room. */
.welcome-card.no-mascot{padding-right:14px!important}
.welcome-card.no-mascot img{display:none!important}
