@use "../../../../../../styles/int.scss";

.cell-count {
  height: 56px;
  text-align: right;
  padding: int.$spacing-3 int.$spacing-1;

  @include int.sans($role: "component", $weight: "bold", $size: "300"); 
}

.remaining-count {
  white-space: nowrap;
  color: int.$warmgray-60;
  
  @include int.sans($role: "component", $weight: "regular", $size: "100");
}

.isDropped {
  color: int.$warmgray-50;
}