.eslovo-locked {
    position: relative;
    opacity: 0.6;
    pointer-events: none;
}

.eslovo-unlock-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
	font-size: 13px;
    text-align: center;
    padding: 1rem;
    z-index: 9999;
    pointer-events: auto;
	flex-direction: column;
    white-space: normal;
}
