How do I remove the X button that appears when I use the Elementor search form in full screen mode?

input.elementor-search-form__input::-webkit-search-cancel-button {
    display: none;
}