/*
Theme Name: PokaTheme
Theme URI: https://pokatheme.com
Description: Premium Affiliate WordPress Theme
Author: PokaTheme
Author URI: https://pokatheme.com
Version: 4.1.3
License: Licensed theme
Tags: black, blue, white, two-columns
Text Domain:  poka
*/

/*Author Box*/
.name_author_out p {
    margin-bottom: 0;
}
.modifyDetails {
    background: transparent;
    border-radius: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
    font-size: 16px;
}
.author_imag {
    line-height: 0;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
    font-weight: 600;
}
.name_author_out a {
    color: inherit;
    text-decoration: underline;
}
/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
.author-f-name .label, .author-description-name .label {
    font-weight: 600;
}
.profile-tab-content {
    margin: 30px 0;
}
.author-f-name {
    display: flex;
    gap: 15px;
}
.author-description-name {
    margin-top: 20px;
}
.content-part-area .name_author_out p {
    margin-bottom: 0;
}

/* End */