.awcf_kvk_search {
    position: relative;
    font-family: inherit;

    & .awcf_kvk_search__label {
        display: block;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    & .awcf_kvk_search__input {
        width: 100%;
        padding: 0.6rem 0.75rem;
        font-size: 1rem;
        border: 1px solid #bbb;
        border-radius: 4px;
        box-sizing: border-box;
    }

    & .awcf_kvk_search__input:focus {
        outline: 2px solid #0073aa;
        outline-offset: 1px;
    }

    & .awcf_kvk_search__results {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid #bbb;
        border-top: none;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 20;
        max-height: 320px;
        overflow-y: auto;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    & .awcf_kvk_search__results li {
        padding: 0.6rem 0.75rem;
        cursor: pointer;
        border-bottom: 1px solid #eee;
    }

    & .awcf_kvk_search__results li:hover,
    & .awcf_kvk_search__results li[aria-selected="true"] {
        background: #f0f6fc;
    }

    & .awcf_kvk_search__results li strong {
        display: block;
    }

    & .awcf_kvk_search__results li span {
        color: #666;
        font-size: 0.9em;
    }

    & .awcf_kvk_search__status {
        margin: 0.35rem 0 0;
        font-size: 0.85rem;
        color: #666;
        min-height: 1.1em;
    }

    & .awcf_kvk_search__status[data-kind="error"] {
        color: #b00020;
    }
}
