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

[data-class="premium-only"] {
    position: relative;
    cursor: pointer;
}
a[data-class="premium-only"]:not([data-nomark="true"]) {
    padding-right: 64px !important;
}
a[data-class="premium-only"][data-blured="true"] > span {
    filter: blur(3px) !important;
}
[data-class="premium-only"]:not([data-nomark="true"])::after {
/*     font-family: 'Material Icons Outlined';
    content: 'lock';
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    border: 1px solid #d9d9d9;
    position: absolute;
    left: 20px;
    -webkit-user-select: none;
    background: #ffe7a6;
    padding: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px; */
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f004";
    /* content: '$ Pro'; */
    font-size: 18px;
    color: #000000;
/*     border: 1px solid #d9d9d9; */
    position: absolute;
    font-size: 12px;
    padding: 0;
    right: 14px;
    -webkit-user-select: none;
/*     background: #FFD700; */
     background: #c3e5db;
    padding: 2px 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
    
}

.review-non-premium .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;
} */