.blog-layout{display:grid;gap:40px;grid-template-columns:2fr 1fr}.featured-post img{border-radius:4px;margin-bottom:15px;width:100%}.featured-title{font-size:22px;font-weight:600;line-height:1.4;margin-bottom:10px}.featured-title a{color:#000;text-decoration:none}.featured-date{color:#777;font-size:12px;margin-bottom:10px;text-transform:uppercase}.featured-desc{color:#444;font-size:14px;line-height:1.6}.blog-right{display:flex;flex-direction:column;gap:20px}.sidebar-post{align-items:flex-start;display:flex;gap:15px}.sidebar-post img{border-radius:0;height:140px;object-fit:cover;width:140px}.sidebar-post{align-items:center}.sidebar-content .date{color:#777;font-size:10px;margin-bottom:5px;text-transform:uppercase}.sidebar-content .title{color:#000;font-size:13px;font-weight:600;line-height:1.1;text-decoration:none}.sidebar-post{border-bottom:1px solid #ddd;padding-bottom:15px}.sidebar-post:last-child{border-bottom:none}@media (max-width:768px){.blog-layout{grid-template-columns:1fr}.sidebar-post img{height:65px;width:90px}}