.vrMapLocation {
    .text {
        color:#fff;
        
        background:var(--vr-color);
        &::before {
                background-image:url(/system/plugins/vr/static/patternF.svg)!important;
        }

        .logo img {
            filter: invert(0) contrast(0) grayscale(1) brightness(9);
            width: 8rem;
            height: auto;
        }

        strong {
            color: #000;
            font-weight: inherit;
        }

        h4 {
            border-bottom:.1rem solid #fff;
            width:100%;
            margin-bottom:0;
            margin-top:1rem;
        }
        
    }
}


