.locked {
    position: relative;
}

.lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 8%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.lock-symbol {
    color: #000;
}

.blur-text {
    filter: blur(4px);
    pointer-events: none;
}
