.fq-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	padding: 12px 12px max(12px, env(safe-area-inset-bottom));
	box-sizing: border-box;
	pointer-events: none;
}
.fq-consent-card {
	pointer-events: auto;
	max-width: 720px;
	margin: 0 auto;
	padding: 16px 18px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 40px rgba(23, 33, 74, 0.18);
	border: 1px solid rgba(23, 33, 74, 0.08);
}
.fq-consent-card h2 {
	margin: 0 0 8px;
	font-size: 1.05rem;
}
.fq-consent-card p {
	margin: 0 0 12px;
	color: #4b5563;
	font-size: 0.92rem;
	line-height: 1.45;
}
.fq-consent-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.fq-consent-allow,
.fq-consent-deny {
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 12px;
	font-weight: 700;
	border: 2px solid #17214A;
	cursor: pointer;
}
.fq-consent-allow {
	background: #17214A;
	color: #fff;
}
.fq-consent-deny {
	background: #fff;
	color: #17214A;
}
.fq-consent-links {
	margin: 10px 0 0 !important;
	font-size: 0.82rem !important;
}

.fq-askfb {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 35;
	max-width: 320px;
}
.fq-askfb-card {
	position: relative;
	padding: 16px 18px 14px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(23, 33, 74, 0.2);
}
.fq-askfb-x {
	position: absolute;
	top: 6px;
	right: 8px;
	border: 0;
	background: transparent;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}
.fq-askfb-go {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	font-weight: 700;
}

.fq-privacy-page .privacy-card {
	margin: 0 0 18px;
	padding: 18px;
	border-radius: 18px;
	background: #fff;
}
.fq-privacy-page label {
	display: block;
	margin: 8px 0 6px;
	font-weight: 700;
}
.fq-privacy-page input[type="email"],
.fq-privacy-page input[type="text"],
.fq-privacy-page textarea {
	width: 100%;
	min-height: 48px;
	margin-bottom: 12px;
	padding: 10px 12px;
	border: 2px solid #d1d5db;
	border-radius: 12px;
}
.fq-privacy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}
.fq-privacy-flash {
	margin: 0 0 16px;
	padding: 12px 14px;
	border-radius: 12px;
}
.fq-privacy-flash.is-ok { background: #ecfdf3; }
.fq-privacy-flash.is-err { background: #fef2f2; }
