.news{padding-top:146px !important}.news__list{max-width:960px;width:100%;margin:74px auto 0;display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 360px));gap:20px 20px;justify-content:center}.news__item{display:grid;grid-template-areas:"title    title    title" "datetime category category";grid-template-columns:repeat(3, 1fr);grid-template-rows:1fr auto;gap:24px 0;align-items:center;background:#fafafa;filter:drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));padding:20px;position:relative;z-index:1}.news__item::before{content:"";width:0;height:0;border-style:solid;border-color:rgba(0,0,0,0) #c43130 #c43130 rgba(0,0,0,0);border-width:15px;position:absolute;z-index:1;bottom:0;right:0;pointer-events:none}.news__title{grid-area:title;align-self:stretch;border-bottom:solid 1px #c43130;line-height:1;padding-bottom:20px}.news__title [href]{display:inline-block;line-height:1.35}.news__datetime{grid-area:datetime;font-size:14px;line-height:1}.news__category{grid-area:category;line-height:1}.news__category [href]{font-size:14px;font-weight:bold;color:#fafafa;background:#c43130;border:solid 1px #c43130;padding:4px 12px;border-radius:100px}@media screen and (min-width: 1024px){.news__list{grid-template-columns:1fr;gap:0}.news__item{border-top:solid 1px #c43130;background:none;grid-template-areas:"datetime category title";grid-template-columns:100px 160px 1fr;gap:10px;filter:none}.news__item:last-of-type{border-bottom:solid 1px #c43130}.news__item::before{display:none}.news__title{padding:0;border:none;line-height:1}.news__title [href]::first-line{line-height:1}}@media(hover: hover){.news .news__title [href]{transition:color ease .3s}.news .news__title [href]:hover{color:#c43130;transition:color ease .3s}.news .news__category [href]{transition:color ease .3s,background ease .3s}.news .news__category [href]:hover{color:#c43130;background:#fafafa;transition:color ease .3s,background ease .3s}}/*# sourceMappingURL=archive-news.css.map */