.story-grid { display: grid; gap: 20px; }
.story-card { background: #e0fff1; border-radius: 8px; padding: 10px; }
.story-info { display: flex; justify-content: space-between; }