How do I outline my "special instructions for seller" box?

See photo below - I want the box to be more visible and potentially outlined. I can’t figure it out! Please help

Try going to theme.scss.css

and add this at the bottom of the code.

.cart-footer__note-input {
    border-color: inherit;
}

The result is this:

Thank you! This worked on the cart page. How do I get it on this page too
for the cart? Is there a separate place I need to place that line of
code?[image:
Screen Shot 2021-07-20 at 8.58.31 AM.png]