.meta-consent {
	position: fixed;
	z-index: 1000;
	right: 20px;
	bottom: 20px;
	left: 20px;
	max-width: 720px;
	margin-left: auto;
	padding: 18px;
	border: 1px solid rgba(148, 163, 184, 0.28);
	border-radius: 16px;
	background: #0f1b30;
	box-shadow: 0 24px 70px rgba(2, 6, 23, 0.28);
	color: #f8fafc;
	font-family: "DM Sans", sans-serif;
}

.meta-consent[hidden],
.meta-privacy-choices[hidden] {
	display: none;
}

.meta-consent strong {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 15px;
}

.meta-consent p {
	margin: 6px 0 0;
	color: #cbd5e1;
	font-size: 13px;
	line-height: 1.5;
}

.meta-consent a {
	display: inline-block;
	margin-top: 7px;
	color: #93c5fd;
	font-size: 12px;
	font-weight: 700;
}

.meta-consent-actions {
	display: flex;
	gap: 10px;
	margin-top: 14px;
}

.meta-consent button,
.meta-privacy-choices {
	border-radius: 10px;
	font:
		700 13px / 1 "DM Sans",
		sans-serif;
	cursor: pointer;
}

.meta-consent button {
	min-height: 44px;
	flex: 1;
	border: 1px solid rgba(148, 163, 184, 0.35);
	background: transparent;
	color: #f8fafc;
}

.meta-consent button[data-meta-consent-allow] {
	border-color: #3b82f6;
	background: #3b82f6;
	color: #07111f;
}

.meta-privacy-choices {
	display: block;
	width: max-content;
	margin: 10px 24px 18px auto;
	padding: 4px 0;
	border: 0;
	background: transparent;
	color: #64748b;
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (min-width: 720px) {
	.meta-consent {
		display: grid;
		grid-template-columns: 1fr 280px;
		align-items: center;
		gap: 20px;
	}

	.meta-consent-actions {
		margin-top: 0;
	}
}
