.tptai-app-store-downlo-v2_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	flex-wrap: wrap;
}

.tptai-app-store-downlo-v2_button {
	display: block;
	transition: transform 0.2s ease, opacity 0.2s ease;
	border-radius: var(--button-border-radius, 8px);
	overflow: hidden;
	max-width: 13.5rem;
	height: auto;
	width: 100%;
}

.tptai-app-store-downlo-v2_button img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}
