@media screen and (min-width: 768px) {
  .display-input-labels-horizontally .children-wrapper {
    justify-content: space-between;
  }
  .display-input-labels-horizontally .children-wrapper label {
    height: fit-content;
    margin-top: 8px;
  }
  .display-input-labels-horizontally .dynamic-section .form-grouped {
    flex-wrap: nowrap;
  }
  .display-input-labels-horizontally .dynamic-section .form-grouped label {
    width: 91px;
    margin-right: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-overflow: ellipsis;
    white-space: pre;
  }
  .display-input-labels-horizontally .dynamic-section .form-grouped .input-grouped {
    display: flex;
  }
  .display-input-labels-horizontally .dynamic-section .form-grouped .extra-custom-error-msg {
    position: absolute;
    top: 35px;
  }
  .display-input-labels-horizontally .dynamic-section .form-grouped .extra-custom-error-msg .msg-error {
    width: max-content;
  }
  .display-input-labels-horizontally .dynamic-section .form-grouped .extra-custom-error-msg {
    text-overflow: ellipsis;
    white-space: pre;
  }
}
.desktop-horizontal .dynamic-section .form-grouped .extra-custom-error-msg .msg-error {
  width: max-content;
}
