How to fix product name and price overlap in Refresh theme checkout?

Currently using Refresh theme.

Product names overlap with pricing (see image) in the checkout:

Is there any way to fix this without reducing char in product name?

Thank you,

I think you could fix this by setting a max-width. Link your store if you want further guidance.

Store is currently password protected www.pelene.net

In that case I need the password as well

Sent it via private message

Navigate to assets → base.css and add the following code to the end of the file:

._1fragemfc._1frageme0.iZ894 {
    max-width: 295px;
}

If it doesn’t work, try this:

._1fragemfc._1frageme0.iZ894 {
    max-width: 295px !important;
}

Tried both - it seems to be less of an overlap, but it’s still there: