.recent-posts{display:flex;flex-direction:column}.recent-posts .recent-post{margin-bottom:1.4em;background-color:#fff;border-width:0;border-color:#eee;border-radius:4px;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%);overflow:hidden}.recent-posts .recent-post-content{padding:18px}.img-object-fit{-webkit-backface-visibility:hidden;display:block;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0)}.img-object-fit img{height:100%;object-fit:cover;position:absolute;width:100%}.recent-posts .recent-post-image-link img{transition:300ms ease all;transform:scale(1);width:100%!important;max-width:100%!important}.recent-posts .recent-post-image-link:hover img{transform:scale(1.03);transition:300ms ease all}.recent-posts .recent-post-meta{display:flex;flex-wrap:wrap;font-size:14px;align-items:center;padding:20px 0 0;margin-top:auto;width:100%;flex-direction:row}.recent-posts .recent-post-date,.recent-posts .recent-post-author{width:50%}.recent-posts .recent-post-date{text-align:right}.recent-posts .recent-post-author{display:flex;align-items:center}.recent-posts .recent-post-author-name{color:#0073b1;font-weight:600;margin-bottom:0;margin-left:10px}.recent-posts .recent-post-author-avatar img{border-radius:100%;width:30px;height:30px;display:block}.recent-posts{--columns:3;display:grid!important;grid-template-columns:repeat(var(--columns),1fr);gap:2em}@media (max-width:768px){.recent-posts{gap:1em}.recent-posts .recent-post .recent-post-content{padding:.8em}.recent-posts .recent-post .recent-post-title,.recent-posts .recent-post .recent-post-title a{font-size:16px!important;line-height:1.3rem!important;margin-bottom:0}}@media (max-width:500px){.recent-posts{--columns:2}.recent-posts .recent-post:first-child{grid-column:span 2}}@media (max-width:350px){.recent-posts{--columns:1;gap:0;grid-column:1!important}}