/* ============================================================
   alterfilters — Base layer (shared desktop + mobile)
   ============================================================ */

.alterfilters-scope * {
  box-sizing: border-box;
}

.alterfilters-scope :where(button, input, select, textarea) {
  font: inherit;
  color: inherit;
}

/* Hide native vendor things that would clash inside the scope */
.alterfilters-scope details > summary {
  list-style: none;
}
.alterfilters-scope details > summary::-webkit-details-marker {
  display: none;
}

/* Visually-hidden helper (keyboard-only labels) */
.alterfilters-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
