#ndclif-consent-root {
	position: relative;
	z-index: 999997;
}

.ndclif-consent-banner {
	position: fixed;
	z-index: 999999;
	right: 18px;
	bottom: 18px;
	left: 18px;
	max-width: 920px;
	margin: auto;
	padding: 18px 20px;
	color: #1d2327;
	font: 15px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.ndclif-consent-banner h2 {
	margin: 0 0 8px;
	font-size: 21px;
	line-height: 1.3;
}

.ndclif-consent-banner p {
	margin: 7px 0;
}

.ndclif-consent-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.ndclif-consent-btn {
	padding: 10px 15px;
	color: #fff;
	font-weight: 700;
	background: #2271b1;
	border: 1px solid #2271b1;
	border-radius: 6px;
	cursor: pointer;
}

.ndclif-consent-btn:disabled {
	cursor: wait;
	opacity: 0.65;
}

.ndclif-consent-btn-secondary {
	color: #1d2327;
	background: #fff;
	border-color: #8c8f94;
}

.ndclif-consent-btn-danger {
	background: #b32d2e;
	border-color: #b32d2e;
}

.ndclif-consent-privacy {
	position: fixed;
	z-index: 999998;
	bottom: 10px;
	left: 12px;
	font: 13px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ndclif-consent-privacy summary {
	padding: 7px 11px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	list-style: none;
}

.ndclif-consent-privacy[open] {
	max-width: 350px;
	padding: 12px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 8px;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.16);
}

.ndclif-consent-privacy[open] summary {
	padding: 0 0 8px;
	font-weight: 700;
	border: 0;
	box-shadow: none;
}

.ndclif-consent-privacy p {
	margin: 6px 0 10px;
}

.ndclif-consent-hp {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 600px) {
	.ndclif-consent-banner {
		right: 10px;
		bottom: 10px;
		left: 10px;
		padding: 16px;
	}

	.ndclif-consent-actions {
		display: grid;
	}

	.ndclif-consent-btn {
		width: 100%;
	}
}
