/**
 * Quiltfolk Academy - workshop thumbnail opens the modal directly
 *
 * Just a pointer cursor so the thumbnail reads as clickable now that
 * it's standing in for the (hidden) "Trigger Modal" button - see
 * qfa-workshop-thumbnail-trigger.js for the click-forwarding itself.
 */

.qfa-workshop-thumbnail-trigger {
	cursor: pointer;
}
