.ls-wrapper-b34fc436 {
    position: relative;
    width: 100%;
    font-family: inherit;
}

.ls-input-wrapper-b34fc436 {
    position: relative;
    display: flex;
    align-items: center;
}

.ls-input-b34fc436 {
    width: 100%;
    padding: 12px 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}

.ls-icon-b34fc436,
.ls-loader-b34fc436 {
    position: absolute;
    color: #888;
}

.ls-icon-b34fc436 {
    left: 12px;
}

.ls-loader-b34fc436 {
    right: 12px;
}

.ls-loader-b34fc436 svg {
    animation: ls-spin 1s linear infinite;
}

@keyframes ls-spin {
    100% { transform: rotate(360deg); }
}

.ls-results-b34fc436 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 999;
    max-height: 400px;
    overflow-y: auto;
    border-radius: 0 0 4px 4px;
}

.ls-item-b34fc436 {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s;
    gap: 15px;
    align-items: flex-start;
}

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

.ls-image-b34fc436 img {
    width: 60px;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.ls-content-b34fc436 {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ls-title-b34fc436 {
    font-weight: bold;
    margin: 0;
    line-height: 1.2;
}

.ls-desc-b34fc436 {
    font-size: 0.9em;
    color: #666;
    margin: 0;
}

.ls-meta-b34fc436 {
    font-size: 0.8em;
    color: #888;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ls-meta-b34fc436 span {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
}

.ls-no-results-b34fc436 {
    padding: 15px;
    text-align: center;
    color: #666;
}