.default-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:25px}.post-item-image{position:relative;display:block;margin-bottom:1.5rem}.post-item-image img{border-radius:24px;width:100%}.post-item-image:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.1);z-index:2;opacity:0;visibility:hidden;transition:.4s;width:100%;height:100%;background-repeat:no-repeat;background-position:center center}.post-item-image:before{content:"";display:flex;width:calc(100% + 1px);height:100%;backdrop-filter:blur(10px);position:absolute;top:0;right:-1px;border-radius:24px;z-index:1;opacity:0;visibility:hidden;transition:.4s}.post-item:hover .post-item-image:before{opacity:1;visibility:visible}.post-item:hover .post-item-image:after{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.post-item-image time{height:32px;border-radius:8px;background:var(--white);position:absolute;top:12px;right:12px;color:var(--color3);font-size:clamp(12px,4vw,14px);display:inline-flex;justify-content:center;align-items:center;gap:8px;padding-inline:8px;z-index:0;font-family:var(--SemiBold)}.post-item-image time span{padding-top:4px}.post-item-image time i{color:var(--color1);width:20px;height:20px;font-size:18px;display:flex;align-items:center;justify-content:center}.post-item h3{font-size:clamp(14px,4vw,18px);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;transition:.4s;font-family:var(--SemiBold);margin-bottom:.5rem;line-height:1.5}.post-item:hover h3 a{color:var(--color1)}.post-item .desc{font-size:14px;line-height:36px;color:var(--color3);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.blog-readmore{display:inline-flex;align-items:center;gap:8px;color:var(--color2);font-size:16px;margin-top:10px}.blog-readmore i{color:#fff;background:var(--color2);width:24px;height:24px;border-radius:8px;display:flex;justify-content:center;align-items:center;font-size:15px}.blog-readmore:hover{color:var(--color2)}.post-item h2{min-height:58px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.asheswp-blog-layout{display:grid;gap:1.5rem 1.25rem;width:100%}.asheswp-blog-article,.asheswp-blog-rail{min-width:0}.asheswp-blog-head{grid-area:head}.asheswp-blog-body{grid-area:body}.asheswp-blog-rail{grid-area:rail}.asheswp-blog-layout{grid-template-areas:"head" "rail" "body"}.asheswp-blog-access{display:none}@media(min-width:768px){.asheswp-blog-layout{grid-template-columns:minmax(0,3fr) minmax(240px,1fr);grid-template-areas:"head rail" "body rail";align-items:start}.asheswp-blog-access{display:block}}
