.header-search-form {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-search-input {
    padding-left: 50px !important;
    flex: 1;
}


