.ps-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1f2937;
	color: #fff;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	z-index: 999999;
}
.ps-btn {
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}
.ps-banner[hidden] { display: none; }
/*
 * Accept, Reject and Save must look identical (same rule as the Free plugin's
 * stylesheet): a coloured Accept next to a muted Reject is a dark pattern.
 */
.ps-accept,
.ps-reject,
.ps-save {
	background: #fff;
	color: #111827;
	border: 2px solid #fff;
	font-weight: 600;
}
