/* Plain filter sidebar - minimal styling */

.action-sidebar > * {
  background: transparent;
  padding: 0;
}

.action-sidebar form {
  background: white;
  padding: 0;
}

@media (max-width: 991px) {
  .action-sidebar form {
    max-width: 400px;
    height: 100%;
    overflow-y: auto;
  }
}

/* Ensure form elements are interactive */
.action-sidebar input,
.action-sidebar button,
.action-sidebar label,
.action-sidebar .form-check,
.action-sidebar .form-check-input,
.action-sidebar .form-check-label {
  pointer-events: auto;
}

