.ow_header_pic{background-image:url(https://thrillinglove.com/ow_userfiles/themes/theme_image_19.png)}
/* Blur profile photos for GUEST users only */
body.ow_guest_user .ow_user_list_picture img,
body.ow_guest_user .ow_user_list_item .ow_avatar img,
body.ow_guest_user .ow_profile_avatar img {
    filter: blur(14px);
    -webkit-filter: blur(14px);
    transition: filter 0.3s ease;
}

/* Optional: dark overlay to strengthen blur */
body.ow_guest_user .ow_user_list_picture:after,
body.ow_guest_user .ow_avatar:after {
    content: "Sign up to view profiles";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.65);
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    pointer-events: none;
}