.wpls-cookie-banner {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 999999;
	background: #1e1e1e;
	color: #f5f5f5;
	padding: 16px 20px;
	font-size: 14px;
	line-height: 1.5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	box-shadow: 0 0 12px rgba(0,0,0,.3);
}

.wpls-cookie-banner.wpls-position-bottom { bottom: 0; }
.wpls-cookie-banner.wpls-position-top { top: 0; }

.wpls-cookie-banner.wpls-hidden { display: none; }

.wpls-cookie-banner__text { flex: 1 1 320px; margin: 0; }
.wpls-cookie-banner__text a { color: #8ecbff; text-decoration: underline; }

.wpls-cookie-banner__actions { display: flex; gap: 8px; flex: 0 0 auto; }

.wpls-cookie-banner button {
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	padding: 8px 16px;
	font-size: 14px;
}

.wpls-cookie-banner__accept { background: #2271b1; color: #fff; }
.wpls-cookie-banner__decline { background: transparent; color: #f5f5f5; border: 1px solid #777 !important; }

@media (max-width: 480px) {
	.wpls-cookie-banner { flex-direction: column; align-items: stretch; text-align: center; }
}
