

.tx-indexedsearch-searchbox legend, .tx-indexedsearch-searchbox p, .tx-indexedsearch-searchbox label, .tx-indexedsearch-rules, .tx-indexedsearch-searchbox-button {
    display: none;
}
.tx-indexedsearch-searchbox fieldset {
    border: none;
}
.tx-indexedsearch-searchbox-sword {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23aaa" viewBox="0 0 24 24"%3E%3Cpath d="M10 2a8 8 0 016.32 12.906l5.387 5.387-1.414 1.414-5.387-5.387A8 8 0 1110 2zm0 2a6 6 0 100 12 6 6 0 000-12z"%3E%3C/path%3E%3C/svg%3E') no-repeat right 10px center;
    background-size: 20px 20px; /* Size of the SVG icon */;
}
#suggestList .resultRow {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
#suggestList .resultRow svg, #suggestList .resultRow img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
#suggestList .resultRow.active {
    background-color: #EFEFEF;
}