/* Category Search Widget Styles */
.category-search-widget {
    width: 100%;
    margin: 0;
    padding: 0;
}

.category-search-widget .block-search {
    margin: 0;
    padding: 0;
}

.category-search-widget .block-title {
    display: none;
}

.category-search-widget .block-content {
    padding: 0;
    margin: 0;
}

.category-search-widget .form.minisearch {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-search-widget .field.search {
    flex: 1;
    margin: 0;
    position: relative;
}

.category-search-widget .field.search .label {
    display: none;
}

.category-search-widget .field.search .control {
    width: 100%;
    position: relative;
}

.category-search-widget .input-text {
    width: 100%;
}

.category-search-widget .actions {
    margin: 0;
}

/* Autocomplete dropdown styles */
.category-search-widget .search-autocomplete {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 100%;
    left: 0;
    background: white;
    pointer-events: all;
}

.category-search-widget .search-autocomplete ul {
    pointer-events: all;
}

.category-search-widget .search-autocomplete li {
    pointer-events: all;
    cursor: pointer;
}
