Change Sold Out label color on Impulse 2.0

Hello, I would like to change the background and font color/size of the Sold Out label for the product collection on Impulse OS 2.0. Any ideas? Thank you.

@vasilepachitanu - can you please share your page link? it needs css for it

@suyash1 Please find below the link

https://nordek.ro/collections/imbracaminte

Thank you.

@vasilepachitanu - please add this css to the very end of your theme.css file and check, adjust color and values as needed

.grid-product__tag.grid-product__tag--sold-out {
    background-color: #fcce0c;
    color: #fff;
    font-size: 14px;
}

Thank you very much @suyash1