.order_by{width:160px;min-width:120px}.blogs-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:28px;gap:28px;padding:24px 0 40px}.featured-blog{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;padding:24px 0 10px;margin-bottom:24px;border-radius:20px;border:1px solid rgba(108,92,231,.12);box-shadow:0 18px 40px rgba(108,92,231,.12);background:#ffffff}.featured-image{width:100%;height:100%;min-height:240px;object-fit:cover;border-radius:16px 0 0 16px}.featured-content{padding:24px}.featured-title{font-size:1.6rem;font-weight:700;color:#1b1f2a;margin-bottom:12px}.featured-snippet{color:#4f5666;line-height:1.6}@media (max-width:768px){.featured-blog{grid-template-columns:1fr}.featured-image{border-radius:16px 16px 0 0;min-height:200px}}.blog-card{background:#ffffff;border-radius:18px;overflow:hidden;border:1px solid rgba(108,92,231,.12);box-shadow:0 16px 40px rgba(108,92,231,.08);transition:transform .25s ease,box-shadow .25s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(108,92,231,.15);cursor:pointer}.blog-image{aspect-ratio:16/9;width:100%;height:190px;object-fit:cover;transition:transform .3s ease}.blog-card:hover .blog-image{transform:scale(1.02)}.blog-content{padding:20px 20px 22px}.blog-title{-webkit-line-clamp:2;font-size:18px;font-weight:700;margin-bottom:10px;color:#1b1f2a;line-height:1.4}.blog-snippet,.blog-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-snippet{-webkit-line-clamp:3;font-size:14px;color:#4f5666;line-height:1.6}.read-more{margin-top:14px;padding:10px 16px;background:linear-gradient(135deg,rgba(108,92,231,.95),rgba(140,123,255,.95));color:white;border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.read-more:hover{transform:translateY(-1px);box-shadow:0 12px 20px rgba(108,92,231,.2)}