.latest-posts-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:20px;padding:0;list-style:none}@media (max-width:992px){.latest-posts-wrapper{grid-template-columns:1fr}}.featured-posts-section{display:flex;flex-direction:column;gap:50px;padding:10px 0 0}.list-posts-section{display:flex;flex-direction:column;gap:10px}.featured-post-item{position:relative;height:300px;border-radius:0;overflow:hidden;box-shadow:0 4px 8px rgb(0 0 0 / .1);transition:box-shadow 0.3s ease-in-out;display:flex;flex-direction:column}.featured-post-item:hover{box-shadow:0 8px 16px rgb(0 0 0 / .2)}.featured-post-item .post-card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.featured-post-item .post-top-section{flex-grow:1;background-size:cover;background-position:center;background-repeat:no-repeat}.featured-post-item .post-bottom-section{padding:0 8px;border-radius:0;position:absolute;width:100%;bottom:0;background-color:rgb(153 153 153 / .5);background-image:none;background-repeat:repeat;background-position:0 0;background:-moz-linear-gradient(top,none,none);background:-o-linear-gradient(top,none,none);background:linear-gradient(top,none,none);background:-webkit-gradient(linear,left top,left bottom,from(none),to(none));box-sizing:border-box}.featured-post-item .post-bottom-section h5,.featured-post-item .post-hover-title h5{margin:0;font-size:14px;color:#fff;text-align:left;font-weight:400;font-style:normal;text-decoration:none;line-height:30px;white-space:nowrap;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-moz-text-overflow:ellipsis;overflow:hidden}.featured-post-item .post-bottom-section .post-meta{font-size:.85em;color:#777;margin-top:5px}.post-hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .7);background-color:#3b55e6bd;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;opacity:0;visibility:hidden;transition:opacity 0.3s ease-in-out,visibility 0.3s ease-in-out}.featured-post-item:hover .post-hover-overlay{opacity:1;visibility:visible}.featured-post-item:hover .post-bottom-section{display:none}.post-hover-content,.post-hover-title{text-align:left;width:100%}.post-hover-content p{margin:0;font-size:12px;line-height:24px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.list-post-item{border:none;box-shadow:none;border-bottom:1px solid #f0f0f0;border-radius:0;padding:0 0 10px 0;background-color:#fff0;transition:none}.list-post-item:last-child{border-bottom:none}.list-post-item .post-content{padding:0;flex-grow:1}.list-post-item .post-thumbnail,.list-post-item .post-excerpt{display:none}.list-post-item .post-content h3{margin-top:0;margin-bottom:5px;font-size:1.05em}.list-post-item .post-content h3 a{color:#444;font-weight:400;text-decoration:none;line-height:40px;display:block;font-size:16px;font-style:normal;-webkit-transition:all 200ms linear;-moz-transition:all 200ms linear;-o-transition:all 200ms linear;-ms-transition:all 200ms linear;transition:all 200ms linear}.list-post-item .post-content h3 a:hover{color:#3b55e6}.list-post-item .post-meta{font-size:.8em;color:#888;padding:0;margin-top:5px;height:20px;line-height:20px}.list-post-item .post-main-content p{padding:0;margin:0;line-height:23px;font-size:14px;font-style:normal;font-weight:400;color:#999;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;overflow:hidden;text-overflow:ellipsis}.list-post-item .post-meta .post-date{padding:0;margin:0;display:inline-block;font-size:12px;font-style:normal;font-weight:400;color:#BBB;text-decoration:none}