/* Komunikaty czasowe (banner + popup) — front */
.cp-k-site-notices--banner {
	margin: 0 0 1.25rem;
}
.cp-k-site-notice--banner {
	margin: 0 0 0.75rem;
	padding: 0.85rem 1rem;
	border: 1px solid #c5a01a;
	border-radius: 8px;
	background: #fffbeb;
	color: #1a2b3c;
	font-size: 0.95rem;
	line-height: 1.45;
}
.cp-k-site-notice--banner p:last-child {
	margin-bottom: 0;
}
.cp-k-site-notice-overlay {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(15, 23, 42, 0.45);
	box-sizing: border-box;
}
.cp-k-site-notice-dialog {
	max-width: 32rem;
	width: 100%;
	max-height: min(85vh, 28rem);
	overflow: auto;
	padding: 1.15rem 1.25rem;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
	border: 1px solid #e2e8f0;
}
.cp-k-site-notice-dialog-title {
	margin: 0 0 0.65rem;
	font-size: 1.1rem;
	color: #0f172a;
}
.cp-k-site-notice-dialog-body {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #334155;
}
.cp-k-site-notice-dialog-body p:last-child {
	margin-bottom: 0;
}
.cp-k-site-notice-sep {
	margin: 0.85rem 0;
	border: none;
	border-top: 1px solid #e2e8f0;
}
.cp-k-site-notice-dialog-actions {
	margin: 1rem 0 0;
	text-align: right;
}
