### Describe the bug Because of this line... https://github.com/sveltejs/svelte/blob/dd9abea2a1059cbead398c5578bfd07a3c3ddd69/packages/svelte/src/compiler/phases/2-analyze/css/css-prune.js#L955 ...and this line... https://github.com/sveltejs/svelte/blob/dd9abea2a1059cbead398c5578bfd07a3c3ddd69/packages/svelte/src/compiler/phases/2-analyze/css/css-prune.js#L955 ...we incorrectly prune sibling selectors when things other than if/each/await blocks are involved. Discovered while working on #14395 ### Reproduction - ~~[key blocks](https://svelte.dev/playground/6801ae4e48a64619b44cb5b703d34af0?version=5.2.7)~~ _now fixed_ - [render tags](https://svelte.dev/playground/cd264b2fa9ae4c878211683da326152b?version=5.2.7) ### Logs _No response_ ### System Info ```shell latest ``` ### Severity annoyance