.article-card{display:flex;flex-direction:column;height:100%;box-sizing:border-box}.article-card .article-card__image-wrapper{position:relative;z-index:1;border-radius:.8rem;overflow:hidden}.article-card .article-card__image{display:block;padding-bottom:120%;position:relative;z-index:1}.article-card .article-card__image svg,.article-card .article-card__image img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;max-width:100%;max-height:100%;z-index:-2;transition:all var(--duration-long) ease}.article-card .article-card__image svg{background-color:rgba(var(--color-foreground),.04);fill:rgba(var(--color-foreground),.55)}.article-card .article-card__image:hover img{transform:scale(1.05)}.article-card .article-card__block{position:absolute;top:0;right:0;width:100%;padding:1.6rem;display:flex;justify-content:space-between;gap:1.6rem;align-items:flex-start;z-index:2;box-sizing:border-box}.article-card .article-card__tags{display:flex;gap:.5rem;justify-content:flex-end;flex-wrap:wrap;z-index:2;flex:1 1 auto}.article-card .article-card__text{margin-top:1.6rem;display:flex;flex:1 1 auto;flex-direction:column;justify-content:space-between}.article-card .article-card__author-img{position:relative;min-width:4rem;min-height:4rem;max-width:4rem;max-height:4rem;border-radius:50%;overflow:hidden;border:.2rem solid rgba(var(--color-foreground),.16)}.article-card .article-card__author-img img{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover}.article-card .article-card__author,.article-card .article-card__info{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.article-card .article-card__author{font-weight:500}.article-card .article-card__delimiter{background:currentColor;opacity:.3;width:1.6rem;height:.1rem;display:inline-block}.article-card .article-card__date{font-weight:700;opacity:.6}.article-card .article-card__title{transition:all var(--duration-default) ease;pointer-events:all}.article-card .article-card__title:hover{opacity:.8}.article-card.overlay{position:relative;z-index:1;flex-direction:row;align-items:flex-end;border-radius:.8rem;overflow:hidden}.article-card.overlay:before{content:"";display:block;padding-bottom:120%}.article-card.overlay .article-card__image-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.article-card.overlay .article-card__text{padding:1.6rem;width:100%;pointer-events:none}@media screen and (min-width: 1360px){.article-card.overlay .article-card__text{padding:4rem}}.article-card.overlay .article-card__text .padding-small{padding:2rem}@media screen and (min-width: 1360px){.article-card.overlay .article-card__text .padding-small{padding:1.6rem}}.article-card.overlay .article-card__date{flex:1 0 auto;font-size:1.3rem;padding:.8rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-article-card.css.map */
