.b2b-vf{padding:18px;border:1px solid rgba(127,127,127,.25);border-radius:16px;background:var(--b2b-panel,#111c2a)}
.b2b-vf__title{margin:0 0 14px}
.b2b-vf__grid{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr)) minmax(150px,.8fr);gap:12px;align-items:stretch}
.b2b-vf select,.b2b-vf__submit{width:100%;min-height:48px;border-radius:10px;padding:0 14px}
.b2b-vf select:disabled{opacity:.55;cursor:not-allowed}
.b2b-lazy-cats ul{list-style:none;margin:0;padding:0}
.b2b-lazy-cats__item{position:relative;padding:7px 0 7px 26px}
.b2b-lazy-cats__toggle{position:absolute;left:0;top:5px;width:24px;height:28px;border:0;background:transparent;font-size:22px;line-height:1;cursor:pointer;transition:transform .15s ease}
.b2b-lazy-cats__toggle[aria-expanded="true"]{transform:rotate(90deg)}
.b2b-lazy-cats__children{padding-left:14px!important}
@media(max-width:980px){.b2b-vf__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.b2b-vf__grid{grid-template-columns:1fr}}
