.box-profile__sso {
    margin-bottom: 24px;
}

.box-profile__sso-text {
    text-align: center;
    margin-bottom: 16px;
    color: var(--color-text-secondary);
}

.box-profile__sso-divider {
    text-align: center;
    margin-bottom: 16px;
}

.box-profile__sso-divider-text {
    color: var(--color-text-secondary);
}

.box-profile__sso-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.box-profile__actions {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.box-profile__button {
    text-align: center;
}

.box-profile__button--reset {
    margin-top: 16px;
}

/* Registration specific styles */
.box-registration__sso {
    margin-bottom: 24px;
}

.box-registration__form__submit {
    width: 100%;
} 