.post-grid-container{margin:20px 0;text-align:center}.post-grid{display:grid;gap:20px;margin-bottom:20px}.post-grid.columns-1{grid-template-columns:1fr}.post-grid.columns-2{grid-template-columns:repeat(2,1fr)}.post-grid.columns-3{grid-template-columns:repeat(3,1fr)}.post-grid.columns-4{grid-template-columns:repeat(4,1fr)}.post-item{border:1px solid #eee;padding:20px;text-align:left;background-color:#fff;box-shadow:0 2px 4px rgb(0 0 0 / .1);display:flex;flex-direction:column;height:100%;border-radius:20px}.post-item .post-thumb{margin-bottom:10px}.post-item .post-thumb img{max-width:100%;height:auto;display:block;border-radius:6px}.post-item .post-category{text-transform:uppercase;font-weight:600;background-color:#ffe6e6;color:#e60000;padding:4px 12px;font-size:14px;border-radius:999px;display:inline-block;margin-bottom:10px;margin-top:10px}.post-author-date{margin-bottom:10px}.post-item .post-title{font-size:1.2em;margin-top:0;margin-bottom:5px}.post-item .post-title a{text-decoration:none;color:#333}.post-item .post-title a:hover{color:#d33}.post-item .post-meta{font-size:.85em;color:#777;margin-bottom:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.post-item .post-meta .author-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;display:inline-block;vertical-align:middle}.post-item .post-meta .author-avatar img{width:100%;height:100%;object-fit:cover}.post-item .post-meta .author-name{color:#555;font-weight:500}.post-item .post-meta .post-date::before{content:"📅";margin-right:5px}.post-item .post-excerpt{font-size:.9em;color:#555;line-height:1.5;flex-grow:1;margin-bottom:15px}img.avatar.avatar-24.photo{border-radius:50%;width:24px;height:24px;object-fit:cover}.post-item .read-more{margin-top:auto;align-self:flex-start;background-color:#d33;color:#fff;padding:8px 14px;text-decoration:none;font-size:.9em;border-radius:999px;transition:background-color .3s ease}.post-item .read-more:hover{background-color:#d33}.load-more-btn{background-color:#d33;color:#fff;border:none;font-size:1em;cursor:pointer;border-radius:999px;transition:background-color .3s ease;text-transform:math-auto}.load-more-btn:hover{background-color:#d33}.load-more-btn:disabled{background-color:#ccc;cursor:not-allowed}.no-more-posts-message{margin-top:20px;font-style:italic;color:#777}@media (max-width:768px){.post-grid.columns-2,.post-grid.columns-3,.post-grid.columns-4,.post-grid.columns-1{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.posts-pagination{text-align:center;margin-top:30px;margin-bottom:30px;clear:both;transition:opacity .3s ease}.posts-pagination ul{list-style:none;margin:0;padding:0;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:5px;background-color:#fff;box-shadow:0 2px 4px rgb(0 0 0 / .05);overflow:hidden}.posts-pagination ul li{margin:0;padding:0;border-right:1px solid #eee;margin-left:0!important}.posts-pagination ul li:last-child{border-right:none}.posts-pagination ul li a,.posts-pagination ul li span{display:block;padding:10px 15px;text-decoration:none;color:#d33;font-weight:500;font-size:16px;line-height:1;white-space:nowrap;background-color:#f9f9f9;transition:background-color .3s ease,color .3s ease}.posts-pagination ul li a:hover{background-color:#e5e5e5;color:#d33}.posts-pagination ul li.current-page span{background-color:#d33;color:#fff;font-weight:700;cursor:default}.posts-pagination.loading-state{opacity:.7;pointer-events:none;cursor:not-allowed}.posts-pagination ul li a.prev-next-page{font-weight:400;color:#555;background-color:#fff0}.posts-pagination ul li a.prev-next-page:hover{background-color:#f0f0f0;color:#d33}@media (max-width:600px){.posts-pagination ul{border-radius:0;border:none;display:flex;flex-direction:column}.posts-pagination ul li{border-right:none;border-bottom:1px solid #eee;width:100%}.posts-pagination ul li:last-child{border-bottom:none}.posts-pagination ul li a,.posts-pagination ul li span{padding:12px 15px;text-align:center}}