.asg-meta-consent {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 99999;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	max-width: 520px;
	padding: 14px 16px;
	background: rgba(15, 23, 42, 0.96);
	border-radius: 14px;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.24);
	color: #fff;
}

.asg-meta-consent__text {
	flex: 1 1 240px;
	font-size: 14px;
	line-height: 1.5;
}

.asg-meta-consent__actions {
	display: flex;
	gap: 10px;
}

.asg-meta-consent__btn {
	padding: 10px 14px;
	border: 0;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.asg-meta-consent__btn--primary {
	background: #f59e0b;
	color: #111827;
}

.asg-meta-consent__btn--secondary {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

@media (max-width: 640px) {
	.asg-meta-consent {
		left: 12px;
		right: 12px;
		bottom: 12px;
	}

	.asg-meta-consent__actions {
		width: 100%;
	}

	.asg-meta-consent__btn {
		flex: 1 1 auto;
	}
}
