.itemRenderTitle {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--cell-padding-h);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
