
.art-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
    gap: 10px;
    padding: 10px 0px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.art-meta-left {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 12px;
}
.art-category-tag {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #299deb;
    padding: 3px 10px 1px;
    border-radius: 3px;
}
.art-category-tag a {
    color: #fff !important;
}
.art-meta-item {
    font-size: 13px;
    color: #555555;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.art-meta .art-meta-left img {
    width: 18px;
    height: 16px;
}
.art-meta-item {
    font-size: 13px;
    color: #555555;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.art-share-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
    gap: 8px;
    justify-content: space-between;
}
.art-share-bar-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.art-share-label {
    font-size: 13px;
    font-weight: 700;
    color: #555555;
}
.art-share-bar .share {
    gap: 0px;
}
.art-share-btn {
    display: inline-flex;
    align-items: center;
    color: rgb(255, 255, 255);
    gap: 6px;
    padding: 2px 5px;
    border-radius: 4px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
}
.art-share-bar .share img {
    width: 25px;
    height: 20px;
}
.art-share-bar .share li:last-child {
    display: none;
}

.art-preferred-badge img {
    width: 100% !important;
    height: 25px !important;
}




.news-story-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 12px; 
    padding: 14px 0;
    border-top: 1px solid #e0e0e0;
}
.story-tag-label {
    font-size: 13px;
    font-weight: 700;
    color: #555555;
	display: grid;
    align-items: center;
    gap: 3px;
    grid-template-columns: 0.8fr 1fr;
}
.story-tag {
    background: #f5f7fa;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}
.article-body iframe {
	width:100%;
	min-height:450px;
	height:auto;
}
.followUs{
	display: flex;
    gap: var(--space-3);
    align-items: center;
	justify-content: space-between;
	border: 2px solid var(--color-border);
    padding: 0px 14px;
    border-radius: 8px;
	font-size: 14px;
	margin-top: var(--space-2);
}


 .followUs .socialLinks {
	display: flex;
	gap: var(--space-2);
	align-items: center;
}
 .followUs .socialLinks span{
	text-decoration: underline;
}
 .followUs .socialLinks img{
	width: 20px;
    height: 20px;
}
 .followUs .live_tv_btn {
	display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
}
 .followUs .live_tv_btn img {
    width: 36px;
    height: 36px;
}

.share{
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	margin-top: 5px;
	align-items: center;
	justify-content: center;
}

img {
	max-width:100%;
}
/* sidebars for various resolution */
@media(max-width: 900px){
	/*aside.region--sidebar-first{
		display: none;
	}
	.sidebar-grid.grid-full{
        grid-template-columns: 1fr 260px;
    } */
}
@media(max-width: 680px){
	aside.region--sidebar-second{
		display: none;
	}
}
