.post-list-item{list-style:none;display:flex;flex-direction:column;align-content:space-between;background-color:var(--c-icon-hover-gray);border-radius:24px;height:100%;row-gap:10px;padding:10px 10px 12px;cursor:pointer}.post-list-item:hover{box-shadow:0 5px 10px #00000026;background-color:var(--c-wild-sand)}.post-list-item__link{flex:3 1;display:flex;justify-content:center}.post-list-item__head{background-color:var(--c-white);padding:10px;flex:1 1;display:flex;align-items:flex-start;gap:16px;justify-content:space-between;border-radius:16px}@media(max-width:767px){.post-list-item__head{padding:8px 10px}}@media(max-width:1365px){.post-list-item__head{gap:10px}}.post-list-item__title{line-height:160%;margin:0 auto 0 0;font-size:1em;font-family:var(--f-bold);color:var(--c-black)}@media(max-width:991px){.post-list-item__title{line-height:120%}}.post-list-item__image{border-radius:16px;width:-moz-fit-content;width:fit-content;margin:0 auto}
