#fresh-makelaars.fresh-makelaars-container,
#fresh-makelaars .fresh-makelaars-container {
    overflow: visible;
}

#fresh-makelaars .neighborhood-header {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-height: 500px;
}

#fresh-makelaars .neighborhood-featured-image {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    filter: brightness(0.6);
}

#fresh-makelaars .neighborhood-content {
    position: relative;
    z-index: 2;
    padding: 50px;
    max-width: 1000px;
    color: white;
}

#fresh-makelaars .neighborhood-content p {
    color: white;
}

#fresh-makelaars .neighborhood-content h1 {
    color: white;
    font-size: 62px;
}

#fresh-makelaars .houses {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0px;
}

.neighborhood-also-see .neighborhoods {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0 0;
    list-style: none;
    margin: 0;
}

.neighborhood-seo-text {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 30px;
}

#fresh-makelaars .neighborhood-view-listings-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid currentColor;
    border-radius: 4px;
}

#fresh-makelaars .neighborhood-view-listings-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
