.lwz-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background: #1f2330;
	color: #f3f4f6;
	box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.25);
	font-size: 14px;
}

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

.lwz-cookie-banner__text {
	flex: 1 1 320px;
	margin: 0;
	line-height: 1.5;
}

.lwz-cookie-banner__text a {
	color: #8ab4ff;
	text-decoration: underline;
}

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

.lwz-btn {
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 9px 16px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.lwz-btn--primary {
	background: #4f7cff;
	color: #fff;
}

.lwz-btn--ghost {
	background: transparent;
	border-color: #6b7280;
	color: #f3f4f6;
}

.lwz-cookie-panel {
	max-width: 1100px;
	margin: 0 auto;
	padding: 4px 20px 20px;
	border-top: 1px solid #383d4d;
}

.lwz-cookie-panel__row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #2c3040;
}

.lwz-cookie-panel__row p {
	margin: 4px 0 0;
	color: #c7cad1;
	font-size: 13px;
	line-height: 1.45;
}

.lwz-cookie-panel__row input[type="checkbox"] {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 2px;
}

.lwz-cookie-panel__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding-top: 16px;
}

@media (max-width: 600px) {
	.lwz-cookie-banner__inner {
		flex-direction: column;
		align-items: stretch;
	}
	.lwz-cookie-banner__actions {
		justify-content: stretch;
	}
	.lwz-cookie-banner__actions .lwz-btn {
		flex: 1 1 auto;
	}
}
