.aoc-redirect-content {
	padding: 8px 0 24px;
	text-align: center;
}

.aoc-redirect-logo {
	margin-bottom: 20px;
}

.aoc-logo-img {
	height: auto;
}

.aoc-redirect-headline {
	font-size: 1.6em;
	line-height: 1.3;
	margin-bottom: 14px;
}

.aoc-redirect-body {
	font-size: 1.05em;
	margin-bottom: 28px;
	color: #555;
}

.aoc-redirect-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.aoc-btn {
	display: inline-block;
	line-height: 0;
	transition: opacity 0.2s;
}

.aoc-btn:hover,
.aoc-btn:focus {
	opacity: 0.82;
}

.aoc-store-badge {
	height: 48px;
	width: auto;
	display: block;
}
