.phase4c-search {
    position: relative;
}

body.page-index #mob-search-overlay[hidden],
body.page-index #mob-search-overlay[hidden] {
    display: none;
}

@media (min-width: 80rem) {
    body.page-index #mob-search-overlay {
        display: none;
    }
}

.phase4c-search-results {
    position: absolute;
    z-index: 50;
    top: calc(100% - 2.25rem);
    left: 0;
    right: 0;
    display: none;
    max-height: min(22rem, 55vh);
    overflow-y: auto;
    border: 1px solid #e5e7eb;
    border-radius: 0.9rem;
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgb(15 23 42 / 18%);
}

.phase4c-search-results.is-open {
    display: block;
}

.phase4c-search-group {
    padding: 0.65rem 1rem 0.35rem;
    color: #6b7280;
    font-size: 0.85rem;
    font-weight: 700;
}

.phase4c-search-option {
    display: block;
    padding: 0.8rem 1rem;
    color: #111827;
    text-decoration: none;
}

.phase4c-search-option:hover,
.phase4c-search-option:focus,
.phase4c-search-option.is-active {
    outline: none;
    background: color-mix(in srgb, var(--brand-600) 10%, #fff);
}

.phase4c-search-empty {
    padding: 1rem;
    color: #6b7280;
}

.phase4c-search-status {
    min-height: 1.4rem;
    margin-top: 0.35rem;
    color: #6b7280;
    font-size: 0.875rem;
}

@media (max-width: 47.9375rem) {
    .phase4c-search-results {
        max-height: 45vh;
    }
}
