.ads-TextInput--brand.ads-TextInput {
  @apply border-transparent
    bg-gray-900
    text-white;
}

.ads-TextInput--brand.ads-TextInput:focus:not(:disabled) {
  @apply outline-none
    border-brandGreen-400
    shadow-focusBrand;
}

.ads-TextInput--brand.ads-TextInput::placeholder {
  @apply text-gray-500;
}

/* Disabled */

.ads-TextInput--brand.ads-TextInput:disabled {
  @apply text-gray-600;
}
