Custom CSS in livechat widget

Is it possible to add custom CSS to the livechat widget? We’d like it positioned on the left but the close button ends up on the wrong side. Something like this would work but I don’t see any way to add a style:

.screen__sskEr {
    align-items: flex-start;
}