How can I align the caption of a figure with the center of its corresponding image and at the same time have the text inside the caption be left-aligned? I am currently using this show-rule to left-align both the caption and the text:
#show figure.caption: set align(left)
How can I now center the caption while keeping the text inside left aligned?