/* PAL web input reset — native chrome off, our wrapper is the field */
input, textarea, select {
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  font-family: inherit;
  caret-color: #0B6B4C;
}
input:focus, textarea:focus, select:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
input::placeholder { color: rgba(16,26,21,0.28); }
