/* START_SNIPPET:search-popup (INDEX:313) */
[data-search-popup] .m-search-form--button {
    color: rgb(var(--color-form-field-text));
  }

  [data-search-popup] .m-search-form--button svg,
  [data-search-popup] .m-search-form--button svg path {
    fill: currentColor !important;
    stroke: currentColor !important;
    opacity: 1;
  }
/* END_SNIPPET:search-popup */
