/**
 * Adams PWA Toolkit - install button styles.
 *
 * Intentionally minimal and mostly inherited. A consuming theme is expected to
 * style .adams-pwa-install-button as one of its own buttons; anything more
 * opinionated here would fight every theme it lands in.
 */

.adams-pwa-install-button {
	display: inline-block;
	cursor: pointer;

	&[hidden] {
		display: none;
	}
}
