.recent-poems-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.recent-poem-card,.recent-poems-empty{border-radius:var(--radius-lg);border:1px solid hsla(36,20%,65%,.65);background:rgba(255,250,242,.76);box-shadow:var(--shadow-sm)}.recent-poem-card{padding:24px}.recent-poem-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--color-stone);font-size:13px}.recent-poem-card h3{margin:18px 0 8px;font-size:28px;letter-spacing:.08em}.recent-poem-author{margin:0 0 18px;color:var(--color-stone)}.recent-poem-body{display:grid;gap:8px;line-height:1.9}.recent-poems-empty{display:grid;place-items:center;gap:10px;min-height:220px;padding:24px;text-align:center}.recent-poems-empty p{margin:0;font-size:24px}.recent-poems-empty span{max-width:28rem;color:var(--color-stone);line-height:1.8}.recent-poems-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:999px;background:var(--color-vermilion);color:#fff;text-decoration:none}@media (max-width:980px){.recent-poems-grid{grid-template-columns:1fr}}