.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;
}

.article-content {
    font-size: 18px;
}
.page-heading {
    width: 100%;
   
    color: #000;
    font-size: 26px;
    
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.2;
}


.article-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.article-item img {
    width: 302px;
    height: 170px;
    object-fit: cover;
    border-radius: 12px;
    
    transition: all 0.3s 
ease;
}

.article-date {
    font-size: 12px;
    color: #888;
}

.sapthashwa-widget-sticky {
    position: sticky;
    top: 0;
    z-index: 99999999;
}


.page-wrapper {
    display: flex;
   justify-content: space-between;
    gap: 25px;         /* adjust spacing */
    width: 100%;
}


.subtitle-latest-news {
	margin-top: 92px;
}

.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;
}



#loader-spinner {
    display: none; 
    text-align: center;
    padding: 20px;
}


.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1); 
    border-top: 4px solid #3498db; 
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite; 
    margin: 0 auto 10px auto; 
    
    font-size: 0;
    line-height: 0;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.card {
    width: 900px;
    background: #ffffff;
    margin: 40px auto;
    padding: 30px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Avatar fallback container */
.avatar {
    width: 100px;
    height: 100px;
    border-radius: 9999px;
    border: 5px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    font-size: 48px;
    font-weight: 700;
    color: #555;
    overflow: hidden;
    margin: 20px 0 0 56px;
}

/* Hide image if broken / empty */
.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* When image fails to load */
.avatar img:not([src]), 
.avatar img[src=""], 
.avatar img[src="null"], 
.avatar img[src="undefined"] {
    display: none;
}
    
.name {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.bio {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}