/* Preserve hollow speech-bubble artwork when CTA hover rules recolour its stroke. */
html body .elementor-widget-button .elementor-button[href$="/speak-to-the-team/"] .elementor-button-icon svg[fill="none"] [stroke]:not([fill]),
html body .elementor-widget-button .elementor-button[href$="/speak-to-the-team/"] .elementor-button-icon svg[fill="none"] [stroke][fill="none"] {
    fill: none !important;
}
