.live-search-container-08d8d279 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
    direction: rtl; /* Match Hebrew localization */
}

.ls-input-wrapper-08d8d279 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.ls-input-08d8d279 {
    flex-grow: 1;
    width: 100%;
    padding: 12px 16px 12px 40px; /* Leave space for spinner */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.live-search-container-08d8d279.has-button-08d8d279 .ls-input-08d8d279 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.ls-input-08d8d279:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.ls-btn-08d8d279 {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    background-color: #3b82f6;
    color: #fff;
    border: 1px solid transparent;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.ls-btn-08d8d279:hover {
    background-color: #2563eb;
}

.ls-spinner-08d8d279 {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: ls-spin-08d8d279 0.6s linear infinite;
    z-index: 2;
}

@keyframes ls-spin-08d8d279 {
    to { transform: rotate(360deg); }
}

.ls-results-08d8d279 {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    border: 1px solid #e5e7eb;
    z-index: 999;
    max-height: 300px;
    overflow-y: auto;
}

.ls-results-08d8d279 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ls-results-08d8d279 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: #1f2937;
    transition: background 0.15s;
    border-bottom: 1px solid #f3f4f6;
}

.ls-results-08d8d279 li:last-child a {
    border-bottom: none;
}

.ls-results-08d8d279 li a:hover {
    background-color: #f3f4f6;
}

.ls-item-title-08d8d279 {
    font-weight: 500;
}

.ls-item-type-08d8d279 {
    font-size: 12px;
    background: #e5e7eb;
    color: #4b5563;
    padding: 2px 8px;
    border-radius: 4px;
}

.ls-no-results-08d8d279 {
    padding: 16px;
    text-align: center;
    color: #6b7280;
}
