/* Quick Front Editor — lightbox ảnh tự viết (overlay). */
.entry-content .qfe-zoom img,
.qfe-zoom.wp-block-image img { cursor: zoom-in; }

.qfe-zoom-ov {
	position: fixed; inset: 0; z-index: 100000;
	display: none; align-items: center; justify-content: center;
	background: rgba( 10, 16, 28, .92 );
	padding: 24px; cursor: zoom-out;
	-webkit-tap-highlight-color: transparent;
}
.qfe-zoom-ov.on { display: flex; }
.qfe-zoom-ov img {
	max-width: 96vw; max-height: 92vh; width: auto; height: auto;
	border-radius: 6px; box-shadow: 0 14px 50px rgba( 0, 0, 0, .5 );
}
.qfe-zoom-x {
	position: fixed; top: 16px; right: 20px;
	width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%;
	background: rgba( 255, 255, 255, .14 ); color: #fff;
	font-size: 20px; line-height: 1; cursor: pointer;
}
.qfe-zoom-x:hover { background: rgba( 255, 255, 255, .26 ); }
body.qfe-zoom-lock { overflow: hidden; }
