.recent-panel{margin-bottom:28px}
.recent-list{display:grid;gap:8px}
.recent-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:11px 13px;border-radius:12px;background:var(--surface-soft);text-decoration:none}
.recent-item strong,.recent-item small{display:block}
.recent-item strong{font-size:12px}
.recent-item span,.recent-item small{color:var(--muted);font-size:10px}
.recent-item small{white-space:nowrap}
.recent-empty{margin:0;color:var(--muted);font-size:12px}
.dashboard-appointment{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;background:linear-gradient(135deg,#f8fbfa,#eef5f1)}
.dashboard-appointment h2,.dashboard-appointment p{margin:0}
.dashboard-appointment p:not(.section-kicker){margin-top:3px;color:var(--text);font-size:13px}
.dashboard-appointment small{display:block;margin-top:4px;color:var(--muted)}
@media(max-width:620px){.dashboard-appointment{display:grid}.dashboard-appointment .button{width:100%}}
@media(max-width:650px){.recent-item{grid-template-columns:1fr}.recent-item small{white-space:normal}}
