/* The generic card grows a resident web card under its summary row when the tool declares the `web` render intent but has no keyed row of its own (the web_search/web_fetch rows register their own WebRow). A column around the ToolRow keeps the row's own 24px height. */ .card { display: flex; flex-direction: column; } /* Row indentation matches ToolRow's expanded bodies (16px leading + 6px gap), and replaces the primitive's standalone vertical margin with the flow's. */ .web { margin: 4px 0 4px 22px; }