.is-hidden{display:none}.card-post{color:var(--color-white);cursor:pointer;display:flex;flex-direction:column;height:100%}.card-post:hover{text-decoration:none}.card-post:hover .card-post-bottom{background:var(--color-blue-primary)}@media (min-width:48em){.card-post.large .card-post-top{min-height:350px}}@media (min-width:64em){.card-post.large .card-post-top{min-height:480px}}.card-post.large .card-post-bottom{flex-grow:0}.card-post-top{max-height:250px;overflow:hidden;position:relative}@media (min-width:64em){.card-post-top{max-height:235px}}.card-post-top img{height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.card-post-top .tag{inset-block-start:0;inset-inline-start:0;position:absolute}.card-post-bottom{background:var(--gradient-product-card);display:flex;flex-direction:column;flex-grow:1;gap:1rem;justify-content:space-between;padding:1.5rem}.card-post-title{font-size:19px;font-weight:var(--font-weight-bold);line-height:var(--leading-normal)}@media (min-width:64em){.card-post-title{font-size:20px}}.card-post-meta{align-items:center;display:flex;justify-content:space-between}.card-post-meta .icon{font-size:2rem}