.w40iq-app-download-wrap {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	margin: 12px 0;
	max-width: 100%;
	position: relative;
	vertical-align: middle;
	width: 100%;
	z-index: 5;
}

.w40iq-app-download-field {
	--w40iq-green: #6dfc00;
	--w40iq-dark-green: #004f1b;
	--w40iq-bone: #f0d9a6;
	--w40iq-black: #0b0a07;
	align-items: center;
	background: rgba(11, 10, 7, 0.96);
	border: 1px solid rgba(109, 252, 0, 0.44);
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
	color: var(--w40iq-app-text-color, #fff) !important;
	box-sizing: border-box;
	display: inline-flex;
	gap: 12px;
	justify-content: flex-start;
	max-width: 100%;
	padding: 10px 12px;
	transition: border-color 160ms ease, filter 160ms ease, transform 160ms ease;
}

.w40iq-app-download {
	align-items: center;
	color: var(--w40iq-app-text-color, #fff) !important;
	display: inline-flex;
	gap: 12px;
	min-width: 0;
	text-decoration: none;
}

.w40iq-app-download-field:hover,
.w40iq-app-download-field:focus-within {
	border-color: rgba(109, 252, 0, 0.75);
	color: var(--w40iq-app-text-color, #fff) !important;
	filter: brightness(1.06);
	text-decoration: none;
	transform: translateY(-1px);
}

.w40iq-app-download:hover,
.w40iq-app-download:focus {
	color: var(--w40iq-app-text-color, #fff) !important;
	text-decoration: none;
}

.w40iq-app-download.is-disabled {
	filter: grayscale(1);
	opacity: 0.72;
	pointer-events: none;
}

.w40iq-app-download__icon {
	border-radius: 8px;
	flex: 0 0 var(--w40iq-app-icon-size, 48px);
	height: var(--w40iq-app-icon-size, 48px);
	width: var(--w40iq-app-icon-size, 48px);
	object-fit: cover;
}

.w40iq-app-download__icon.is-placeholder {
	align-items: center;
	background: rgba(109, 252, 0, 0.16);
	border: 1px solid rgba(109, 252, 0, 0.34);
	color: rgba(255, 255, 255, 0.86);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 500;
	justify-content: center;
}

.w40iq-app-download__copy {
	min-width: 0;
}

.w40iq-app-download__title {
	color: var(--w40iq-app-text-color, #fff) !important;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.35;
	margin: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.w40iq-app-download__meta {
	color: var(--w40iq-app-text-color, #fff) !important;
	font-size: 0.82rem;
	font-weight: 400;
	line-height: 1.35;
	margin: 3px 0 0;
}

.w40iq-app-download-info-toggle {
	align-items: center;
	background: rgba(109, 252, 0, 0.14);
	border: 1px solid rgba(109, 252, 0, 0.82);
	border-radius: 999px;
	color: #6dfc00;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	font: 700 15px/1 Arial, sans-serif;
	height: 28px;
	justify-content: center;
	margin-left: 4px;
	padding: 0;
	width: 28px;
}

.w40iq-app-download-info-toggle:hover,
.w40iq-app-download-info-toggle:focus {
	background: rgba(109, 252, 0, 0.18);
	border-color: rgba(109, 252, 0, 0.72);
	color: #6dfc00;
	outline: none;
}

.w40iq-app-download-info {
	background: rgba(8, 7, 5, 0.99);
	border: 1px solid rgba(240, 217, 166, 0.42);
	border-radius: 6px;
	box-sizing: border-box;
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
	color: var(--w40iq-app-info-text-color, #f0d9a6) !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 15px !important;
	font-style: normal;
	font-weight: 400 !important;
	left: 0;
	letter-spacing: 0 !important;
	line-height: 1.55 !important;
	max-width: min(520px, calc(100vw - 32px));
	padding: 12px 14px;
	position: absolute;
	text-transform: none;
	white-space: normal !important;
	bottom: calc(100% + 10px);
	width: min(520px, 100%);
	z-index: 9999;
}

.w40iq-app-download-info::before {
	border-top: 7px solid rgba(240, 217, 166, 0.26);
	border-bottom: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	right: 12px;
	position: absolute;
	bottom: -7px;
}

.w40iq-app-download-info p,
.w40iq-app-download-info span,
.w40iq-app-download-info strong,
.w40iq-app-download-info em {
	color: var(--w40iq-app-info-text-color, #f0d9a6) !important;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.55 !important;
	text-transform: none !important;
}

@media (max-width: 520px) {
	.w40iq-app-download-wrap {
		display: flex;
		width: 100%;
	}

	.w40iq-app-download {
		align-items: flex-start;
		display: inline-flex;
		flex: 1 1 auto;
		min-width: 0;
	}

	.w40iq-app-download-info {
		left: 0;
		max-width: 100%;
		width: 100%;
	}
}
