.featured-posts__wrapper{container-type:inline-size}.featured-posts{display:flex;gap:20px}.featured-posts__post{flex-basis:460px}.featured-posts__post>a,.featured-posts__post>a:hover{text-decoration:none}.featured-posts__post-img{align-items:center;border-radius:20px 20px 5px 5px;display:flex;justify-content:center;max-height:241px;overflow:hidden}.featured-posts__post img{height:auto;transition:all .3s ease-in-out;width:100%}.featured-posts__post>a:hover img{transform:scale(1.1);transition:all .3s ease-in-out}.featured-posts__post-meta{padding:0 20px}.featured-posts__post>a .featured-posts__post-meta div:first-of-type{margin-bottom:10px;margin-top:20px;transition:all .3s ease-in-out}.featured-posts__post>a:hover .featured-posts__post-meta div:first-of-type{transition:all .3s ease-in-out}.featured-posts__post-meta div:first-of-type span{font-weight:700;text-transform:uppercase}.featured-posts__post>a .featured-posts__post-meta h4{text-wrap:wrap;transition:all .3s ease-in-out}.featured-posts__post>a:hover .featured-posts__post-meta h4{color:#fe7a16;text-wrap:wrap;transition:all .3s ease-in-out}.featured-posts__post-meta div.tags{display:flex;flex-flow:row wrap;margin-top:20px}.featured-posts__post-meta div.tags a{background-color:#f8f8ca;border-radius:10px;color:#757b0f;display:inline-block;font-size:14px;margin:5px 5px 0 0;padding:8px 20px;text-decoration:none;transition:all .3s ease-in-out}.featured-posts__post-meta div.tags a:hover{background-color:#f2f593;color:#757b0f;transition:all .3s ease-in-out}@container (width < 700px){.featured-posts{flex-wrap:wrap}.featured-posts__post{flex-basis:100%}}