@import 'part:@lyra/base/theme/variables-style';

.root {
  display: block;
  position: relative;
  width: 100%;
}

.error {
  composes: root;
}

.label {
  display: block;
}

.errorLabel {
  composes: label;
  color: var(--state-danger-color);
  font-weight: bold;
}
