.component-post-item{display:flex;align-items:flex-start;justify-content:stretch;flex-flow:column nowrap;font-family:var(--family-primary);width:100%;height:auto}.component-post-item__image{width:100%;height:auto;position:relative;aspect-ratio:16/9;cursor:pointer;overflow:hidden;box-shadow:0 2px 15px 10px #f3f4edcc}.component-post-item__image:hover+.component-post-item__content .component-post-item__title{color:rgb(var(--color-accent))}.component-post-item__image img{width:120%;height:120%;object-fit:cover;aspect-ratio:16/9;transform:scale(1);transition:.2s ease-in-out}.component-post-item__image:hover img{transform:scale(1.1)}.component-post-item__content{display:flex;align-items:flex-start;justify-content:flex-start;flex-flow:column nowrap;gap:1rem;padding:1rem;width:100%;transition:.2s ease-in-out}.component-post-item__title-link{color:rgb(var(--color-foreground))}.component-post-item__title-link:hover{color:rgb(var(--color-accent))}.component-post-item__title{font-size:1.5rem;line-height:1.4;font-weight:500;font-family:var(--family-secondary);text-transform:uppercase;color:rgb(var(--color-foreground));transition:.2s ease-in-out}.component-post-item__title:hover{color:rgb(var(--color-accent))}.component-post-item__description{font-size:1.2rem;line-height:1.6}.component-post-item__info{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:flex-start;gap:1rem;width:100%}.component-post-item__info>li:not(:last-child):after{content:"\2022";margin-left:1rem}@media screen and (max-width: 1024px){.component-post-item__info>li:not(:last-child):after{content:"";margin-left:0}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/component-post-item.css.map */
