/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 20:46:09 */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"],
a {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
}

button:focus,
button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
[role="button"]:focus,
[role="button"]:active,
a:where(:not(.wp-element-button)),
a:focus,
a:active {
  outline: none !important;
  box-shadow: none !important;
  text-decoration:none !important;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}