.AccountBasicsTab {
    display: flex;
    flex-direction: column;
    gap: 36px;

    .SuiteSection {
        margin-top: 0;

        &-header-content {
            justify-content: space-between;
        }

        &-body {
            display: flex;
            flex-direction: column;
            align-items: center;

            p {
                color: var(--text-secondary);
                @include text-small;
            }
        }
    }
}
