.nd-form small { color: var(--nd-muted, #69717b); }
.nd-form button { width: fit-content; }
.nd-form select { appearance: auto; }
.nd-dashboard-grid h2 { margin-top: 0; }
.nd-panel .avatar { width: 100%; height: 100%; object-fit: cover; }
.comment-list { padding-left: 22px; }
.comment-list li { margin-block: 20px; }
.comment-form { display: grid; gap: 12px; }
.comment-form textarea { width: 100%; min-height: 130px; }

