.report-list .report-list-item {
  padding: 0.75rem;
}
.report-list .report-list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
}

.light-style .report-list .report-list-item {
  background-color: #f5f5f9;
}
.light-style .report-list .report-list-icon {
  background-color: #fff;
  border-radius: 0.375rem;
}

.dark-style .report-list .report-list-item {
  background-color: #232333;
}
.dark-style .report-list .report-list-icon {
  background-color: #2b2c40;
  border-radius: 0.375rem;
}
