.home-news-style .stk-block-posts__item article {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
gap: 15px !important;
overflow: hidden !important;
padding: 12px 0 !important;
line-height: 1 !important;
} .home-news-style .stk-block-posts__meta {
flex-shrink: 0 !important;
font-size: 1.1rem !important;
color: #fff !important;
background-color: #fa0 !important;
padding: 0 16px !important; border-radius: 50px !important;
font-weight: 700 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
line-height: 1 !important;
margin: 0 !important;  }
.home-news-style .stk-block-posts__meta time {
margin: 0 !important;
padding: 8px 0 !important; line-height: 1 !important;
display: inline-block !important;
} .home-news-style .stk-block-posts__title {
display: inline !important;
margin: 0 !important;
font-size: 1.25rem !important;
font-weight: 700 !important;
flex: 1 !important; overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important; }
.home-news-style .stk-block-posts__title a {
text-decoration: none !important;
color: inherit !important;
} .home-news-style .stk-block-posts__excerpt {
display: none !important;
} @media (max-width: 767px) {
.home-news-style .stk-block-posts__item article {
flex-wrap: wrap !important;          }
.home-news-style .stk-block-posts__title {
white-space: normal !important;          margin-top: 10px !important; line-height: 1.4 !important; overflow: hidden;!important;
}
}