/**
 * SCTC Lightbox — affordance for enlargeable body images.
 *
 * The overlay itself is styled by WordPress core; this file only signals that
 * an image can be opened. Core marks each one with `.wp-lightbox-container`,
 * so no extra class is needed.
 */

.entry-content .wp-lightbox-container img {
	cursor: zoom-in;
}

/* Core stacks its own trigger button over the image; keep the same cue there. */
.entry-content .wp-lightbox-container button {
	cursor: zoom-in;
}
