/* Styles for the standalone search form */
.search-form-container {
  margin-bottom: 2rem;
}

.search-form-standalone {
  /* Ensure the form is completely separate */
  display: block;
  width: 100%;
}

/* Prevent any nested form issues */
.search-form-standalone button[type="submit"] {
  /* Ensure the button only submits its own form */
  pointer-events: auto;
}
