.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.content-card{aspect-ratio:4/5;border:1px dashed var(--line);border-radius:var(--radius);display:flex;flex-direction:column;justify-content:space-between;padding:16px;background:var(--paper-dim)}.content-card .ph-label{font-size:13px;color:var(--ink-soft)}.content-card .ph-add{align-self:flex-start;font-size:13px;color:var(--rust)}@media (max-width:700px){.content-grid{grid-template-columns:repeat(2,1fr)}}