[data-class="premium-only"] {
    position: relative;
    cursor: pointer;
}

[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;
    /* top: 0; */
    left: 20px;
    /* right: -2px; */
    /* transform: translate(35%, -35%); */
    /* text-shadow: 0 0 3px #000000; */
    -webkit-user-select: none;
    background: #ffe7a6;
    padding: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
}

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