.ttw-wallet-buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin: 10px 0;
}

.ttw-wallet-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 6px;
	font-family: "Source Sans 3", Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	color: #F4F4F1;
	transition: opacity 0.15s ease-in-out;
}

.ttw-wallet-button:hover {
	opacity: 0.85;
}

.ttw-wallet-button--apple {
	background-color: #0E0E10; /* TSV CI Schwarz */
}

.ttw-wallet-button--google {
	background-color: #D11427; /* TSV CI Rot */
}

.ttw-wallet-buttons--email .ttw-wallet-button {
	padding: 8px 14px;
}
