
	/* Smooth transition for position changes */
	.sonner-container.svelte-a8z4tr {
		transition: bottom 200ms ease-in-out;
	}

	/* Move Sonner up when reply area is present */
	body:has(footer [data-prompt-editor]) .sonner-container.svelte-a8z4tr {
		bottom: 7rem; /* 112px = bottom-28 */
	}
