.mgnl-form-group__multifield {
  border: 1px solid black;
  border-radius: 10px;
  grid-template-areas: "handle label label label help  icon" "handle input input input input indicator" "handle error error error error indicator";
}
.mgnl-form-group__multifield > .mgnl-form-group__handle {
  margin-top: -20px;
  background-color: white;
  margin-left: 20px;
}
.mgnl-form-group__multifield .mgnl-form-label {
  display: block;
  margin-top: -20px;
  text-align: center;
}
.mgnl-form-group__multifield .mgnl-form-label span {
  padding: 0 10px;
  background-color: white;
}