.elementor-9192 .elementor-element.elementor-element-fa7a5a0 .raven-author-box-avatar img{width:80px;height:80px;border-radius:40px;}/* Start custom CSS for raven-author-box, class: .elementor-element-fa7a5a0 *//* Make both sidebars sticky */
#secondary,
.sidebar,
.left-side-blog,
.services-sidebar,
.widget-area {
    position: sticky;
    top: 120px; /* header height adjust pannalaam */
    height: fit-content;
}

/* Right sidebar (Latest Posts) */
.right-sidebar,
.sidebar-secondary {
    position: sticky;
    top: 120px;
    height: fit-content;
}/* End custom CSS */