<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.spf-simple-search {
    display: flex;
    gap: 10px;
    max-width: 100%;
    justify-content: center;
    background-color: #415A4F;
    padding: 10px;
    border-radius: 8px;
}
.spf-simple-search input,
.spf-simple-search select {
    padding: 8px;
    border-radius: 5px;
    border: none;
    min-width: 180px;
}
.spf-simple-search button {
    background-color: #E5BD66;
    color: black;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}
.spf-simple-search button:hover {
    background-color: #BB7235;
    color: white;
}
</pre></body></html>