.legalwp-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 20px;
	background: #1f2937;
	color: #f9fafb;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

.legalwp-cookie-banner[hidden] {
	display: none;
}

.legalwp-cookie-banner__text {
	flex: 1 1 320px;
}

.legalwp-cookie-banner__text a {
	color: #93c5fd;
	text-decoration: underline;
	margin-left: 4px;
}

.legalwp-cookie-banner__actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.legalwp-cookie-banner__btn {
	appearance: none;
	border: 0;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1;
}

.legalwp-cookie-banner__btn--accept {
	background: #10b981;
	color: #fff;
}

.legalwp-cookie-banner__btn--accept:hover {
	background: #059669;
}

.legalwp-cookie-banner__btn--reject {
	background: transparent;
	color: #f9fafb;
	border: 1px solid #4b5563;
}

.legalwp-cookie-banner__btn--reject:hover {
	background: #374151;
}

@media (max-width: 520px) {
	.legalwp-cookie-banner {
		flex-direction: column;
		align-items: stretch;
	}
	.legalwp-cookie-banner__actions {
		justify-content: flex-end;
	}
}
