/* Minimal UI so the plugin doesn't 404 when style is enqueued. */
.mmd-dashboard{--gap:1rem;display:grid;gap:var(--gap)}
.mmd-dashboard.layout-two-column{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.mmd-dashboard.layout-hybrid{grid-template-columns:1fr}
.mmd-dashboard.layout-stacked{grid-template-columns:1fr}
.mmd-section{padding:1rem;border-radius:.75rem;background:#0f172a0d}
.mmd-heading{margin:0 0 .5rem;font-size:1.1rem}
.mmd-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}
.mmd-item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;border-radius:.5rem;background:#ffffff}
.mmd-title{font-weight:600}
.mmd-meta{font-size:.85em;color:#475569}
.mmd-excerpt{font-size:.95em;color:#334155}
.palette-teal-dark .mmd-item{border-left:4px solid #0f766e}
.mmd-core .mmd-heading{color:#0f766e}
