
.aa-mp-dash { display: grid; grid-template-columns: 220px 1fr; gap: 16px; align-items: start; }
.aa-mp-dash-nav { border: 1px solid #e5e5e5; border-radius: 10px; padding: 12px; }
.aa-mp-dash-user { font-weight: 600; margin-bottom: 8px; }
.aa-mp-dash-nav ul { list-style: none; margin: 0; padding: 0; }
.aa-mp-dash-nav li { margin: 6px 0; }
.aa-mp-panel { border: 1px solid #e5e5e5; border-radius: 10px; padding: 12px; margin-bottom: 16px; background: #fff; }
@media (max-width: 800px) { .aa-mp-dash { grid-template-columns: 1fr; } }
