Autofill disable with HTML or CSS

I'm currently trying to disable the autofill feature in Safari through CSS, with some online searching help for related questions in it wasn't to hard to disable the icon, but the autofill recommendation box is still showing when I'm inserting an address:



So as you can see the highlight section is what I need to remove since it appears on top of my google autocomplete box. I've also tried changing the z-index of the pac-container ( autocomplete container ) to see if it could have a higher priority than Safari autofill but it didn't work either.


Any help would be much appreciated