.shop-receive-title {
  border-left: 6px solid #333;
  padding-left: 12px;
}
.shop-receive-subtitle {
  border-left: 4px solid #999;
  padding-left: 10px;
  font-weight: 600;
}
.placeholder-img {
  height: 210px;
  background: #f3f5f7;
  border: 1px dashed #b6c0c8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8a99a7;
  font-weight: 700;
}
.note-list li {
  margin-bottom: 0.5rem;
}
