.author-avatar {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    background: #f2f2f2;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.author-avatar .fallback-icon {
    width: 100%;
    height: 100%;
    display: block;
}


/*FAQ Section - Lik & dislike */
.like-button,
.dislike-button {
    cursor: pointer;
    transition: color 0.3s;
}

.like-button.active {
    color: green;
}

.dislike-button.active {
    color: red;
}


/*Unseen Section - Up Title */
.unseen-section .cmn-heading .career-unseen{
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
}


/* Faq Sections */
.faq-section .accordian-main {
    margin-top: 0 !important;
}
