/* #955 — Safari <select> height vs <input>
   Outside Tailwind build (lightningcss strips -webkit-appearance). */
select.select-form {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3E%3Cpath stroke=%27%239ca3af%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 1.1em;
  padding-right: 2.25rem !important;
  box-sizing: border-box;
  min-height: 2.0625rem; /* 33px — measured date input in FireBug filter bar */
  line-height: 1.25;
}
