Your current design uses a flex on Details Wrapper
to cause those elements - category, date, read mins to flow horizontally and wrap when necessary.
You’d need to restructure that.
One way is to move your badge up and out of the Details Wrapper, and wrap it in its own DIV. Give that DIV wrapper a bottom margin for spacing.