Currently, I have a div aligned to the right inside another container. The text (date/time) within this right-aligned div needs to be vertically centered without using top padding. Whenever I apply top padding, it shifts my div downwards and disrupts its center alignment. Any suggestions on how to achieve vertical alignment without using top padding would be greatly appreciated. Thank you!