.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 var(--divider-color, #FFFFFF24);
	border-radius: 18px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
	font-family: var(--accent-font, "Onest", sans-serif);
}

.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: var(--primary-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,
.nikba-form-consent 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: var(--primary-color, #FFFFFF);
	border-color: var(--primary-color, #FFFFFF);
}

.nikba-consent-btn--ghost {
	background: transparent;
	color: var(--text-color, #F2F2F2);
	border-color: var(--divider-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: var(--accent-secondary-color, #171E2E);
	border: 1px solid var(--divider-color, #FFFFFF24);
	border-radius: 18px;
	padding: 28px;
	color: var(--text-color, #F2F2F2);
	font-family: var(--accent-font, "Onest", sans-serif);
}

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

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

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

.nikba-consent-category input {
	margin-top: 4px;
	width: 18px;
	height: 18px;
	accent-color: var(--accent-color, #ED1C24);
	flex-shrink: 0;
}

.nikba-consent-category strong {
	display: block;
	margin-bottom: 4px;
	color: var(--primary-color, #FFFFFF);
}

.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-bottom: 1.25rem;
	font-size: 14px;
	line-height: 1.45;
	color: var(--text-color, #F2F2F2);
	text-align: left;
}

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

.nikba-map-placeholder {
	width: 100%;
	height: 100%;
	min-height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 32px 24px;
	background: var(--secondary-color, #202737);
	text-align: center;
}

.nikba-map-placeholder p {
	max-width: 520px;
	margin: 0;
	line-height: 1.5;
}

.nikba-map-placeholder .nikba-consent-btn {
	flex: 0 0 auto;
	margin-right: 0;
}

.policy-content {
	max-width: 860px;
}

.policy-content h2 {
	font-family: var(--accent-font, "Onest", sans-serif);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--primary-color, #FFFFFF);
	margin: 40px 0 16px;
}

.policy-content h3 {
	font-family: var(--accent-font, "Onest", sans-serif);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--primary-color, #FFFFFF);
	margin: 28px 0 12px;
}

.policy-content p,
.policy-content li {
	font-size: 16px;
	line-height: 1.7;
	color: var(--text-color, #F2F2F2);
}

.policy-content p {
	margin: 0 0 16px;
}

.policy-content ul,
.policy-content ol {
	margin: 0 0 16px;
	padding-left: 22px;
}

.policy-content li {
	margin-bottom: 8px;
}

.policy-content a {
	color: var(--accent-color, #ED1C24);
	text-decoration: underline;
}

.policy-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.5;
}

.policy-content th,
.policy-content td {
	border: 1px solid var(--divider-color, #FFFFFF24);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.policy-content th {
	color: var(--primary-color, #FFFFFF);
	font-weight: 600;
	background: rgba(255, 255, 255, 0.04);
}

.policy-content .table-wrap {
	overflow-x: auto;
	margin-bottom: 24px;
}

.policy-meta {
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 28px;
}

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

	.nikba-map-placeholder {
		min-height: 500px;
	}

	.policy-content h2 {
		font-size: 22px;
	}
}
