.extended-post-card{display:flex;align-items:flex-start;border-radius:18px;box-shadow:0 2px 8px #0000000f;margin-bottom:32px;padding:24px;transition:box-shadow .2s;min-height:160px;gap:24px;background:#fff;color:#181a1b;border:1px solid #eee}.extended-post-card:hover{box-shadow:0 4px 16px #0000001f}.epc-content{flex:1 1 0}.epc-meta{font-size:13px;color:#888;margin-bottom:6px;display:flex;gap:12px}.epc-category{color:#e4572e;font-weight:600}.epc-title{font-size:1.25rem;font-weight:700;margin:0 0 8px;color:#222}.epc-excerpt{font-size:1rem;color:#444;margin-bottom:16px}.epc-footer{display:flex;align-items:center;font-size:13px;color:#888;gap:18px}.epc-footer i{margin-right:4px}.epc-image{flex-shrink:0;width:110px;height:110px;border-radius:12px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.epc-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}@media(max-width:1024px){.extended-post-card{flex-direction:column;align-items:stretch;padding:16px;gap:12px}.epc-image{width:100%;height:180px;margin-bottom:8px}}
