.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:50px;margin-top:15px}.blog-card{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:8px;border:1px solid #fff;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.card-image img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.card-content{padding:20px}.card-content h2{margin:0 0 10px;font-size:16px;color:#000;height:100px;width:100%;font-weight:700}.meta{color:#000;font-size:.9rem;margin-bottom:10px}.excerpt{color:#444;font-size:.95rem;line-height:1.5}.blog-detail header{margin-bottom:40px}.blog-detail h1{font-size:2.5rem;margin-bottom:20px}.content h2{font-size:2rem;margin-bottom:15px}.content h3{font-size:1.5rem;margin-bottom:15px}.content h4{font-size:1.25rem;margin-bottom:15px}.content blockquote{border-left:4px solid #ddd;margin-bottom:15px;font-style:italic}.featured-image{width:100%;max-height:500px;-o-object-fit:cover;object-fit:cover;margin-top:30px;border-radius:8px}.meta{justify-content:space-between;margin-bottom:20px}.author,.meta{display:flex;align-items:center}.author img{width:40px;height:40px;border-radius:50%;margin-right:10px}.content{line-height:1.8;font-size:1.1rem}.content p{margin-bottom:1em}.content ul{list-style:disc;margin:5px 0}.content li{margin-left:20px;margin-top:10px;margin-bottom:10px}.categories{margin-top:40px;padding-top:20px;border-top:1px solid #eee}.categories ul{display:flex;flex-wrap:wrap;gap:10px;padding:0;list-style:circle}.categories li{background:#f0f0f0;color:#fff;padding:5px 15px;border-radius:20px;font-size:.9rem}