/* Force the exposed Search API form to render inline */
#views-exposed-form-search-page-1 {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

/* Ensure the text field area also behaves inline */
#views-exposed-form-search-page-1 .form-item-search {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

/* Make the input wider and more visible */
#views-exposed-form-search-page-1 input#edit-search {
  width: 320px !important;
  padding: 0.65rem 0.8rem !important;
  font-size: 1rem !important;
  border-radius: 6px !important;
  border: 1px solid #0a4e5a !important;
}

/* Style the submit button */
#views-exposed-form-search-page-1 input#edit-submit-search {
  padding: 0.55rem 1.2rem !important;
  font-size: 1rem !important;
  border-radius: 6px !important;
}

/* Optional: hide label for a clean look */
#views-exposed-form-search-page-1 label[for="edit-search"] {
  display: none !important;
}
