.Polaris-Labelled--hidden > .Polaris-Labelled__LabelWrapper {
  position: absolute !important;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.Polaris-Labelled__LabelWrapper {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.4rem;
}

.Polaris-Labelled__HelpText {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: initial;
  letter-spacing: initial;
  color: rgba(153, 159, 164, 1);
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 0.4rem;
}

@media (min-width: 40em) {
  .Polaris-Labelled__HelpText {
    font-size: 1.4rem;
  }
}

.Polaris-Labelled__Error {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 0.4rem;
}

.Polaris-Labelled__Action {
  flex: 0 0 auto;
}
