.note-list {
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
  }
  
  .note-item {
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 12px;
    border-left: 4px solid #007bff;
    border-radius: 4px;
  }
  