.postCard { background-color: var(--bg-alt); padding: 12px; border-radius: 8px; overflow-x: hidden; } .postCard a { color: var(--fg) !important; } .postCard a::after { display: none; } .postCard .cover { width: 100%; border-radius: 6px; max-height: 220px; object-fit: cover; margin-bottom: 6px; } .postCard .title { font-size: 24px; } .postCard .subtitle { font-weight: 500; }