$namespace: re-show-more;

.#{$namespace} {
  &-ellipsis {
    white-space: nowrap;
  }

  &-btn {
    color: #4068b0;
    cursor: pointer;
  }

  &-text, &-hidden {
    visibility: hidden;
    height: 0;
    display: block;
    overflow: hidden;
  }

  &-hidden {
    width: 0;
  }
}