$block = ".field-counter";

{$block} {
  color: $c-gray-base;
  white-space: nowrap;

  &--maxed {
    color: $c-danger-base;
  }
}
