body.search input[type="checkbox"] {
    width: 1.25rem;
    height: 1.25rem;
    accent-color: var(--antech-rgb-antech-heritage);
}

#search-filters-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#search-filters-form label {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.search-filters h3 {
    font-family: inherit;
    color: var(--antech-rgb-antech-indigo);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 1rem 0;
}
body.search h1 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0 0 1.5rem 0;
}
body.search .wp-block-search {
    margin-bottom: 2.5rem;
}

body.search .wp-block-query li {
    margin: 0 !important;
    padding: 1.5rem 0;
    border-top: 1px solid var(--light-gray);
}
body.search .wp-block-cross-media-cloud-post-type-name {
    font-size: .875rem;
    line-height: 1.25;
    color: white;
    background-color: var(--antech-rgb-antech-heritage);
    padding: 0.125rem 0.75rem;
    border-radius: 2rem;
    width: fit-content;
    margin-bottom: 1rem;
}

@media (min-width: 45em) {
    body.search h1 {
        font-size: 1.9375rem;
    }
    body.search .wp-block-query li {
        padding: 2rem 0;
    }
}