@use "00-base/configure" as *;

.ma__quick-actions {

  .sidebar & {

    @media ($bp-large-max) {
      display: none;

      & + .ma__colored-heading {
        margin-top: 0;
      }
    }
  }

  .page-content & {
    margin-bottom: 40px;

    @media ($bp-large-min) {
      display: none;

      & + * {
        margin-top: 0 !important;
      }
    }
  }

  &__items {

    @include ma-reset-list;
  }

  &__item {

    & + & {
      border-top: 1px solid;
      padding-top: 20px;
      margin-top: 20px;
    }

    a {
      font-size: $fonts-larger;
      line-height: 1.2;
    }
  }
}

//theme

.ma__quick-actions {
  margin-bottom: 45px;

  @media ($bp-small-min) {
    margin-bottom: 50px;
  }

  &__item {

    & + & {
      border-top-color: $c-bd-divider;
    }
  }
}
