.v21-cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10050;
	padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
	background: rgba(8, 10, 18, 0.96);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
	color: #f2f4f8;
	font-size: 14px;
	line-height: 1.45;
}

.v21-cookie-consent[hidden] {
	display: none !important;
}

.v21-cookie-consent__inner {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
}

.v21-cookie-consent__text {
	flex: 1 1 280px;
	margin: 0;
}

.v21-cookie-consent__text a {
	color: #7dd3fc;
	text-decoration: underline;
}

.v21-cookie-consent__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.v21-cookie-consent__btn {
	appearance: none;
	border: 0;
	border-radius: 6px;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	background: linear-gradient(135deg, #ff7722 0%, #ff9955 100%);
	color: #1a0800;
	box-shadow: 0 4px 16px rgba(255, 119, 34, 0.35);
}

.v21-cookie-consent__btn:hover {
	filter: brightness(1.05);
}

@media (max-width: 640px) {
	.v21-cookie-consent__inner {
		flex-direction: column;
		align-items: stretch;
	}

	.v21-cookie-consent__btn {
		width: 100%;
	}
}
