@use '../colors';

.root {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  &.crossed-out {
    color: colors.$basic-gray38;
    text-decoration: line-through;
  }
}
