#ghl-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.ghl-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ghl-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.ghl-card-body {
    padding: 12px;
}

.ghl-top {
    display: flex;
    justify-content: space-between;
}

.ghl-location {
    font-size: 13px;
    color: #777;
}

.ghl-btn {
    background: #ff385c;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    text-decoration: none;
}
