.tui-list-cell {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.tui-cell-hover {
  background: #f7f7f9 !important;
}

.tui-list-cell::after {
  content: '';
  position: absolute;
  border-bottom: .035714rem /* 1/28 */ solid #eaeef1;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  bottom: 0;
  right: 0;
  left: 0;
}
.tui-line-left::after{
		left: 1.071429rem /* 30/28 */ !important;
	}
	
	.tui-line-right::after{
		right: 1.071429rem /* 30/28 */ !important;
	}

.tui-cell-last::after {
  border-bottom: 0 !important;
}

.tui-list-cell.tui-cell-arrow:before {
  content: " ";
  height: .785714rem /* 22/28 */;
  width: .785714rem /* 22/28 */;
  border-width: .071429rem /* 2/28 */ .071429rem /* 2/28 */ 0 0;
  border-color: #b2b2b2;
  border-style: solid;
  -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
  transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -0.25rem /* 7/28 */;
  right: 1.071429rem /* 30/28 */;
}
