/* v3.8.0 — ValgusAI Search + room filter layout support */

body.vlg-theme .vlg-ai-search,
body.vlg-theme .vlg-ai-active-note {
  box-sizing: border-box;
}

body.vlg-theme .vlg-shop-preloop .vlg-ai-search,
body.vlg-theme .vlg-shop-preloop .vlg-buyer-assistant,
body.vlg-theme .vlg-shop-preloop .vlg-kompass {
  max-width: 100%;
}

body.vlg-theme.search .vlg-ai-active-note,
body.vlg-theme.woocommerce-shop .vlg-ai-active-note,
body.vlg-theme.tax-product_cat .vlg-ai-active-note {
  width: 100%;
}

@media (max-width: 767.98px) {
  body.vlg-theme .vlg-ai-search__form input,
  body.vlg-theme .vlg-ai-search__form button {
    font-size: 16px !important;
  }

  body.vlg-theme .vlg-shop-preloop .vlg-ai-search,
  body.vlg-theme .vlg-shop-preloop .vlg-kompass,
  body.vlg-theme .vlg-shop-preloop .vlg-buyer-assistant {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
