#unitForm .ev-feature-dropdown{position:relative!important;z-index:1!important}
#unitForm .ev-feature-toggle{
  display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;
  min-height:48px!important;border:1px solid #d8d4c8!important;border-radius:14px!important;background:#fff!important;
  color:#16222b!important;padding:11px 42px 11px 13px!important;font-size:16px!important;font-weight:950!important;text-align:left!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 5px 16px rgba(16,32,46,.045)!important;cursor:pointer!important;position:relative!important
}
#unitForm .ev-feature-toggle:after{content:"";position:absolute;right:16px;top:50%;width:9px;height:9px;border-right:2px solid #8d722a;border-bottom:2px solid #8d722a;transform:translateY(-65%) rotate(45deg);pointer-events:none}
#unitForm .ev-feature-dropdown.open .ev-feature-toggle:after{transform:translateY(-35%) rotate(225deg)}
#unitForm .ev-feature-panel{
  display:none!important;position:absolute!important;left:0!important;right:0!important;top:calc(100% + 10px)!important;
  max-height:min(360px,52vh)!important;overflow:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;
  background:#fff!important;border:1px solid rgba(199,162,75,.34)!important;border-radius:18px!important;padding:12px!important;
  box-shadow:0 26px 70px rgba(16,32,46,.20)!important;z-index:9900!important;margin:0!important
}
#unitForm .ev-feature-dropdown.open .ev-feature-panel{display:block!important}
#unitForm .ev-feature-section{display:block!important;margin:0 0 12px!important;padding:0!important;border:0!important;background:transparent!important}
#unitForm .ev-feature-section:last-child{margin-bottom:0!important}
#unitForm .ev-feature-section-title{margin:0 0 7px!important;padding:0 2px!important;color:#9c7830!important;font-size:12px!important;font-weight:950!important;line-height:1.2!important;text-align:left!important}
#unitForm .ev-feature-section-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
#unitForm .ev-feature-check{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:42px!important;margin:0!important;padding:9px 10px!important;
  border:1px solid #ece8dc!important;border-radius:13px!important;background:#fbfaf6!important;color:#1f2f3a!important;font-size:12.5px!important;font-weight:900!important;line-height:1.25!important;
  box-shadow:0 6px 16px rgba(16,32,46,.04)!important;break-inside:avoid!important
}
#unitForm .ev-feature-check input{width:16px!important;height:16px!important;min-height:16px!important;flex:0 0 auto!important;accent-color:#c7a24b!important;margin:0!important;padding:0!important;box-shadow:none!important}
#unitForm .ev-feature-check span{display:block!important;min-width:0!important}
#unitForm .ev-feature-mobile-head,#unitForm .ev-feature-mobile-footer{display:none!important}
#unitForm .group:has(.ev-feature-dropdown.open),#unitForm .group.ev-feature-dropdown-open{z-index:9800!important;overflow:visible!important;isolation:visible!important}
@media(max-width:860px){
  #unitForm .ev-feature-dropdown.open{
    position:fixed!important;left:18px!important;right:18px!important;top:calc(env(safe-area-inset-top,0px) + 96px)!important;bottom:calc(env(safe-area-inset-bottom,0px) + 76px)!important;
    width:auto!important;max-height:none!important;z-index:30000!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;
    background:#fff!important;border:1px solid rgba(199,162,75,.42)!important;border-radius:22px!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important;overflow:hidden!important
  }
  #unitForm .ev-feature-dropdown.open .ev-feature-toggle{display:none!important}
  #unitForm .ev-feature-dropdown.open .ev-feature-mobile-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:14px 14px 12px!important;border-bottom:1px solid #eee5cf!important;background:#fff!important;min-height:62px!important}
  #unitForm .ev-feature-mobile-title{font-size:18px!important;font-weight:950!important;color:#102c46!important;line-height:1!important}
  #unitForm .ev-feature-mobile-close{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;border:1px solid rgba(199,162,75,.42)!important;border-radius:999px!important;background:#fff8df!important;color:#102c46!important;font-size:28px!important;font-weight:950!important;line-height:1!important;padding:0!important;box-shadow:none!important}
  #unitForm .ev-feature-dropdown.open .ev-feature-panel{position:static!important;display:block!important;max-height:none!important;height:auto!important;min-height:0!important;overflow:auto!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:12px 14px!important;margin:0!important;z-index:auto!important;background:#fff!important}
  #unitForm .ev-feature-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  #unitForm .ev-feature-check{min-height:45px!important;font-size:12px!important;padding:8px 9px!important;border-radius:12px!important;background:#fffdf8!important}
  #unitForm .ev-feature-dropdown.open .ev-feature-mobile-footer{display:block!important;padding:12px 14px 14px!important;border-top:1px solid #eee5cf!important;background:#fff!important}
  #unitForm .ev-feature-mobile-done{display:block!important;width:100%!important;min-height:48px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#b78c31,#ead276)!important;color:#101820!important;font-size:17px!important;font-weight:950!important;padding:10px 14px!important;box-shadow:none!important}
}
@media(max-width:390px){#unitForm .ev-feature-section-grid{grid-template-columns:1fr!important}}
