@media (max-width: 768px) {
    .searchbar {
        display: unset;
        width: 90%; /* Adjust the width for better mobile display */
    }
}