.dashboardGridItem{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:.75rem 1rem;border-radius:.5rem;gap:0;border:1px solid var(--text-60);width:100%;overflow:hidden}.dashboardGridItem.add{display:grid;place-content:center;min-height:3rem}.dashboardGridItem.add span{display:flex;align-items:center;color:var(--text-60);font-size:.95rem;gap:.2rem;font-weight:500}.dashboardGridItem:hover{background-color:var(--accent-98);border-color:var(--accent)}.dashboardGridItem .top{display:flex;gap:.3rem;width:100%;align-items:center;margin-bottom:.3rem}.dashboardGridItem .top svg{color:var(--accent)}.dashboardGridItem .top .name{font-size:1.15rem;font-weight:600;color:var(--accent);display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboardGridItem .top .name:hover{color:var(--accent-55)}.dashboardGridItem .top .name span.italic{font-style:italic;color:var(--text-30)}.dashboardGridItem p{color:var(--text-35);margin-top:.2rem;font-size:.95rem;display:flex;width:100%;gap:.5ch}.dashboardGridItem .bold{font-weight:500;color:var(--text-10);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}