.dry-editablefield {
  display: flex;
  width: 100%;
  &__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  &__mainEdit {
    display: flex;
    flex-direction: column;
  }
  &__mainEditActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
}
