.companyhub-news-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0 0 24px}
.companyhub-news-list__card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e2e7ef;border-radius:10px;background:#fff}
.companyhub-news-list>.companyhub-news-list__card{margin-top:0!important}
.companyhub-news-list__image{aspect-ratio:16/9;overflow:hidden;background:#f3f5f8}
.companyhub-news-list__image>a{display:block;height:100%}
.companyhub-news-list__image img{display:block;width:100%;height:100%;object-fit:cover}
.companyhub-news-list__content{display:flex;flex:1;flex-direction:column;padding:16px}
.companyhub-news-list__content h2,.companyhub-news-list__content h3{margin:0 0 10px;font-size:19px;line-height:1.35}
.companyhub-news-list__content h2 a,.companyhub-news-list__content h3 a{text-decoration:none}
.companyhub-news-list__field{margin-bottom:12px;color:#536174;line-height:1.5}
.companyhub-news-list__field .value>*:last-child{margin-bottom:0}
.companyhub-news-list__card .info_bar{display:flex;align-items:center;flex-wrap:wrap;gap:7px 14px;margin-top:auto;padding:12px 0 0;background:transparent;border-top:1px solid #edf0f4;border-radius:0;color:#7a8491;font-size:13px;line-height:1.35}
.companyhub-news-list__card .info_bar .bar_item{display:inline-flex;align-items:center;margin:0!important;padding:0;background:transparent}
.companyhub-news-list__card .info_bar .bi_date_pub .time{margin-left:.35em}
.companyhub-news-list__card .info_bar a{color:inherit;text-decoration:none}
.companyhub-news-list__card .info_bar a:hover{color:#3867d6}
#companyhub-panel-news .companyhub-news-list,#companyhub-panel-blog .companyhub-news-list{grid-template-columns:repeat(2,minmax(0,1fr))}
#companyhub-panel-news .companyhub-news-list>.companyhub-news-list__card:only-child,#companyhub-panel-blog .companyhub-news-list>.companyhub-news-list__card:only-child{grid-column:1/-1}
@media(max-width:991px){.companyhub-news-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.companyhub-news-list,#companyhub-panel-news .companyhub-news-list,#companyhub-panel-blog .companyhub-news-list{grid-template-columns:minmax(0,1fr);gap:16px}.companyhub-news-list__content{padding:14px}}
