/**
 * Properties-page search clickability.
 * Cache-busted child stylesheet — parent style.css is served with a fixed
 * ?ver=0.1.0 and long max-age, so the pulser fix in _mod--ai.css alone can
 * stay stuck in the browser after deploy.
 *
 * The GS Hero pulser (absolute + pb-[175px] + z-20) overflows below the short
 * properties hero and sits on top of Filters / Recent Searches / Reset Search.
 */
.gs-hero {
    position: relative;
}

.gs-hero > .absolute {
    pointer-events: none !important;
}

body:not(.home) .gs-hero {
    overflow: hidden;
}
