.nikba-consent-banner {
	display: none;
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 100000;
	max-width: 920px;
	margin: 0 auto;
	padding: 24px 28px;
	background: #171E2E;
	color: #FFFFFF;
	border: 1px solid #FFFFFF24;
	border-radius: 18px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.nikba-consent-banner.is-visible {
	display: block;
}

.nikba-consent-banner__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
	color: #FFFFFF;
}

.nikba-consent-banner__text,
.nikba-consent-banner__text a {
	color: #FFFFFF;
}

.nikba-consent-banner__text {
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 18px;
}

.nikba-consent-banner__text a,
.nikba-consent-settings a {
	color: #FFFFFF;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.nikba-consent-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.nikba-consent-btn {
	flex: 1 1 140px;
	min-height: 48px;
	padding: 12px 18px;
	border-radius: 100px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out;
}

.nikba-consent-btn--accept,
.nikba-consent-btn--reject {
	flex: 1 1 160px;
}

.nikba-consent-btn--accept {
	background: #FFFFFF;
	color: #171E2E;
	border-color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
}

.nikba-consent-btn--reject {
	background: transparent;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.nikba-consent-btn--ghost {
	background: transparent;
	color: #F2F2F2;
	border-color: #FFFFFF24;
}

.nikba-consent-btn:hover {
	opacity: 0.9;
}

.nikba-consent-settings {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100001;
	background: rgba(23, 30, 46, 0.72);
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.nikba-consent-settings.is-visible {
	display: flex;
}

.nikba-consent-settings__panel {
	width: 100%;
	max-width: 560px;
	max-height: 90vh;
	overflow: auto;
	background: #171E2E;
	border: 1px solid #FFFFFF24;
	border-radius: 18px;
	padding: 28px;
	color: #F2F2F2;
}

.nikba-consent-settings__title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 16px;
	color: #FFFFFF;
}

.nikba-consent-category,
.nikba-consent-category span,
.nikba-consent-category strong,
.nikba-consent-category p {
	color: #FFFFFF;
}

.nikba-consent-category {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px 0;
	border-bottom: 1px solid #FFFFFF24;
}

.nikba-consent-category:last-of-type {
	border-bottom: none;
}

.nikba-consent-category input {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	accent-color: #EB662B;
	flex-shrink: 0;
}

.nikba-consent-category strong {
	display: block;
	margin-bottom: 4px;
}

.nikba-consent-category p {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
}

.nikba-consent-settings__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.nikba-form-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 16px 0;
	font-size: 14px;
	line-height: 1.45;
	color: inherit;
	text-align: left;
}

.nikba-form-consent input[type="checkbox"] {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	accent-color: #EB662B;
}

.nikba-form-consent a {
	color: inherit;
	text-decoration: underline;
}

.nikba-consent-footer-link {
	display: inline-block;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.nikba-consent-banner {
		left: 10px;
		right: 10px;
		bottom: 10px;
		padding: 18px;
	}
}
