.ea4v-quick-change-post-fields .ts-edit-success.flexify {
  margin: 0;
  flex-direction: row;
  align-items: center !important;
  margin-top: 20px;
  gap: 5px;
}

.ea4v-quick-change-post-fields .ts-edit-success.flexify h4 {
  color: #33b400;
}

.ea4v-quick-change-post-fields .ts-edit-success > svg {
  width: 40px;
  height: 40px;
  fill: #33b400;
}

.ea4v-quick-change-post-fields .ts-edit-success.flexify.errors h4 {
  color: #b40000;
}

.ea4v-quick-change-post-fields .ts-edit-success.errors > svg {
  fill: #b40000;
}
.ea4v-quick-change-post-fields .ts-form-footer {
  margin-top: 0;
  padding-top: 0;
}

.ts-edit-success.flexify.ea4v-quick-change-post-message h4 {
  font-size: 16px;
}
.ts-edit-success.flexify.ea4v-quick-change-post-message svg {
  width: 16px;
}
