/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/
.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    transition: color .3s ease;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle svg,
.elementor-search-form--skin-full_screen .e-font-icon-svg {
    transition: fill .3s ease, color .3s ease;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle::after {
    content: "Zoeken";
    display: inline-block;
    color: inherit;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    transition: color .3s ease;
}
