/* Targeted specifically to the popup/overlay close button to prevent breaking the trigger */
.elementor-search-popup .dialog-close-button,
.elementor-search-form__container .dialog-close-button,
.search-overlay .close-button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
