.wp-block-livecrm-user-profile-settings .user-avatar-editor {
  display: flex;
}

.wp-block-livecrm-user-profile-settings .user-avatar {
  margin-right: var(--wp--preset--spacing--60);
  max-width: 200px;
}

.wp-block-livecrm-user-profile-settings .user-avatar img {
  border: 1px solid var(--wp--preset--color--dark-grey);
}

.wp-block-livecrm-user-profile-settings .user-avatar-editor .link p {
  margin-top: 0;
}

.livery-user-profile-settings-block .popup-content .file-input {
  display: flex;
  justify-content: center;
}

.livery-user-profile-settings-block .popup-content .close {
  font-size: 2rem;
  top: 3px !important;
  right: 15px !important;
  text-decoration: none;
}

.livery-user-profile-settings-block .popup-content .profile-image-crop {
  padding: 0.8em 1.75em 0.65em 1.75em !important;
  font-size: var(--wp--preset--font-size--x-small) !important;
  text-decoration: none;
  color: var(--wp--preset--color--light);
  background: var(--wp--preset--color--ruby) !important;
  bottom: 7px !important;
  line-height: 1.15;
}

.livery-user-profile-settings-block .cropper-crop-box, .livery-user-profile-settings-block .cropper-view-box {
  border-radius: 0;
}