#cnae_search {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #14615F;
    border-radius: 6px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

#cnae_results ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #BCF1FF;
    border-radius: 6px;
    max-width: 400px;
    background: #f0fcff;
}

#cnae_results li {
    padding: 8px 10px;
    border-bottom: 1px solid #DDDDDD;
    font-family: Arial, sans-serif;
    color: #14615F;
    cursor: default;
}

#cnae_results li:last-child {
    border-bottom: none;
}
