/* filters.desktop.css — surcharge >= 1024px : colonne fixe, plus de panneau */
.filters {
  position: static;
  inset: auto;
  z-index: auto;
  background: none;
  padding: 0;
  overflow: visible;
  transform: none;
  transition: none;
  width: 260px;
  flex-shrink: 0;
}

.filters__header {
  border-bottom: none;
}

.filters__close {
  display: none;
}

.filters__actions {
  position: static;
}
