/* RadheyRadheyji Property Random Images */

.rrj-property-random-img {
    object-fit: cover !important;
}

.rrj-property-random-thumb {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    background: #e5e7eb;
    margin-bottom: 14px;
}

.rrj-property-random-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Cards */
.property-card img.rrj-property-random-img,
.grid-list img.rrj-property-random-img,
.card img.rrj-property-random-img,
.listing-card img.rrj-property-random-img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Detail / Hero */
.rrj-property-hero-image {
    margin-top: 24px;
    max-width: 780px;
    border-radius: 22px;
    overflow: hidden;
    background: #e5e7eb;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.16);
}

.rrj-property-hero-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.rrj-property-image-note {
    position: absolute;
    left: 14px;
    bottom: 14px;
    background: rgba(0, 0, 0, 0.62);
    color: #fff;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.rrj-property-random-thumb,
.rrj-property-hero-image {
    position: relative;
}

@media(max-width: 768px) {
    .rrj-property-random-thumb {
        height: 170px;
    }

    .property-card img.rrj-property-random-img,
    .grid-list img.rrj-property-random-img,
    .card img.rrj-property-random-img,
    .listing-card img.rrj-property-random-img {
        height: 170px !important;
    }

    .rrj-property-hero-image img {
        height: 230px;
    }
}
