.blog-list-container{color:#333;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-optical-sizing:auto;margin:80px auto 0;max-width:1200px;padding:2rem 1rem}.blog-list-header{margin-bottom:3rem;text-align:center}.blog-list-header h1{color:#cd204f;font-size:2.5rem;line-height:1.2;margin:0 0 1rem}.blog-list-description{color:#6c757d;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:700px}.blog-posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.blog-post-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-post-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.blog-post-image{height:200px;overflow:hidden}.blog-post-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.blog-post-card:hover .blog-post-image img{transform:scale(1.05)}.blog-post-content{padding:1.5rem}.blog-post-content h2{font-size:1.5rem;line-height:1.3;margin:0 0 .75rem}.blog-post-content h2 a{color:#212529;text-decoration:none;transition:color .2s ease}.blog-post-content h2 a:hover{color:#cd204f}.blog-post-meta{color:#6c757d;font-size:.9rem;margin-bottom:1rem}.blog-post-author,.blog-post-date{font-style:italic}.blog-post-summary{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#495057;display:-webkit-box;line-height:1.6;margin-bottom:1.5rem;overflow:hidden}.read-more-button{background-color:#cd204f;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s ease}.read-more-button:hover{background-color:#b51c45;color:#fff}.blog-loading,.blog-not-found{color:#6c757d;font-size:1.25rem;padding:3rem;text-align:center}@media (max-width:768px){.blog-list-container{padding:1rem}.blog-list-header{margin-bottom:2rem}.blog-list-header h1{font-size:2rem}.blog-list-description{font-size:1rem}.blog-posts-grid{gap:1.5rem;grid-template-columns:1fr}}