.wdwwdt-search-wrapper {
    margin-bottom: 20px;
}
#wdwwdt_query {
    padding: 8px;
    width: 100%;
    max-width: 400px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#wdwwdt_results .wdwwdt-product {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.wdwwdt-highlight {
    background-color: yellow;
    font-weight: bold;
}
.wdwwdt-no-results {
    font-style: italic;
    color: #666;
}
