.dataListContainer {
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
}

.dataListHeader {
  background: #f9f9f9;
}

.dataListHeaderItem {
  font-weight: 600;
  padding: 10px !important;
  border-bottom: 1px solid #eee;
}

.dataListItem {
  padding: 10px !important;
  border-bottom: 1px solid #eee;
}

.dataListRow {
  border-bottom: 1px solid #eee;
}

.dataListRow:last-child {
  border-bottom: none;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  /* .dataListItem {
  }

  .dataListHeaderItem {
    
  } */
}
