<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.btn-Busca:hover &gt; div {
    color: white;
}

.btn-Buscar {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: dodgerblue;
    color: black;
    cursor: pointer;
    padding: 1px 1px;
    position: relative;
    /*font-weight: lighter;*/
}
</pre></body></html>