/* plus only buttons and css handler to indicate actionable items */

[data-class="plus-only"] {
    position: relative;
    cursor: pointer;
}
a[data-class="plus-only"]:not([data-nomark="true"]) {
    padding-right: 50px !important;
}
a[data-class="plus-only"][data-blured="true"] > span {
    filter: blur(3px) !important;
}
/* [data-class="plus-only"]:not([data-nomark="true"])::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    font-size: 18px;
    position: absolute;
    font-size: 12px;
    padding: 0;
    right: 14px;
    -webkit-user-select: none;
     background: #c3e5db;
    padding: 2px 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    text-align: center;
    color: var(--e-global-color-accent);
} */
/* .review-non-plus .vxf-body::after, */
[data-class="plus-only"]:not([data-nomark="true"])::after {
    content: "";
    width: 26px;
    height: 26px;
    background: url(/wp-content/uploads/2025/06/membership-logo-300x297.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* z-index: 9999; */
    background-size: contain;
    right: 11px;
    background-repeat: no-repeat;
}



.review-non-plus .vxf-body-text {
    filter: blur(4px) !important;
    -webkit-user-select: none;  /* Safari */
    -moz-user-select: none;     /* Firefox */
    -ms-user-select: none;      /* IE 10+ and Edge */
    user-select: none;          /* Standard syntax */
}


/* 
.map-non-premium 
{
    position: relative;
    pointer-events: none !important;
}
.map-non-premium button,
.map-non-premium .gm-bundled-control-on-bottom,
.map-non-premium .marker-wrapper
{
    display: none !important;
    
}
.map-non-premium::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(.9);
    background: #ff454573;
    border-radius: 200px;
    border: 3px solid red;
} */