/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 06 2026 | 17:06:48 */
.searchresult svg {
    transition: ease all 100ms;
}

.searchresult:hover svg {
    rotate: 45deg;
    transition: ease all 100ms;
}