@use "00-base/configure" as *;

.ma__action-event {

  & + & {
    border-top: 1px solid;
    margin-top: 30px;
    padding-top: 30px;
  }

  &__date {
    margin-top: 5px;
  }

  &__name {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;

    a {
      font-size: $fonts-larger;
      line-height: 1.2;
    }
  }

  &__description {

    @media ($bp-small-min) {
      font-size: $fonts-small;
    }
  }
}
//theme

.ma__action-event {

  & + & {
    border-top-color: $c-bd-divider;
  }

  &__date {
    font-weight: $fonts-bold;
  }
}
