/* This style the be embedded at the bottom of styles.css file before going live */

/* Makes checkboxes visible in Tailwind, used in Advanced Search */
input[type="checkbox"] {
  all: revert;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  margin: 0 0.25rem 0 0;
}
