.koni-wc-live-search-wrapper {
    position: relative;
    font-size: calc(var(--text-m) * 0.9);
    padding: 0;
    margin: 0;
    border: none !important;
}

.koni-wc-live-search-bar {
    display: flex;
    align-items: stretch;
    border: 1px solid #dddddd;
    /* border-bottom: none; */
    background: #ffffff;
    height: 40px;
    max-width: 100%;
}

.koni-wc-live-search-wrapper input,
.koni-wc-live-search-wrapper select {
    border: none !important;
    box-shadow: none !important;
}

.koni-wc-live-search-wrapper select {
    field-sizing: content
}

/* Dropdown */
.koni-wc-live-search-select-wrap {
    position: relative;
    border-right: 1px solid #dddddd;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.koni-wc-live-search-select-wrap select {
    background: transparent;
    padding: 0 24px 0 10px;
    height: 100%;
    cursor: pointer;
    color: #555;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.koni-wc-live-search-select-wrap::after {
    content: "\25BE";
    position: absolute;
    right: 8px;
    font-size: 16px;
    color: #999;
    pointer-events: none;
}

/* Input */
.koni-wc-live-search-input {
    flex: 1;
    padding: 0 10px;
    height: 100%;
    color: #333;
}

/* Button + icon */
.koni-wc-live-search-button {
    width: 40px;
    border: none;
    border-left: 1px solid #dddddd;
    background: #f2f2f2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.koni-wc-live-search-icon-svg {
    width: 16px;
    height: 16px;
}

/* Results box */
.koni-wc-live-search-results {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
    max-height: 420px;
    overflow-y: auto;
    z-index: 9999;
    padding-top: 4px;
}

.koni-wc-live-search-results:not(:has(button)) {
    display: none;
}

/* Close button */
.koni-wc-live-search-close {
    position: absolute;
    top: 4px;
    right: 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

/* List */
.koni-wc-live-search-list {
    list-style: none;
    margin: 4px 0 0 0;
    padding: 0;
}

.koni-wc-live-search-item {
    border-bottom: 1px solid #f1f1f1;
    padding: 6px 10px;
}

.koni-wc-live-search-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.koni-wc-live-search-thumb img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/* View all button style */
.koni-wc-live-search-view-all {
    text-align: center;
    padding: 10px;
}

.koni-wc-live-search-view-all-btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 3px;
    background: transparent;
    color: var(--dark-70);
    font-weight: 600;
}

.koni-wc-live-search-view-all-btn:hover {
    color: var(--dark);
}

/* States */
.koni-wc-live-search-loading,
.koni-wc-live-search-no-results {
    margin: 0;
    padding: 8px 10px;
}
