body {
	font-family: system-ui, sans-serif;
	margin: 2rem auto;
	line-height: 1.5;
	max-width: 20rem;
	text-align: center;
}

.icon {
	display: block;
	margin: 0 auto 1.5rem;
	border-radius: 22%;
}

.install {
	margin: 0 0 1.25rem;
	font-size: 1.125rem;
	font-weight: 600;
}

.stores {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.store-link {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}

/* Same height; width follows each badge’s aspect ratio (Apple / Google guidelines). */
.store-badge {
	display: block;
	height: 44px;
	width: auto;
	max-width: 100%;
}
