.domino101-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	padding: 16px;
	background: rgba(15, 22, 27, 0.96);
	border-top: 1px solid #232a30;
	box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.35);
}

.domino101-cookie-banner__inner {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.domino101-cookie-banner__text {
	flex: 1 1 280px;
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: #e2e1e1;
}

.domino101-cookie-banner__text a {
	color: #45f882;
	text-decoration: underline;
}

.domino101-cookie-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.domino101-cookie-banner__btn {
	cursor: pointer;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 10px 18px;
	font-size: 0.75rem;
}

.domino101-cookie-banner__btn--primary {
	background: #45f882;
	color: #0f161b;
}

.domino101-cookie-banner__btn--primary:hover {
	background: #ffbe18;
}

.domino101-cookie-banner__btn--ghost {
	background: transparent;
	color: #e2e1e1;
	border: 1px solid #444;
}

.domino101-cookie-banner__btn--ghost:hover {
	border-color: #45f882;
	color: #45f882;
}
