/* Restore the full guest search form without changing internal inventory pages. */
@media (max-width: 920px) {
  body[data-page="home"] .quick-search.page-home {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    margin: 14px auto !important;
    padding: 12px !important;
    box-sizing: border-box;
    border: 1px solid #ded5c3 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: 0 2px 8px #17223408 !important;
  }
  body[data-page="home"] .quick-search.page-home .search-head {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }
  body[data-page="home"] .quick-search.page-home .search-grid {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 10px !important;
  }
  body[data-page="home"] .quick-search.page-home :is(.mobile-inventory-search-shell,.mobile-filter-strip) {
    display: none !important;
  }
  body[data-page="home"] .quick-search.page-home .search-grid > .field {
    display: grid !important;
    min-width: 0;
    gap: 5px;
  }
  body[data-page="home"] .quick-search.page-home .search-grid > .keyword-search-field {
    grid-column: 1 / -1 !important;
    order: 0 !important;
  }
  body[data-page="home"] .quick-search.page-home .real-filter-control {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    min-height: 38px;
    border: 1px solid #cfc5b1;
    border-radius: 7px;
    background: #fff;
  }
  body[data-page="home"] .quick-search.page-home .search-grid > .advanced-search-panel {
    display: block !important;
    grid-column: 1 / -1;
    padding: 12px;
    margin-top: 5px;
    background: #fffaf0;
    border: 1px solid #d8c999;
    border-radius: 12px;
  }
  body[data-page="home"] .quick-search.page-home .advanced-search-panel label {
    display: grid !important;
    min-width: 0;
  }
  body[data-page="home"] .quick-search.page-home .search-action-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
  body[data-page="home"] .quick-search.page-home .search-action-row > .advanced-search-wrap {display:block !important;}
  body[data-page="home"] .quick-search.page-home .search-grid > .advanced-search-panel[hidden] {display:none !important;}
  body[data-page="home"] .quick-search.page-home .search-action-row > button.red-btn {grid-column:1 !important;}
}
