.legalprov-cookie-consent {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 99999;
	background: #111827;
	color: #f9fafb;
	border-radius: 10px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
	padding: 14px 16px;
}

.legalprov-cookie-consent__inner {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.legalprov-cookie-consent__message {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	flex: 1 1 320px;
}

.legalprov-cookie-consent__actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.legalprov-cookie-consent__btn {
	border: 0;
	padding: 8px 14px;
	border-radius: 6px;
	font-size: 13px;
	cursor: pointer;
}

.legalprov-cookie-consent__btn--accept {
	background: #22c55e;
	color: #052e16;
}

.legalprov-cookie-consent__btn--reject {
	background: #374151;
	color: #f3f4f6;
}

.legalprov-cookie-consent__policy {
	color: #93c5fd;
	font-size: 13px;
	text-decoration: underline;
}

@media (max-width: 640px) {
	.legalprov-cookie-consent {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
}
