@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 > & {

    @include ma-container();
  }
}

//theme

.ma__labelled-list {

  &__label {
    font-size: $fonts-smaller;
    color: $c-font-detail;
    font-weight: $fonts-bold;
  }
}
