#dashnotes-notes-list { display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.dashnote-card { background:#fff; border:1px solid #ccc; padding:10px; width:250px; border-radius:5px; box-shadow:1px 1px 5px rgba(0,0,0,0.1); display:flex; flex-direction:column; }
.dashnote-title { width:100%; font-weight:bold; margin-bottom:5px; }
.dashnote-content { width:100%; height:100px; margin-bottom:5px; }
.dashnote-actions { display:flex; justify-content:space-between; align-items:center; }