@use "00-base/configure" as *;

.ma__labelled-list {
  margin-top: 1.875rem !important;

  & + .ma__rich-text {
    margin-top: 1.875rem !important;
  }

  &__items {

    @include ma-reset-list;
  }

  .pre-content > &,
  .post-content > &,
  .main-content--full .page-content .layout--onecol-mass-service-section .layout__region--content > &,
  .main-content--full .page-content > & {

    @include ma-container();
  }
}

//theme

.ma__labelled-list {

  &__label {
    font-size: $fonts-small;
    color: var(--mf-c-font-detail);
    font-weight: $fonts-bold;
  }
}
