.rl {
  &__gutter {
    display: table;
    flex: 0 0 auto;
    user-select: none;

    &__row {
      display: table-row;

      span {
        display: table-cell;
      }
    }
  }
}
