@include ccs-exports("ccs/component/contact-us") {
  .ccs-contact-us {
    padding: govuk-spacing(1);
    background-color: govuk-colour("light-grey");
  }

  .ccs-contact-us-body {
    @extend %govuk-body-s;
    margin-bottom: govuk-spacing(0);
  }

  .ccs-contact-us-body__problems {
    @include govuk-typography-weight-bold($important: true);
  }
}

/*# sourceMappingURL=_index.scss.map */
