.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;padding:.4rem;background:#e9ede9;border-radius:999px;width:max-content;max-width:100%;overflow:auto}
.admin-tabs button{background:transparent;color:var(--forest);white-space:nowrap}
.admin-tabs button.active{background:var(--forest);color:white}
.dashboard-grid[hidden]{display:none}
.record-meta,label small{color:var(--muted);font-weight:400;font-size:.78rem}
.album-preview{display:flex}
.album-preview img{width:52px;height:52px;margin-right:-18px;border:3px solid white;border-radius:50%}
