How to move remove button in cart drawer

I’m looking to move the remove word to the right side of the page for mobile and desktop on dawn theme

url knmb1c.pf.myshopify.com

password samurai

Hi @undercoverfresh ,
The link is not working.

@undercoverfresh , Go to base.css file and add the following code :

.cart-item cart-remove-button {
    display: flex;
    margin-left: auto !important;
    margin-right: 2rem;
}

This worked but is not all the way to the right want it as the 2nd picture

@undercoverfresh , remove the margin-right in the code I gave you and it will be all the way to the right.

Worked thank you