I’m building a marketplace category where brand reps post exclusive product listings. I’m currently using Form Templates which outputs fields as flat h3/p pairs. With CSS I’ve managed basic styling, but I can’t achieve a proper two-column product card (image left, details right) because CSS can’t restructure the linear HTML output.
What’s the best approach for achieving a proper product listing layout in a specific category? I’m not attached to Form Templates - open to components, plugins, or anything else that gives more control over how structured data renders into a post.