.lnu-widget{
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 14px;
  padding: 14px 14px 10px;
  margin: 18px 0;
  background: rgba(0,0,0,0.02);
}
.lnu-header{
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.lnu-title{
  margin:0;
  font-size: 18px;
  line-height: 1.2;
}
.lnu-status{
  font-size: 12px;
  opacity: 0.7;
}
.lnu-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.lnu-item{
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.lnu-item:first-child{
  border-top: none;
}
.lnu-time{
  font-weight: 600;
  font-size: 12px;
  opacity: 0.8;
}
.lnu-sep{
  margin: 0 6px;
  opacity: 0.6;
}
.lnu-text{
  font-size: 15px;
}
