<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.findkit--modal-container {
    border-top: 1px solid rgba(230, 230, 230, 0.9);
    top: calc(
        var(--fdk-offset-header-height) + var(--fdk-offset-wpadminbar-height) +
            var(--fdk-offset-mobile-search-height)
    );
}

.findkit--header {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.findkit--close-button {
    cursor: pointer;
    color: #007c35;
    top: 0.5rem;
    right: 0.5rem;
}

.findkit--group-title {
    color: #212121;
}

.findkit--hit-date {
    margin-bottom: 4px;
}

.findkit--hit-title {
    font-size: inherit;
    border-left: 2px solid #ffd616;
    margin-bottom: 0px;
}

.findkit--hit-title-link {
    color: #007c35;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.findkit--highlight em {
    font-style: normal;
    background-color: #007c35;
    color: white;
    padding: 2px 3px;
}

.findkit--highlight {
    padding-bottom: 6px;
}

.findkit--back-link,
.findkit--single-group-link {
    text-decoration: none;
    color: #007c35;
    border-bottom: 2px solid #ffd616;
}

.findkit--back-link:hover,
.findkit--single-group-link:hover {
    text-decoration: none;
}

.findkit .findkit--all-results-shown,
.findkit .findkit--group-all-results-shown {
    color: #007c35;
}

.findkit--hover-bg {
    background-color: #007c35;
}

.vs-ad-hidden {
    opacity: 0;
}

.vs-ad-visible {
    opacity: 1;
    transition: opacity 0.75s ease-in-out;
}

.vs-ad {
    position: fixed;
    z-index: 999999;
    bottom: 0.5rem;
    right: 1rem;
    background-color: white;
    padding: 0 3px;
}

.vs-ad a {
    color: black;
    font-size: 14px;
}
</pre></body></html>