/* components/label/src/scss/label.scss */
.c-label {
  color: var(--iio-label-color);
  font-weight: var(--iio-label-weight);
  margin-bottom: 0.3125rem;
  display: block;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .c-label {
    font-size: 1rem;
  }
}
.c-label__required {
  color: var(--iio-label-color-required);
}
/*# sourceMappingURL=label.css.map */
