@import "../base";

@include moaland-exports("moaland/objects/form-group") {
  .moaland-form-group {
    @include moaland-clearfix;
    @include moaland-responsive-margin(6, "bottom");

    .moaland-form-group:last-of-type {
      margin-bottom: 0; // Remove margin from last item in nested groups
    }
  }

  .moaland-form-group--error {
    padding-left: moaland-spacing(3);
    border-left: $moaland-border-width-form-group-error solid $moaland-error-colour;

    .moaland-form-group {
      // Reset error styles in nested form groups that might have error class
      padding: 0;
      border: 0;
    }
  }
}
