.post-card-component{background-color:var(--white);border:1px solid var(--gray-100);box-shadow:0 0 4px 0 rgba(0,0,0,.05)}.post-card-component:hover{box-shadow:0 2px 10px rgba(0,0,0,.1)}.post-card-component a{height:100%;display:flex;flex-direction:column}.post-card-component a .image-wrapper{background-color:var(--blue-500);width:100%;height:auto;aspect-ratio:16/9;position:relative}.post-card-component a .image-wrapper img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;inset:0}.post-card-component a .image-wrapper img.icon-bg{width:80px;height:80px;margin:auto}.post-card-component a .card-bottom{display:flex;flex-direction:column;flex:1 1 0%;justify-content:space-between;padding:24px}.post-card-component a .card-bottom .card-title{color:var(--blue-300)}.post-card-component a .card-bottom .card-meta{margin-top:24px;color:var(--gray-300)}.post-card-component a .card-bottom .card-meta *{font-size:14px}.post-card-component a .card-bottom .card-meta .card-author{gap:6px}.post-card-component a .card-bottom .card-meta .author-image{background-color:var(--gray-300);border-radius:9999px;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1}