.elementor-210000 .elementor-element.elementor-element-c18a30f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-c18a30f */.company-suggestions {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.company-suggestions li {
    padding: 10px;
    cursor: pointer;
}

.company-suggestions li:hover {
    background-color: #f0f0f0;
}/* End custom CSS */