/* Antler fixes: override minified CSS issues */

/* Ensure the select arrow uses local relative asset to avoid Mixed Content warnings */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url('../img/down.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 18px !important;
  background-size: 16px !important;
}

/* Restore less-rounded form controls (conservative 4px radius) */
.custom-select,
.form-control {
  border-radius: 4px !important;
}
