.farm-location-shell {
    position: relative;
    display: flex;
    align-items: center;
}

.farm-location-shell > i {
    position: absolute;
    left: 1rem;
    z-index: 2;
}

.farm-location-shell input {
    width: 100%;
    padding-right: 3.25rem !important;
}

.farm-location-button {
    position: absolute;
    right: .55rem;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: .7rem;
    color: #087856;
    background: rgba(8, 120, 86, .12);
}

.farm-location-button:hover {
    color: #fff;
    background: #087856;
}

.farm-location-button:disabled {
    opacity: .55;
    cursor: wait;
}

.carry-location-status {
    display: block;
    min-height: 1.25rem;
    margin-top: .35rem;
}

.cf-search-results-hero {
    padding: clamp(3rem, 7vw, 6rem) 0;
    color: #fff;
    background:
        radial-gradient(circle at 85% 10%, rgba(255, 190, 0, .23), transparent 26rem),
        linear-gradient(135deg, #073f35, #086e50);
}

.cf-search-results-hero h1 {
    max-width: 900px;
    margin: .65rem 0 1.5rem;
    font-size: clamp(2.4rem, 6vw, 5rem);
    line-height: .98;
    letter-spacing: -.05em;
    font-weight: 950;
}

.cf-search--results {
    max-width: 1050px;
}
