/* =====================================================================
 JobLik 0.33.463 — remove seller-kind question from /sell-car UI.
 Scope: automotive sell-car wizard, desktop + mobile.
 The first listing_kind dropdown is intentionally untouched.
 ===================================================================== */

html.j463-seller-field-cleanup #alw-form .j463-seller-kind-removed{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}

/* Safety fallback: if markup differs and only the combo itself was found,
   hide that combo without touching the listing_kind combo. */
html.j463-seller-field-cleanup #alw-form .j463-seller-combo-only{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
