.cov-cookie {
	position: fixed;
	bottom: 18px;
	left: 18px;
	right: 18px;
	z-index: 250;
	display: flex;
	justify-content: center;
}
.cov-cookie[hidden] { display: none; }

.cov-cookie-inner {
	max-width: 980px;
	width: 100%;
	background: linear-gradient(180deg, #1a1f29 0%, #11151c 100%);
	border: 1px solid var(--cov-border);
	border-radius: 14px;
	padding: 18px 22px;
	display: flex;
	align-items: center;
	gap: 18px;
	box-shadow: 0 18px 38px rgba(0,0,0,0.45);
}

.cov-cookie-text {
	color: var(--cov-muted);
	font-size: 13px;
	line-height: 1.6;
	flex: 1;
}

.cov-cookie-actions { display: flex; gap: 10px; }
.cov-cookie-actions .cov-btn { padding: 10px 18px; font-size: 12px; }

@media (max-width: 700px) {
	.cov-cookie-inner { flex-direction: column; align-items: stretch; gap: 12px; padding: 16px; }
	.cov-cookie-actions { justify-content: stretch; }
	.cov-cookie-actions .cov-btn { flex: 1; }
}
