.ncf7b-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.ncf7b-autocomplete {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    max-height: 220px;
    overflow-y: auto;
}

.ncf7b-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ncf7b-item {
    padding: 8px 12px;
    font-size: 0.88em;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

.ncf7b-item:last-child {
    border-bottom: none;
}

.ncf7b-item:hover {
    background-color: #f0f7ff;
    color: #004a75;
}

.ncf7b-item strong {
    color: #004a75;
    margin-right: 4px;
}
