.bl-list-card {
  margin: 14px 14px 24px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}
.bl-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 14px;
  border-bottom: 1px solid #e2e8f0;
}
.bl-item:last-child {
  border-bottom: none;
}
.bl-name {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 4px;
}
.bl-remark {
  font-size: 12px;
  color: #64748b;
  line-height: 1.45;
  margin-bottom: 4px;
}
.bl-time {
  font-size: 12px;
  color: #94a3b8;
}
.bl-in {
  font-size: 16px;
  color: #059669;
  font-weight: 700;
}
.bl-out {
  font-size: 16px;
  color: #dc2626;
  font-weight: 700;
}
