.article-item{display:flex;justify-content:center;align-items:center;flex-direction:row;overflow:hidden;width:100%;border-radius:10px;background:linear-gradient(0deg,#f4f4f4 100%,rgba(236,253,254,.7450980392) 0)}.article-item__image-container{flex:2 1;width:100%;height:100%;min-height:65%;position:relative}.article-item__image-container .article-item__image{border-radius:10px;object-fit:cover;object-position:center}.article-item__content-container{flex:3 1;width:100%;height:100%;gap:1rem;padding:10px 15px;position:relative;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column}.article-item__desc-container{height:100%}.article-item__title-container{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;width:100%;gap:1rem}.article-item__isBreaking{display:block;width:15px;height:15px;background-color:#a64d4d;border-radius:50%;flex-shrink:0}.article-item__title{-webkit-line-clamp:2}.article-item__desc,.article-item__title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.article-item__desc{-webkit-line-clamp:3}.article-item__sub-info-container{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%}.article-item__date{color:#bfbfbf;font-size:.9rem}.article-item--l{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.article-item--l .article-item__image{object-position:top}.article-item--full{width:100%;height:150px;display:flex;justify-content:center;align-items:center;flex-direction:row}.article-item--full .article-item__image-container{flex:unset;width:20%}.article-item--full .article-item__image{object-position:top}.article-item--m{height:100%;min-width:320px}.article-item--m .article-item__content-container{padding:10px}.article-item--m .article-item__date{font-size:.85rem}.article-item--s{height:110px}.article-item--s .article-item__content-container{padding:5px}.article-item--s .article-item__title{font-size:1rem}.article-item--s .article-item__desc{font-size:.9rem}.article-item--s .article-item__date{font-size:.7rem}@media(max-width:900px){.article-item--m{height:170px;min-height:auto}}@media(max-width:480px){.article-item{width:100%}.article-item--m{height:150px}.article-item__image-container .article-item__image{border-radius:10px}.article-item__content-container{gap:.5rem}.article-item__title{font-size:1.2rem}}