:host {
  --lu-formgroup-label-padding-bottom: 0;
  display: block;
  position: relative;
  text-align: initial;
  box-sizing: border-box;
}

.container {
  display: flex;
  flex-flow: column;
}

.label-helper-text-container {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

.label-helper-text-container > label {
  color: #222222;
  font-size: 16px;
  line-height: 26px;
}

.helper-text {
  color: #686A6F;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
}

.helper-text-notification {
  color: #256EC1;
  font-size: 14px;
  font-style: inherit;
  line-height: 26px;
}

.error {
  color: #E4002B;
  font-size: 14px;
  line-height: 22px;
}

.is-invalid {
  padding-left: 9px;
  padding-right: 0;
  border-left: #E4002B solid 2px;
}

lu-label {
  --lu-label-padding-bottom: var(--lu-formgroup-label-padding-bottom) ;
}