/**
 * Alma copy-link styles.
 *
 * The copy buttons are plain text-editor widgets (not real links/buttons), so
 * the cursor stays a text caret by default. Show a pointer to signal they're
 * clickable.
 */
.copy-answer-link,
.copy-answer-link * {
	cursor: pointer;
}
