.settings-profile {
  padding: 0 5px;
}

.settings__page-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.settings__profile-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.settings__profile-header-details {
  flex: 3 3;
}

.settings__profile-header-update {
  display: flex;
  justify-content: flex-end;
  flex: 2 2;
}

.settings__profile-description {
  font-size: 0.9rem;
  word-break: break-word;
  padding: 1rem 0;
}

.settings__survey-link:hover {
  text-decoration: none;
}

.settings__profile-title {
  margin: 0;
}

.settings__profile-error {
  margin: 1rem 0 0;
}

.settings__edit-actions {
  display: flex;
  align-items: flex-start;
}

.settings__cancel {
  margin-right: 1rem;
}

.settings__title {
  margin-bottom: 0;
}

.settings__privacy-subscription-text {
  color: var(--color-gray-600);
  margin-top: 3rem;
  font-size: 0.8em;
}

.settings__save-button {
  width: 8rem;
  padding: 0;
}

.settings__profile-artifacts .user-onboarding__survey-nav {
  margin-right: 0;
}

.settings__profile-artifacts .survey-page__container {
  padding: 1rem 0;
}

@media only screen and (max-width: 800px) {
  .settings__profile-header-update {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background: white;
  }

  .settings__save-button {
    width: 100%;
    height: unset;
    padding: 0.7rem;
  }

  .settings__profile-header-fixed-update-padding {
    height: 30px;
  }
}
