.kbiz-airport-suggestions {
    position: absolute;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    z-index: 9999;
    /* overflow: hidden; */
    max-height: 240px;
    overflow-y: auto;
    z-index: 99999;
}

.kbiz-airport-item {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.kbiz-airport-item:hover {
    background: #f5f7fa;
}

.kbiz-airport-location {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.kbiz-airport-name {
    font-size: 13px;
    color: #2e8b57; /* green */
}

.kbiz-airport-loading,
.kbiz-airport-empty {
    padding: 12px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
