.blog-featured{position:relative;display:flex;align-items:flex-start;justify-content:space-between;padding:24px 0;border-top:1px solid rgba(255,255,255,.16);box-sizing:border-box}.blog-featured--glow:before{content:"";position:absolute;top:50%;left:50%;width:640px;height:200px;transform:translate(-50%,-50%);background:linear-gradient(90deg,#FF6833,#8080FF);opacity:.22;filter:blur(70px);pointer-events:none;z-index:0}.blog-featured--glow>*{position:relative;z-index:1}.blog-featured-date{flex-shrink:0;width:120px;color:#B3B3B3;font-size:16px;font-weight:400;line-height:150%}.blog-featured-main{flex:0 1 432px;min-height:270px;display:flex;flex-direction:column;justify-content:space-between}.blog-featured-title{margin:0;color:#FFFFFF;font-size:20px;font-weight:600;line-height:130%}.blog-featured-desc{margin:16px 0 0;max-width:408px;color:#CCCCCC;font-size:14px;font-weight:400;line-height:150%}.blog-featured-footer{display:flex;align-items:center;justify-content:space-between}.blog-author{color:#B3B3B3;font-size:16px;font-weight:400;line-height:150%}.blog-featured-mobile-date{display:none}.blog-featured-image{flex-shrink:0;width:480px;height:270px;border-radius:12px;object-fit:contain;background:rgba(255,255,255,.04)}.blog-read-more{min-width:95px;height:40px;padding:0 12px;border-radius:8px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.25);color:#FFFFFF;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:120%;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none;transition:background .2s ease}.blog-read-more:hover{background:rgba(255,255,255,.12)}@media (max-width:768px){.blog-featured{flex-direction:column;align-items:stretch;padding:0;border-top:none}.blog-featured-date{display:none}.blog-featured-image{order:-1;width:100%;height:auto;aspect-ratio:16/9;margin-bottom:16px}.blog-featured-main{flex:1 1 auto;min-height:0;justify-content:flex-start}.blog-featured-title{font-size:20px}.blog-featured-desc{max-width:none;margin-top:8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-featured-footer{margin-top:16px}.blog-author{display:none}.blog-featured-mobile-date{display:inline;color:#B3B3B3;font-size:16px;font-weight:400;line-height:150%}}