.menu-app
{
	color: #ffcf4a !important;
	font-weight: bold;
}

.app-promo-mobile
{
	display: none;
}

.app-promo-desktop
{
	display: flex;
	align-items: stretch;
	gap: 22px;
	margin: 18px 15px;
	overflow: hidden;
	border: 1px solid #5f0000;
	border-left: 5px solid #a00000;
	border-radius: 8px;
	background: #111111;
	color: #ffffff;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
}

.app-promo-desktop-copy
{
	flex: 1 1 auto;
	align-self: center;
	padding: 22px 0 22px 24px;
}

.app-promo-desktop-copy h2
{
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 1.35em;
	line-height: 1.2;
}

.app-promo-desktop-copy p
{
	margin: 0 0 12px;
	color: #dddddd;
	font-size: 1em;
	line-height: 1.45;
}

.app-promo-learn-more:link,
.app-promo-learn-more:visited
{
	color: #ffcf4a !important;
	font-weight: bold;
}

.app-promo-learn-more:hover,
.app-promo-learn-more:focus
{
	color: #ffffff !important;
	text-decoration: underline;
}

.app-promo-store-links
{
	display: flex;
	flex: 0 0 170px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 16px 18px 16px 0;
}

.app-promo-store-links a,
.app-promo-store-links img
{
	display: block;
}

.app-promo-store-links img
{
	width: 150px;
	height: auto;
}

@media screen and (max-width: 1024px)
{
	.app-promo-desktop-row
	{
		display: none !important;
	}

	.app-promo-mobile.is-visible
	{
		position: fixed;
		right: 10px;
		bottom: 10px;
		left: 10px;
		z-index: 9000;
		display: flex;
		align-items: center;
		gap: 10px;
		max-width: 560px;
		min-height: 68px;
		margin: 0 auto;
		padding: 9px 10px 9px 38px;
		box-sizing: border-box;
		border: 1px solid #5f0000;
		border-radius: 9px;
		background: #111111;
		color: #ffffff;
		box-shadow: 0 6px 24px rgba(0, 0, 0, 0.48);
	}

	.app-promo-mobile-close
	{
		position: absolute;
		top: 50%;
		left: 5px;
		width: 28px;
		height: 34px;
		padding: 0;
		transform: translateY(-50%);
		border: 0;
		background: transparent;
		color: #bbbbbb;
		font-size: 25px;
		line-height: 1;
		cursor: pointer;
	}

	.app-promo-mobile-copy
	{
		display: block;
		flex: 1 1 auto;
		min-width: 0;
		line-height: 1.2;
	}

	.app-promo-mobile-copy strong,
	.app-promo-mobile-copy span
	{
		display: block;
	}

	.app-promo-mobile-copy strong
	{
		margin-bottom: 3px;
		color: #ffffff;
		font-size: 0.9em;
	}

	.app-promo-mobile-copy span
	{
		color: #cccccc;
		font-size: 0.76em;
	}

	.app-promo-mobile-store
	{
		display: inline-flex;
		align-items: center;
		flex: 0 0 auto;
		height: 40px;
		overflow: hidden;
		border-radius: 6px;
	}

	.app-promo-mobile-store img
	{
		display: block;
		width: auto;
		height: 40px;
		max-width: none;
		margin: 0;
	}
}

@media screen and (max-width: 430px)
{
	.app-promo-mobile.is-visible
	{
		gap: 7px;
		padding-left: 32px;
	}

	.app-promo-mobile-copy strong
	{
		font-size: 0.82em;
	}
}

@media screen and (max-width: 360px)
{
	.app-promo-mobile-copy span
	{
		display: none;
	}

	.app-promo-mobile-store,
	.app-promo-mobile-store img
	{
		height: 36px;
	}
}
