/* =========================================================
   SEARCH PILL GLOBAL (Woodmart)
   s’applique à tous les formulaires .searchform.wd-style-with-bg
   ========================================================= */
form.searchform.wd-style-with-bg {
  border-radius: 10px;
  overflow: hidden;
}

/* Input à gauche */
form.searchform.wd-style-with-bg input.s {
  border-radius: 10px 0 0 10px;
}

/* Bouton à droite */
form.searchform.wd-style-with-bg .searchsubmit {
  border-radius: 0 10px 10px 0;
}

/* =========================================================
   RESPONSIVE : s’assurer que ça ne casse pas en mobile
   ========================================================= */
@media (max-width: 480px) {
  form.searchform.wd-style-with-bg {
    width: 100%;
  }
  form.searchform.wd-style-with-bg input.s {
    min-width: 0;
  }
}

/* =========================================================
   COMPLIANZ : cacher les liens de gestion consentement
   ========================================================= */
#cmplz-manage-consent,
.cmplz-manage-consent,
.cmplz-revoke-consent,
.cmplz-revoke {
  display: none !important;
}
