.custom-author-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #303030;
    color: #ffffff;
    border-radius: 0.75rem;
    padding: 20px;
    margin-top: 20px;
}

.custom-author-box .author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.custom-author-box .author-details {
    flex: 1;
    padding-right: 5px;
}

.custom-author-box .author-details h4 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    color: #fff;
}

.custom-author-box .author-details p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.custom-author-box .author-stats {
    text-align: right;

    background-color: #3E4042;
    display: flex;

    --display: flex;
    --min-height: 0px;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    border-style: none;
    --border-style: none;
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;    
}

.custom-author-box .author-stats .author-stats-container {
display: flex;
    min-height: 0px;
    flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --border-style: none;
    --border-style: none;
    --border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-author-box .author-stats .author-stats-container .author-stats-item {
    flex-direction: column;

    display: flex;
    min-height: 30px;
    flex-direction: row;
    gap: 0px 0px;
    row-gap: 0px;
    column-gap: 0px;
    border-style: none;
    border-style: none;
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    --padding-top: 15px;
    --padding-bottom: 10px;
    --padding-left: 10px;
    --padding-right: 10px;
    justify-content: space-between;
}

.author-icon {
    width: .7em;
    fill: #FFF;
}

.custom-author-box .author-stats a {
    display: inline-block;
    background-color: #555555;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.custom-author-box .author-stats .author-stats-follow { 
    display: flex;
    width: 70%;
    min-height: 30px;
    justify-content: center;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --background-transition: 0.3s;
    border-style: solid;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 3px;
    border-color: var(--e-global-color-text);
    border-color: var(--e-global-color-text);
    border-radius: 0.75rem 00rem 0rem 0.75rem;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.custom-author-box .author-stats .author-stats-icon { 
    --display: flex;
    --min-height: 30px;
    --justify-content: center;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 3px 3px 3px 0px;
    --border-top-width: 3px;
    --border-right-width: 3px;
    --border-bottom-width: 3px;
    --border-left-width: 0px;
    border-color: var(--e-global-color-text);
    --border-color: var(--e-global-color-text);
    border-radius: 0rem 0.75rem 0.75rem 0rem;
    width: 2em;
    color: #ffffff;
    --margin-top: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
    }

.custom-author-box .author-stats p {
    --margin: 5px 0;
    font-size: 0.9rem;

    --margin-right: 5px;
    margin: 5px 5px;
}
