/* Profile Pages */
.bio-url {
    margin: 2px 0 1px;
}

.bio-url a {
    display: flex;
    font-size: 0.8rem;
    line-height: 1.3;
    text-align: left;
    margin: 0 11px 0;
    font-weight: 600;
    color: var(--text-secondary);
    opacity: 0.8;
}

.bio-url a:hover, .bio-url a:active {
    opacity: 0.5;
}

/*------------------------------------*\
    #PROFILES
\*------------------------------------*/

.author-info {
    display: flex;
    gap: 3px;
    width: 100%;
    margin: 21px 0 10px;
    flex-direction: column;
    text-align: center;
    padding: 0 12px;
}

.profile-stats {
    display: inline-flex;
    gap: 6px;
}

.stsc-i {
    display: block;
    font-size: 0.65rem;
    font-weight: 500;
    height: 25px;
    line-height: 20px;
    color: var(--text-muted);
    padding: 0;
    text-align: left;
    margin: 0;
}

.stsc-i span {
    font-weight: 700;
    color: var(--text-primary);
}

.author-riffy {
    display: flex;
    flex-direction: row;
    margin-bottom: 7px;
    align-items: center;
}

.author-username {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 12px;
    margin: 2px 2px 11px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.author-info .t-btn {
    margin: 7px 0 0;
    height: 44px;
    line-height: 44px;
}

.author-bio {
    font-size: .9rem;
    text-align: left;
    margin: 5px 11px 2px;
    font-weight: 400;
    color: var(--text-disabled);
}

.author-name {
    font-size: 23px;
    display: flex;
    font-weight: 800;
    align-items: center;
}

.author-header {
    margin: 10px 0 25px;
}

.author-role {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 600;
    padding: 0 40px;
    max-width: max-content;
    margin: 0 auto 7px;
}

.author-details .t-btn {
    height: 44px;
}

.author-details {
    width: 100%;
    text-align: left;
    margin: 0 0 6px 10px;
}