/* Start custom CSS for shortcode, class: .elementor-element-948c29f */.scratch-tile {
    position:relative;
    background:#f5f5f5;
    height:80px;
    font-weight:bold;
}

.tile-content {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index:1;
}

.scratch-canvas {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#999;
    z-index:2;
    cursor:pointer;
}

#scratch-popup {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    justify-content:center;
    align-items:center;
}

#scratch-popup .popup-content {
    background:white;
    padding:30px;
    text-align:center;
}/* End custom CSS */