.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #001100;
    border: 1px solid #00ff00;
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 0 4px 15px rgba(0, 255, 0, 0.2);
}

.search-result-item {
    padding: 10px;
    border-bottom: 1px solid #004400;
    cursor: pointer;
}

.search-result-item:hover {
    background: #002200;
}

.search-score {
    float: right;
    font-size: 0.8em;
    color: #008800;
}

.search-filename {
    color: #00ff00;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.search-text {
    color: #cccccc;
    font-size: 0.9em;
}
