/* TT JNews Home Account Sync — keep the native JNews account position and only normalize the synced avatar line. */
.jeg_nav_account.tt-jhas-account-is-synced .logged {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
}

.jeg_nav_account.tt-jhas-account-is-synced .tt-jhas-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
}

.jeg_nav_account.tt-jhas-account-is-synced .tt-jhas-name {
    display: inline-block;
    line-height: 1;
}
