/* Styling for the Google News icon button in Share section */
.share-google-news-button {
    display: inline-flex;
    align-items: center;
    padding: 0px 8px;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 2px;
    color: #000000c9;
    background-color: #d8d8d8;
    font-size: 14px;
}

body[data-theme="default"] .share-google-news-button{
	color:#000;
}
body[data-theme="default"] .share-google-news-button:hover{
    background-color: #f1f1f1;
    color: #000;
    border-color: #ccc;
}

.share-google-news-button img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: 5px;
}           
            
/* Default styling */
.follow-us-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 17px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-left: 8px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    
}

.follow-us-button img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

/* Hover effect */
.follow-us-button:hover {
    background-color: #f1f1f1;
    color: #000;
    border-color: #ccc;
}

/* Mobile-specific styling */
@media (max-width: 768px) {
    .follow-us-button {
        padding: 5px 8px;
        font-size: 12px;
            margin-left:-4px;
      margin-top: 3px;
            
        
    }

    .follow-us-button img {
        width: 14px;
        height: 14px;
    }
}

/* Styling for the Google News icon button in Share section */
.share-google-news-button {
    display: inline-flex;
    align-items: center;
    padding: 0px 8px;
    border-radius: 4px;
    text-decoration: none;
    margin-right: 2px;
    color: #000000c9;
    background-color: #d8d8d8;
    font-size: 14px;
}

.share-google-news-button img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-left: 5px;
}
            
/* Default styling */
.follow-us-button {
    display: inline-flex;
    align-items: center;
    padding: 5px 17px;
    border-radius: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-left: 8px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    
}

.follow-us-button img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

/* Hover effect */
.follow-us-button:hover {
    background-color: #f1f1f1;
    color: #000;
    border-color: #ccc;
}

/* Mobile-specific styling */
@media (max-width: 768px) {
    .follow-us-button {
        padding: 5px 8px;
        font-size: 12px;
            margin-left:-4px;
      margin-top: 3px;
            
        
    }

    .follow-us-button img {
        width: 14px;
        height: 14px;
    }
}

/* CSS for making content area left align */
body .without-sidebar .s-ct{
	margin-left: 0 !important;
}

#uid_eb46976 .block-inner > div:last-child {
    display: none;
}

@media (min-width: 1025px) {
    .meta-el:not(.meta-avatar):not(.no-label):not(:last-child):after {
		height: var(--meta-style-h, 15px) !important;
		margin-left: 15px !important;
	}

.bio-content .bio-job{
	font-size: 16px;
    color: #64666a;
}

