// XXX there is no hook for this; it's in the JS
.control-label--hidden {
  display: none;
}

label {
  // this overrides sf.gov's letter-spacing: -0.016em
  letter-spacing: 0;
}

input:disabled,
select:disabled,
textarea:disabled {
  border-color: $grey-4 !important;
  background-color: $grey-1 !important;
}
