<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.spf-redirect-search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background-color: #415A4F;
    border-radius: 8px;
}
.spf-redirect-search input {
    padding: 8px;
    border: none;
    border-radius: 5px;
    min-width: 200px;
}
.spf-redirect-search button {
    background-color: #E5BD66;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
}
.spf-redirect-search button:hover {
    background-color: #BB7235;
    color: white;
}
</pre></body></html>