/* App download page — semwalbespoke.in/app.html */

.app-download-page {
	padding-bottom: 60px;
}

.app-store-cards {
	margin-top: 20px;
}

.app-store-card .feature-box {
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	padding: 30px 24px;
	height: 100%;
	background: #fff;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.app-store-card-highlight .feature-box {
	border-color: #0088cc;
	box-shadow: 0 8px 24px rgba(0, 136, 204, 0.15);
}

.app-store-card .feature-box-icon i {
	font-size: 42px;
	color: #0088cc;
}

.app-store-badge-slot {
	display: inline-block;
	line-height: 0;
}

.app-store-badge {
	display: block;
	height: 60px;
	width: auto;
	margin-bottom: 16px;
}

.app-store-badge-muted {
	opacity: 0.45;
	filter: grayscale(100%);
}

.app-qr-wrap {
	margin-top: 12px;
}

.app-qr-code {
	border: 1px solid #eee;
	border-radius: 4px;
	padding: 8px;
	background: #fff;
}

.app-badge-link:hover {
	opacity: 0.9;
}

@media (max-width: 767px) {
	.app-download-page {
		padding-bottom: 40px;
	}

	.app-store-card {
		margin-bottom: 16px;
	}

	.app-store-card .feature-box {
		padding: 20px 16px;
	}

	.app-store-card .feature-box-icon i {
		font-size: 32px;
	}

	.app-store-badge {
		height: 44px;
		margin-bottom: 8px;
	}

	.app-qr-wrap {
		display: none;
	}
}
