.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div{display:flex}.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div .newsroom-title{font-size:var(--step-3);font-weight:bold;color:var(--pantai-blue);margin-bottom:var(--space-3xs);margin-right:var(--space-2xs);transition:all .15s ease}.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div .newsroom-title .pdf-label{font-size:var(--step-0);color:white;background-color:var(--pantai-orange);padding:var(--space-3xs) var(--space-xs);border-radius:2rem;vertical-align:text-top}.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div .newsroom-date{color:var(--pantai-green);font-style:italic;margin-bottom:var(--space-3xs)}.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div .newsroom-description{display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;-webkit-box-orient:vertical;color:var(--text-gray)}@media screen and (width < 768px){.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div .newsroom-description{-webkit-line-clamp:5}}.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div>div{flex-grow:1}.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div .newsroom-image{flex:0 0 25%;margin-left:auto;min-height:10rem;padding-left:var(--space-2xs)}.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div .newsroom-image img{width:100%;height:100%;border-radius:.5rem;-o-object-fit:cover;object-fit:cover}@media screen and (width < 768px){.newsroom-listing:not(.promotion-item-listing) .newsroom-item>div .newsroom-image{flex:0 0 45%;min-height:6rem}}.newsroom-listing:not(.promotion-item-listing) .newsroom-item:last-of-type hr{display:none}.newsroom-listing:not(.promotion-item-listing) .newsroom-item:hover .newsroom-title{filter:brightness(.85)}