In the Admin the template output from rich text fields are affected by the bootstrap styling. <img width="1431" height="778" alt="Image" src="https://github.com/user-attachments/assets/60c2db58-2eb9-43b9-a04a-09745ad69001" /> The problem comes from bootstrap styling applying a margin-bottom: 1rem to the p element of the Rich Text output in the Live Preview. A possible solution could be for templates to explicitly setting the margin-bottom of p elements in the rich text output. A better solution could be to ensure the template is not affected by the styling from other parts of the page.