-webkit-appearance your little known friend
Styling file input elements has always been tricky due to browser inconsistencies. WebKit-based browsers offer a clever way to style these elements. You can style the text and color of the file input using standard CSS. Additionally, the ::-webkit-file-upload-button
pseudo-element allows customization of the OS-specific button's appearance, like changing it from rounded to square, going beyond basic styling.