Help with creating a small gap between price & clearpay banner on product page please

Hello,

Please could anybody advise how I can add a small gap/spacing between the price and the clearpay info below? They are very close together and I feel there needs to be a small space.

URL: https://endless-retro-22.myshopify.com/

Thank you,

@Endlessretro could you add the below CSS in theme.min.css file

p.clearpay-paragraph {
    margin-top: 10px !important;
}

@NileshTejani thank you so much