.leonlab-cookie-hint {
	position: fixed;
	left: 14px;
	right: 14px;
	max-width: 1060px;
	margin: 0 auto;
	z-index: 9998;
	border-radius: 16px;
	border: 1px solid rgba(0,0,0,0.12);
	padding: 14px 16px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.16);
}

.leonlab-cookie-hint--bottom { bottom: 14px; }
.leonlab-cookie-hint--top { top: 14px; }

.leonlab-cookie-hint--glass {
	background: rgba(255,255,255,0.85);
	backdrop-filter: blur(12px);
}

.leonlab-cookie-hint--light { background: rgba(255,255,255,0.95); }
.leonlab-cookie-hint--dark { background: rgba(0,0,0,0.88); color: #fff; border-color: rgba(255,255,255,0.18); }

.leonlab-cookie-hint__message {
	margin: 0 0 10px;
	font-weight: 600;
	opacity: 0.95;
}

.leonlab-cookie-hint__actions {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.leonlab-cookie-hint__policy {
	text-decoration: underline;
	font-weight: 700;
	color: inherit;
	opacity: 0.9;
}

.leonlab-cookie-hint__accept {
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 12px;
	padding: 10px 12px;
	font-weight: 800;
	cursor: pointer;
	background: rgba(0,0,0,0.92);
	color: #fff;
}

.leonlab-cookie-hint--dark .leonlab-cookie-hint__accept {
	background: rgba(255,255,255,0.92);
	color: #111;
	border-color: rgba(255,255,255,0.3);
}
