#account-bio-wrp {
    display: flex;
    width: 100%;
    flex-direction: column;
}

#account-bio-header-more-link {
    display: block;
    width: 100%;
}

#account-bio-header-link {
    display: table;
    width: 100%;
}

#account-bio-header-layout {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

#account-bio-header-img-wrp {
    display: table;
}

#account-bio-header-img-wrp img {
    width: 44px;
    height: 44px;
    border-radius: 9px;
    border: 1px solid var(--color-profile-image-border);
}

#account-bio-header-txt-layout {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1px;
}

#account-bio-header-title {
    display: block;
    font-size: 16.5px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 1.4;
}

#account-bio-header-about {
    display: block;
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: 0.3px;
    color: var(--color-text-50);
}

#account-bio-header-more-wrp {
    display: flex;
    align-items: center;
}

#account-bio-header-more-text {
    font-size: 15px;
    letter-spacing: 0.4px;
    color: var(--color-text-blue);
}

#account-bio-header-link:hover #account-bio-header-more-text,
#account-bio-header-link:focus #account-bio-header-more-text {
    color: var(--color-text-blue-hover);
}

#account-bio-description {
    margin-top: 10px;
}