.findkit--logo-and-close-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 1rem;
}

.findkit--close-button {
    cursor: pointer;
    align-self: unset;
    color: #2669ab;
    border: 2px solid #2669ab;
    border-radius: 0.4rem;
    padding: 4px 12px;
}

.findkit--close-button:hover {
    background-color: #2669ab;
    color: #fff;
    transition: background-color .3s ease-out,color .3s ease-out
}

.findkit--logo {
    width: auto;
    max-width: 20rem;
    height: 8rem;
    padding: 1rem;
}

.findkit--group-title {
    color: #2669ab;
}

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

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

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


.findkit--highlight em {
    font-style: normal;
    background-color: #2669ab;
    padding: 2px 3px;
    border-radius: 0.4rem;
}

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

.findkit--back-link,
.findkit--single-group-link {
    text-decoration: none;
    color: #2669ab;
    border: 2px solid #2669ab;
    border-radius: 0.4rem;
    padding: 8px 24px;
}

.findkit--back-link:hover,
.findkit--single-group-link:hover {
    background-color: #2669ab;
    color: #fff;
    transition: background-color .3s ease-out,color .3s ease-out
}

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

.findkit .findkit--all-results-shown,
.findkit .findkit--group-all-results-shown {
    color: #2669ab;
}

.findkit--hover-bg {
    background-color: #2669ab;
}

.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;
}