/* בס״ד
 * GESHMAK COPY URL
 *
 * Cursor + activation feedback for the geshmak-copy-url SVG widget.
 * All sizing/colour styling is controlled by the Elementor atomic Style tab.
 *
 * DEVELOPED BY TOM GOLDSTEIN > GESHMAK! > https://geshmak.com.au/
 */

.geshmak-copy-url {
	cursor: pointer;
	/* Rendered as an <a>; keep the SVG looking neutral, not like link text. */
	text-decoration: none;
	color: inherit;
}

.geshmak-copy-url:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.geshmak-copy-url.is-copied {
	opacity: 0.55;
}
