.is-loading { opacity:.5; pointer-events:none; }
.nr-filter-bar{ 
  display:flex;
   gap:.5rem; 
   justify-content: center;
   flex-wrap:wrap; 
   margin-bottom:1rem; }
.nr-filter-btn{ border:1px solid #ddd; padding:.2rem .5rem; border-radius:999px; background:#fff; cursor:pointer; }
.nr-filter-btn.is-active{ border-color:#000; }

/* pour identifier facilement la cible côté JS (classe à poser sur le widget) */
.nr-masonry-target .elementor-grid,
.nr-masonry-target .elementor-loop-container {
  display: grid;               /* sécurité */
  grid-auto-rows: 8px;         /* base row height pour le calcul */
  gap: 16px;                   /* espacement */
}

@media screen and (max-width:600px) {
  .nr-filter-btn {
    width: 100%;
  }
}