@media (min-width: 768px) {
	.et_pb_title_featured_container,
	.tejidoteca-aplicacion {
		position: relative;
		cursor: zoom-in;
	}

	.et_pb_title_featured_container::after,
	.tejidoteca-aplicacion::after {
		content: "⌕";
		position: absolute;
		right: 14px;
		bottom: 14px;
		z-index: 2;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.68);
		color: #fff;
		font: 700 28px/42px Arial, sans-serif;
		text-align: center;
		pointer-events: none;
	}

	.et_pb_title_featured_container img,
	.tejidoteca-aplicaciones img {
		cursor: zoom-in;
	}

	.et_pb_title_featured_container img:focus-visible,
	.tejidoteca-aplicaciones img:focus-visible {
		outline: 3px solid #ff0090;
		outline-offset: 4px;
	}

	#tejidoteca-lightbox {
		position: fixed;
		inset: 0;
		z-index: 999999;
		display: none;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		padding: 32px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.96);
		touch-action: none;
	}

	#tejidoteca-lightbox.abierto {
		display: flex;
	}

	#tejidoteca-lightbox-imagen {
		display: block;
		max-width: calc(100vw - 64px);
		max-height: calc(100vh - 64px);
		width: auto;
		height: auto;
		object-fit: contain;
		transform-origin: center center;
		will-change: transform;
		cursor: zoom-in;
		user-select: none;
		-webkit-user-drag: none;
	}

	#tejidoteca-lightbox-imagen.tdt-ampliada {
		cursor: grab;
	}

	#tejidoteca-lightbox-imagen.tdt-arrastrando {
		cursor: grabbing;
	}

	#tejidoteca-lightbox-cerrar {
		position: fixed;
		top: 18px;
		right: 18px;
		z-index: 20;
		width: 46px;
		height: 46px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2);
		color: #fff;
		font: 300 36px/42px Arial, sans-serif;
		text-align: center;
		cursor: pointer;
	}

	#tejidoteca-lightbox-cerrar:hover,
	#tejidoteca-lightbox-cerrar:focus-visible {
		background: #ff0090;
		outline: none;
	}
}
