.m-articles-lies {

  .m-articles-lies__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--wp--custom--gap--base);
    margin-bottom: 2.5rem;
  }

  .m-articles-lies__surtitre {
    margin: 0 0 1em;
  }

  .m-articles-lies__titre {
    margin: 0;

    .m-articles-lies__titre--accent {
      color: var(--wp--preset--color--primary);
    }
  }

  .m-articles-lies__plus {
    display: inline-flex;
    align-items: center;
    gap: var(--wp--custom--gap--xs);
    flex: 0 0 auto;
    color: var(--wp--preset--color--primary-darken);
    font-weight: var(--wp--custom--font-weight--semi-bold);
    text-decoration: none;
    white-space: nowrap;

    &::after {
      content: "";
      width: 1.1em;
      height: 1.1em;
      background-color: currentColor;
      -webkit-mask: center / contain no-repeat url('../../../assets/icons/arrow-right.svg');
      mask: center / contain no-repeat url('../../../assets/icons/arrow-right.svg');
    }
  }

  /* Grille : les cartes elles-mêmes sont stylées par .card-actu */
  .m-articles-lies__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--wp--custom--gap--base);

    @media (width <= 991px) {
      grid-template-columns: 1fr;
    }
  }
}
