.posts{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));margin:1rem}.posts .post-card{background:var(--bg-secondary);border-radius:1rem}.posts .post-card .post-card-icon{text-align:center;padding:1.5rem;border-radius:1rem 1rem 0 0;fill:var(--bg-primary);background:var(--primary)}.posts .post-card .post-card-content{padding:1.5rem}.posts .post-card .post-card-content .post-card-date{display:block;font-size:.875rem;color:var(--text-color);margin-bottom:.5rem}.posts .post-card .post-card-content .post-card-title{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:.75rem}.posts .post-card .post-card-content .post-card-excerpt{font-size:1rem;color:var(--text-color);margin-bottom:1rem}.posts .post-card .post-card-content .post-card-link{font-weight:300;padding:.75rem 1.25rem;font-size:1rem;border:none;border-radius:.5rem;background-color:var(--bg-primary);color:var(--text-color);cursor:pointer;transition:background-color .1s ease}.posts .post-card .post-card-content .post-card-link:hover{background-color:var(--primary)}.subscribe{margin-top:2rem;margin-bottom:2rem;text-align:center}.subscribe .email-box{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.subscribe .email-box input[type=email]{padding:.75rem 1rem;font-size:1rem;border:1px solid #d1d5db;border-radius:.5rem;width:250px;max-width:100%}.subscribe .email-box button{padding:.75rem 1.25rem;font-size:1rem;border:none;border-radius:.5rem;background-color:var(--bg-secondary);color:var(--text-color);cursor:pointer;transition:background-color .1s ease}.subscribe .email-box button:hover{background-color:var(--primary);color:var(--bg-secondary)}