body.korneff-post-locked {
	overflow: hidden;
}

.korneff-post-lock-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.korneff-post-lock-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
}

.korneff-post-lock-modal__panel {
	position: relative;
	z-index: 1;
	width: min(100%, 28rem);
	padding: 2rem;
	border-radius: 0.5rem;
	background: #fff;
	color: #111;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.35);
	text-align: center;
}

.korneff-post-lock-modal__title {
	margin: 0 0 0.75rem;
	font-size: 1.5rem;
	line-height: 1.2;
}

.korneff-post-lock-modal__message {
	margin: 0 0 1.5rem;
	font-size: 1rem;
	line-height: 1.5;
}

.korneff-post-lock-modal__button {
	display: inline-block;
	text-decoration: none;
}
