.author-detail{
	display: flex;
	gap: 20px;
}
.author_thumb img {
    max-width: 180px;
    max-height: 180px;
    min-width: 180px;
    min-height: 180px;
    border-radius: 10px;
    object-fit: cover;
}
.author_content .Desc h4 b {
    color: #EE4B6E;
}
.author_content .Desc h4 span b, .author_content .Desc h4 span {
    color: #00A7A9;
    font-size: 16px;
}
.author_content {
    flex: 0 0 70%;
}
.author_content .Desc h4 span img {
    margin-right: 5px;
}
.author-detail-wrap {
    padding: 30px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-bottom-content.abd_author_intro {
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.header-content .header-post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.Prev-Logo a {
    font-weight: bold;
    color: #EE4B6E;
}

.header-bottom-content.abd_author_intro img {
    max-width: 56px;
}
.floating-div.sticky, .lwptoc.sticky {
    position: static !important;
    max-width: 100%;
    margin: 0;
}
.sidebar-section, .widget_lpwtoc_widget {
    position: sticky;
    top: 20px;
}
@media(max-width: 576px){
	.author-detail {
    flex-direction: column;
}
}