.archive-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.custom-archive-post{display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 3px 10px rgba(0,0,0,.08);overflow:hidden;transition:all 0.25s ease}.custom-archive-post:hover{transform:translateY(-4px);box-shadow:0 5px 18px rgba(0,0,0,.12)}.custom-archive-post .post-thumb img{width:100%;display:block}.custom-archive-post .post-content{padding:1.2rem 1.5rem 1rem;display:flex;flex-direction:column;gap:.5rem}.custom-archive-post .post-category{color:#0073aa;font-weight:600;font-size:.9rem;text-transform:uppercase}.custom-archive-post .post-title a{color:#222;text-decoration:none;font-size:1.3rem;font-weight:700}.custom-archive-post .post-title a:hover{color:#0073aa}.custom-archive-post .post-meta{margin-top:auto;padding-top:.8rem;border-top:1px solid #eee;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#666}.custom-archive-post .post-arrow{color:#0073aa;text-decoration:none;font-weight:700}