:host {
  --lu-label-padding-bottom: 0;
}

:host(.lu-color) .label-helper-text-container > label {
  color: var(--lu-color-base);
}

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

.label-helper-text-container {
  padding-bottom: var(--lu-label-padding-bottom);
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}

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

.label-helper-text-container > label > span.required {
  color: #E4002B;
}

.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 {
  padding-top: 4px;
  color: #E4002B;
  font-size: 14px;
  line-height: 22px;
}

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