/* ── Réplique le design « pills » VP Portfolio sur le filtre du widget Gallery Elementor ── */

.elementor-gallery__titles-container {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 8px; margin-bottom: 48px;
}

/* Neutralise l'animation de pointeur Elementor (underline/overline/framed…) */
.elementor-gallery__titles-container .elementor-item:before,
.elementor-gallery__titles-container .elementor-item:after { content: none !important; }

.elementor-gallery-title {
  font-family: "Montserrat", "Montserrat Fallback", sans-serif !important;
  font-size: 11px !important; font-weight: 600 !important; line-height: 1 !important;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 10px 20px !important; border-radius: 100px !important; border: 0 !important;
  cursor: pointer; transition: all .2s; box-shadow: none;
  background: var(--muted, #fdf6f3) !important; background-image: none !important;
  color: var(--surface-dark, #4b4b4b) !important;
  text-decoration: none !important;
}

.elementor-gallery-title:hover {
  background: rgba(241,184,160,.2) !important; background-image: none !important;
  color: var(--foreground, #000) !important;
}

.elementor-gallery-title.elementor-item-active {
  background-image: linear-gradient(to right, rgb(180,99,150), rgb(241,184,160)) !important;
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(244,149,133,.25);
}
