/* Keep broad Elementor and theme button rules from recolouring Core search controls. */
body .wcgs-header .wcgs-search-toggle,
body .wcgs-header .wcgs-search-toggle:hover,
body .wcgs-header .wcgs-search-toggle:focus,
body .wcgs-header .wcgs-search-toggle:active {
    background: #fff !important;
    border: 1px solid #cbd8d4 !important;
    color: #103f37 !important;
    box-shadow: none !important;
}

body .wcgs-header .wcgs-search-toggle svg {
    stroke: #103f37 !important;
}

body .wc-search-modal .wc-search-backdrop,
body .wc-search-modal .wc-search-backdrop:hover,
body .wc-search-modal .wc-search-backdrop:focus,
body .wc-search-modal .wc-search-backdrop:active {
    background: rgba(4, 39, 33, .92) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body .wc-search-modal .wc-search-close,
body .wc-search-modal .wc-search-close:hover,
body .wc-search-modal .wc-search-close:focus {
    background: transparent !important;
    color: #103f36 !important;
    box-shadow: none !important;
}
