.event-posts{padding:1rem 0}.event-posts h3{margin-bottom:1rem}.event-posts .posts-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.event-posts .post-card{background:var(--surface);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.event-posts .post-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.event-posts .post-image{width:100%;height:180px;overflow:hidden}.event-posts .post-featured-image{width:100%;height:100%;object-fit:cover}.event-posts .post-content{padding:1rem}.event-posts .post-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--foreground);-webkit-line-clamp:2}.event-posts .post-excerpt,.event-posts .post-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.event-posts .post-excerpt{font-size:.9rem;color:var(--subtitle);line-height:1.5;-webkit-line-clamp:3;margin-bottom:1rem}.event-posts .post-meta{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--subtitle)}.event-posts .post-author{display:flex;align-items:center;gap:.5rem}.event-posts .author-avatar{width:24px;height:24px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;overflow:hidden}.event-posts .author-avatar img{width:100%;height:100%;object-fit:cover}.event-posts .author-name{font-weight:500}.event-posts .post-date{opacity:.7}.event-posts .empty-state{grid-column:1/-1}.event-posts .empty-state,.event-posts .loading-state{padding:3rem;text-align:center;color:var(--subtitle)}@media screen and (max-width:768px){.event-posts .posts-grid{grid-template-columns:1fr}.event-posts .post-image{height:150px}}