.kvk-input-wrapper{align-items:stretch;display:flex;gap:10px;width:100%}.kvk-input-wrapper input,.kvk-input-wrapper input.hs-input,.kvk-input-wrapper input.hsfc-TextInput{box-sizing:border-box;flex:1 1 auto;min-width:0;width:100%}.kvk-input-wrapper .kvk-search-button.btn.primary{align-items:center;background-color:var(--primary);border:none;border-radius:.25rem;color:#fff;cursor:pointer;display:inline-flex;flex:0 0 auto;font-family:var(--base-font-family);font-size:inherit;font-weight:600;gap:.75rem;justify-content:center;line-height:1.25;padding:.5rem 1.5rem;transition:background-color .15s ease-in-out,color .15s ease-in-out;white-space:nowrap}.kvk-input-wrapper .kvk-search-button.btn.primary:focus,.kvk-input-wrapper .kvk-search-button.btn.primary:hover{background-color:var(--primary-dark);color:#fff;outline:none}.kvk-input-wrapper .kvk-search-button.btn.primary:disabled{cursor:not-allowed;opacity:.7}.kvk-search-results{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;box-sizing:border-box;margin-top:12px;padding:10px;width:100%}.kvk-search-results[hidden]{display:none}.kvk-search-results__list{list-style:none;margin:0;padding:0}.kvk-search-results__item{border-bottom:1px solid #eee;cursor:pointer;padding:10px 12px;transition:background-color .2s ease}.kvk-search-results__item:last-child{border-bottom:none}.kvk-search-results__item:focus,.kvk-search-results__item:hover{background-color:#eaeaea;outline:none}.kvk-search-results__item--message{cursor:default}.kvk-search-results__item--message:hover{background-color:transparent}.kvk-search-button.is-loading{opacity:.7;pointer-events:none}.kvk-selected-company{align-items:center;background-color:#f0faf3;border:1px solid #c3e6cb;border-radius:5px;box-sizing:border-box;display:flex;gap:12px;justify-content:space-between;margin-top:12px;padding:10px 12px;width:100%}.kvk-selected-company[hidden]{display:none}.kvk-selected-company__content{flex:1 1 auto;min-width:0}.kvk-selected-company__label{font-weight:600;margin-right:6px}.kvk-selected-company__clear{align-items:center;background:transparent;border:none;border-radius:4px;color:#666;cursor:pointer;display:inline-flex;flex:0 0 auto;font-size:1.25rem;height:28px;justify-content:center;line-height:1;padding:0;transition:color .15s ease,background-color .15s ease;width:28px}.kvk-selected-company__clear:focus,.kvk-selected-company__clear:hover{background-color:rgba(0,0,0,.06);color:#333;outline:none}.kvk-field--hidden{display:none!important}@media (max-width:768px){.kvk-input-wrapper{flex-direction:column}.kvk-input-wrapper .kvk-search-button.btn.primary{margin-left:0!important;width:100%}}