.findkit--modal-container {
    border-top: 1px solid #23be00;
    top: calc(
        var(--fdk-offset-header-height) + var(--fdk-offset-wpadminbar-height) +
            var(--fdk-offset-mobile-search-height)
    );
}

@media (min-width: 650px) {
    .findkit--modal-container {
        top: calc(
            var(--fdk-offset-header-height) +
                var(--fdk-offset-wpadminbar-height)
        );
    }
}

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

.findkit--close-button {
    cursor: pointer;
    color: #263e64;
    top: 0.5rem;
    right: 2rem;
}

.findkit--group-title {
    color: #212121;
    font-family: Calistoga, cursive;
}

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

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

.findkit--hit-title-link {
    color: #263e64;
    text-decoration: none;
    word-break: break-word;
}

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

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

.findkit--back-link,
.findkit--single-group-link {
    text-decoration: none;
    color: #003e78;
    border-bottom: 2px solid #263e64;
}

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

.findkit--hover-bg {
    background-color: rgba(0, 62, 120, 0.15);
}

.findkit .findkit--all-results-shown,
.findkit .findkit--group-all-results-shown {
    color: #263e64;
}

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

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

.vs-ad {
    position: absolute;
    z-index: 999999;
    bottom: 1rem;
    right: 2rem;
    background-color: white;
}

.vs-ad a {
    color: black;
    font-size: 14px;
}
