.sidebar nav{overflow-y:auto;scrollbar-width:thin;padding-right:3px}.cms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cms-card{border:1px solid var(--line);background:var(--card);border-radius:11px;overflow:hidden}.cms-preview{height:140px;display:grid;place-items:center;font-size:40px;color:var(--orange);background:linear-gradient(145deg,#211a16,#3b2115)}.cms-preview.sponsors{background:linear-gradient(145deg,#1b1d20,#243f4b);color:#69bde6}.cms-preview.events{background:linear-gradient(145deg,#221629,#6b2e64);color:#e896df}.cms-preview.donations{background:linear-gradient(145deg,#13241b,#276b45);color:#65d995}.cms-preview.developer{background:linear-gradient(145deg,#171c27,#293f6f);color:#8cb2ff}.cms-body{padding:15px}.cms-body h3{font:700 19px 'Barlow Condensed';margin:9px 0 4px}.cms-body p{font-size:10px;color:var(--muted);min-height:28px}.cms-body>small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--orange);font-size:8px}@media(max-width:1100px){.cms-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.cms-grid{grid-template-columns:1fr}}
