.recent-pub{display:grid;grid-template-columns:190px 1fr;gap:20px;align-items:center;padding:16px 0}.recent-pub figure{margin:0}.recent-pub img{width:190px;height:112px;object-fit:cover;border:1px solid var(--color-border)}.recent-pub figcaption,.suggested-figure{color:var(--color-text-muted);font:700 .68rem/1.3 var(--sans)}.suggested-figure{min-height:112px;padding:14px;background:#e7ded4;border:1px solid var(--color-border);display:grid;gap:8px}.suggested-figure strong{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em}.suggested-figure span{font-weight:500}.progress-entry{display:grid;grid-template-columns:minmax(300px,420px)1fr;gap:2.5rem;align-items:center}.progress-entry figure{margin:0}.progress-entry img{display:block;width:100%;height:auto;border:1px solid var(--border);background:#fff}.progress-entry figcaption{margin-top:.5rem;color:var(--muted);font-size:.75rem;font-weight:700}@media(max-width:760px){.progress-entry{grid-template-columns:1fr}}@media(max-width:640px){.recent-pub{grid-template-columns:1fr}.recent-pub img{width:100%;height:auto}}