/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/app-mobile/style.css ***!
  \******************************************************************************************************************************************************************************/
.wp-block-qcb-app-mobile {
	display: flex;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
	background: #e5e6ff;
	z-index: 9999;
	box-sizing: border-box;
}
.app-mobile__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}
.app-mobile__content h4 {
	margin: 0;
	padding: 0;
	font-family: var(--wp--preset--font-family--segoe);
	font-size: 16px;
	font-weight: 700;
	color: var(--wp--preset--color--ch-dark-blue);
}
.app-mobile__content p {
	font-family: var(--wp--preset--font-family--segoe);
	font-size: 12px;
	color: var(--wp--preset--color--ch-black);
	margin: 0;
}

.app-mobile__buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
}
.app-mobile__buttons i {
	font-size: 20px;
	font-family: var(--wp--preset--font-family--ff-material);
	font-style: normal;
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 1;
}
.app-mobile__buttons a {
	line-height: 2;
	text-wrap: nowrap;
}

@media ( min-width: 961px ) {
	.wp-block-qcb-app-mobile {
		display: none;
	}
}

/*# sourceMappingURL=style-index.css.map*/