/* Put your custom CSS here */
/*Links*/
:root :where(a:where(:not(.wp-element-button)):hover) {
  text-decoration: none;
}
:root :where(a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline;
}