/**
 * Adams PWA Toolkit - share button styles.
 *
 * Intentionally minimal and mostly inherited, matching install-ui.css. A
 * consuming theme is expected to style .adams-pwa-share-button as one of its
 * own controls; anything more opinionated here would fight every theme it
 * lands in.
 */

.adams-pwa-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;

	&[hidden] {
		display: none;
	}

	&.is-copied {
		cursor: default;
	}
}
