.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.blog-card{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;text-align:center;display:flex;flex-direction:column;justify-content:space-between;height:100%}.blog-card h3{margin-bottom:.75rem;color:#2a7f2a}.blog-card p{margin-bottom:1.5rem;color:#666}.post-date{opacity:.7;margin-bottom:.75rem;font-size:.9rem}.blog-card img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.post-detail{max-width:800px;margin:0 auto;padding:40px 0}.post-detail img{width:100%;max-height:400px;object-fit:cover;border-radius:12px;margin-bottom:30px}.post-content{font-size:1.1rem;line-height:1.8;color:#444;white-space:pre-line}
