.breadcrumb {
    width: 100%;
    font-size: 16px;    
    font-weight: 700;
    color: #000;
    word-wrap: break-word;
    margin:0 16px 20px 0px;
}

.breadcrumb-link {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

.breadcrumb-link:hover {
    color: #ab8b08;   /* hover blue */
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 5px;
    color: #555;
}

.left {
	
	display: flex;
	flex-direction: column;
	gap: 9px;
	flex-grow: 1;
	text-align: left;
}

.right {
	margin-right: -3px;
	width: 403px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
}

.page-heading {
    width: 100%;
   
    color: #000;
    font-size: 26px;
    
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.2;
    margin: 0 16px 20px 0px;
}

.article-content {
    width: 100%;
    line-height: 30px;
    font-size: 17px;
}

.article-text {
    color: #000;
    font-size: 19px;
    
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 25px;
}

.article-link {
    display: block;
    color: #1E049F;
    font-size: 20px;
    
    font-weight: 700;
    line-height: 33px;
    margin: 20px 0;
    text-decoration: none;
    transition: 0.3s ease;
}

.article-link:hover {
    text-decoration: underline;
}

.article-image {
    width: 100%;
    height: auto;        /* keeps correct aspect ratio */
    display: block;
    border-radius: 13px;  /* optional */
}

.page-wrapper {
    display: flex;
   justify-content: space-between;
    gap: 25px;         /* adjust spacing */
    width: 100%;
}




.subtitle {
	margin-left: -3px;
	width: 100%;
	max-width: 358px;
	min-height: 53px;
	flex-shrink: 0;
	font-size: 24px;
	font-weight: 600;
}
.line-b {
	margin: -4px 10px 0 -3px;
	height: 0;
	flex-shrink: 0;
	align-self: stretch;
	border-top: 3px solid #d9d9d9;
}



.row a{
    margin-top: 23px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 19px;
	line-height: 1.65;
	margin-bottom: 20px;
}

.row-text {
	margin-bottom: -29px;
	width: 99%;
	min-height: 119px;
	flex-grow: 1;
	text-align: left;
    font-size: 16px;
}

.img {
	margin-left: -3px;
	width: 144px;
	min-width: 0;
	flex-grow: 1;
    border-radius: 12px;    
    transition: all 0.3s 
ease;
}


.sapthashwa-article-datetime {display: flex;align-items: center;margin-bottom: 16px;}
.sapthashwa-author-details {font-size: 14px;color: #000000;font-weight: normal;line-height: 21px;position: relative;}
.sapthashwa-author-details a {color: #000000;}
.sapthashwa-article-timestamp {font-size: 14px;color: #000000;font-weight: normal;line-height: 21px;padding-left: 30px;}

.sapthashwa-author-details:after {position: absolute;content: '';width: 1px;height: 13px;background: #8F99A3;right: -16px;top: 4px;}
.sapthashwa-article-timestamp .time-update-icon{display: inline-block;vertical-align: middle;margin-right: 2px;}

.author-profile.written-by a strong {
    font-weight: normal;
}


.sapthashwa-article-share-wrapper {
    margin: 12px 0;
    width: 300px; 
    float: left;
}
.sapthashwa-article-share-icons {
    width: 32px;
    height: 32px;
    /* border: 1px solid #EDEDED; */
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    line-height: 32px;
}
/* .article-facebook-icon {
    display: inline-block;
   
    width: 14px;
    height: 14px;
    background: url('https://www.saptashwatv.com/media/images/web/article-facebook-icon.svg') no-repeat 0 0;
    margin: 0 5px;
} 


.article-x-icon {
    display: inline-block;
   
    width: 13px;
    height: 12px;
    background: url('https://www.saptashwatv.com/media/images/web/article-x-icon.svg') no-repeat 0 0;
    margin: 0 5px;
}
.article-whatsapp-icon {
    display: inline-block;
   
    width: 12px;
    height: 13px;
    background: url('https://www.saptashwatv.com/media/images/web/article-whatsapp-icon.svg') no-repeat 0 0;
    margin: 0 5px;
}*/

.sapthashwa-widget-sticky {
    position: sticky;
    top: 0;
    z-index: 99999999;
}
figcaption.article-caption {
    font-size: 15px;
    color: #000;
    margin-top: 4px;
    line-height: 22px;
    padding: 15px 5px;
}

.article-content h2 {
    padding: 10px 0 10px 0;
}


/* ----------- FIX: Bullets stay inside article-content ----------- */
.article-content ul,
.article-content ol {
    padding-left: 20px;
    margin-left: 0;
    list-style-position: inside; /* ensures bullets stay inside */
}

.article-content li {
    font-size: 17px;
    line-height: 28px;
    color: #000;
}

/* ----------- FIX: Table border visible ----------- */
.article-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.article-content table td,
.article-content table th {
    border: 1px solid #dcdcdc;
    padding: 10px;
    font-size: 16px;
}

/* Optional: style table header */
.article-content table th {
    background: #f4f4f4;
    font-weight: 700;
}

p.page-heading {
    font-size: 17px;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.2;
    margin: 15px 16px 20px 0px;
}

.page-heading a {
    font-size: 18px;
    color: blue;
    text-decoration: underline;
    line-height: 30px;
}

.time-update-icon svg#Icons {
    margin-top: 4px;
}