* Adjust the width of the search bar */
.header__search input[type="search"],
.header__search input[type="text"] {
width: 200px; /* Change this value to your desired width */
max-width: 100%; /* Ensures it doesn't overflow on smaller screens */
box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}