Pre-Made Search Bar Block Font

Please view the attached screenshot. Please explain how to change the font (color, font type) of the search block. I was unable to find the template for this.

Padding inquiry.png

Try to use the following code in the CSS section of the Theme editor

input.ty-search-block__input {
    color: red;
}