.wpfbn-consent-prompt {
	position: fixed;
	bottom: 20px;
	right: 20px;
	max-width: 340px;
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
	padding: 18px;
	z-index: 999999;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.wpfbn-consent-text {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #1d2327;
}

.wpfbn-consent-actions {
	display: flex;
	gap: 8px;
}

.wpfbn-btn {
	border: none;
	border-radius: 6px;
	padding: 8px 16px;
	font-size: 13px;
	cursor: pointer;
	font-weight: 600;
}

.wpfbn-btn-allow,
.wpfbn-btn-enable {
	background: #2271b1;
	color: #fff;
}

.wpfbn-btn-later,
.wpfbn-btn-disable {
	background: #f0f0f1;
	color: #1d2327;
}

.wpfbn-subscribe-widget {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.wpfbn-status-enabled {
	font-size: 13px;
	color: #007a1f;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

@media ( max-width: 480px ) {
	.wpfbn-consent-prompt {
		left: 12px;
		right: 12px;
		bottom: 12px;
		max-width: none;
	}
}
