/* Единая панель аккаунта для всех разделов сайта. */
.login-form[hidden],
#account-user[hidden],
.community-account[hidden] {
    display: none !important;
}

#account-user,
.community-account {
    margin-top: 0;
}

.account-greeting {
    margin: 0 0 12px;
    color: var(--text-secondary, #aebdcd);
    font-size: .85rem;
    line-height: 1.4;
}

.account-greeting strong {
    color: var(--text-primary, #edf3fa);
}

#account-user .btn,
.community-account .btn {
    width: 100%;
}
