Dawn theme: Product page alignment problem & Change 'Sold out" to "SOLD OUT"

Dear team:

The price and "Sold out is not aligned correctly on a horizontal line. And how can I change “Sold out” to “SOLD OUT”

The url is https://fuclx2xng8e0r3n6-42324328597.shopifypreview.com

Thanks!

Hii, @iamdawnumcm
Paste this code on top of the section-main-product.css file.

span.badge.price__badge-sold-out.color-inverse {
    margin-top: -10px !important;
    text-transform: uppercase !important;
}

Thank You.