Help adding borders to search imagesas

I need help adding borders to my search images, what is some code to do this?

Store blissbloom.shop

Hi @blissbloomaesthetic

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Layout > theme.liquid and paste this at the bottow of the file:
.predictive-search__image {
    border: 2px solid #000000;
    border-radius: 8px;
}

Kindly feel free to get back to me if you need any further assistance.
If helpful, please like and accept the solution. :white_check_mark: