/* Property Status Overlay v1.1.0 */

.pso-wrap {
    position: relative !important;
    display: block;
    width: 100%;
    line-height: 0;
    overflow: visible !important;
}

.pso-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.pso-gallery-item {
    position: relative !important;
    overflow: visible !important;
}

.pso-badge {
    position: absolute !important;
    top: 12px;
    left: 12px;
    right: auto;
    bottom: auto;
    z-index: 9999 !important;
    padding: 6px 18px;
    border-radius: 4px;
    font-family: 'Cairo', 'Tajawal', Tahoma, Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    white-space: nowrap;
    direction: rtl;
    pointer-events: none;
    user-select: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    text-shadow: none;
}

.pso-badge.pso-sold {
    background-color: #e53935 !important;
    color: #ffffff !important;
    border: none !important;
}

.pso-badge.pso-rented {
    background-color: #00897b !important;
    color: #ffffff !important;
    border: none !important;
}

/* Listivio / swiper overrides */
.swiper-slide .pso-wrap,
.slick-slide .pso-wrap {
    display: block;
}

.listivo-listing-gallery .pso-wrap,
.listivo-gallery .pso-wrap,
.listivo-photos .pso-wrap,
.listivo-swiper .pso-wrap {
    overflow: visible !important;
}

@media (max-width: 600px) {
    .pso-badge {
        font-size: 12px !important;
        padding: 4px 10px;
        top: 8px;
        left: 8px;
    }
}
