.themes{display:grid;grid-template-columns:1fr 2.2fr;gap:26px;margin-top:18px}
.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.theme-card{background:var(--soft);padding:14px;border-left:3px solid var(--up)}
.theme-card b{display:block;font-size:17px;margin-bottom:6px}
.theme-card small{color:var(--muted)}
@media(max-width:1050px){.themes{grid-template-columns:1fr}}
@media(max-width:650px){.theme-grid{grid-template-columns:repeat(2,1fr)}}
