.jlais-search-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 99999;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
}

.jlais-result-item {
    border-bottom: 1px solid #f0f0f0;
}

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

.jlais-result-item--active,
.jlais-result-item:hover {
    background: #f7f7f7;
}

.jlais-result-link {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: inherit;
}

.jlais-result-link:hover,
.jlais-result-link:focus {
    text-decoration: none;
    color: inherit;
}

.jlais-result-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}

.jlais-result-title {
    font-weight: 600;
    font-size: 14px;
    color: #1e1e1e;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jlais-result-score {
    font-size: 12px;
    color: #666;
    background: #f0f0f0;
    padding: 1px 6px;
    border-radius: 3px;
    flex-shrink: 0;
}

.jlais-result-excerpt {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
