/* Listing card images — clickable with pointer cursor.
   Legacy `.thumb-wrapper::before` (z-index: 2) sits above the image link and blocks clicks. */

.popular-list-1.property-listing-card .thumb-wrapper .property-card-image-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    cursor: pointer;
}

.popular-list-1 .thumb-wrapper::before {
    pointer-events: none !important;
}

.popular-list-1.property-listing-card .thumb-wrapper .popular-badge,
.popular-list-1.property-listing-card .thumb-wrapper .property-card-unit-badge {
    pointer-events: none;
}

.property-card-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.finlay-luxury-carousel__thumb-media {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

.finlay-luxury-carousel__thumb .property-card-image-link {
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
}

.finlay-luxury-collection .finlay-luxury-carousel__card .thumb-wrapper::before,
.finlay-luxury-carousel__card .thumb-wrapper::before {
    pointer-events: none !important;
}

.recent-post .media-img a {
    cursor: pointer;
    display: block;
}

/* "For Sale" / "For Rent" badge — sharp corners */
.popular-badge p {
    border-radius: 0 !important;
}
