.hkt-cookie-banner {
	position: fixed;
	right: 20px;
	bottom: 20px;
	left: auto;
	max-width: 380px;
	background: #1d2126;
	color: #f2f3f4;
	padding: 20px 22px;
	border-radius: 8px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
	z-index: 999999;
	font-size: 14px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
}

.hkt-cookie-banner p {
	margin: 0 0 14px;
	color: inherit;
}

.hkt-cookie-banner__actions {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.hkt-btn {
	border: none;
	border-radius: 5px;
	padding: 9px 16px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.hkt-btn--primary {
	background: #2d88ff;
	color: #fff;
}

.hkt-btn--primary:hover {
	background: #1c74e6;
}

.hkt-btn--secondary {
	background: transparent;
	color: #f2f3f4;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.hkt-btn--secondary:hover {
	border-color: #fff;
}

.hkt-cookie-settings-link {
	position: fixed;
	left: 12px;
	bottom: 12px;
	z-index: 999998;
	background: rgba(29, 33, 38, 0.85);
	color: #f2f3f4;
	border: none;
	border-radius: 4px;
	padding: 6px 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.hkt-map-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 400px;
	background: #eef1f3;
	color: #2a2f34;
	text-align: center;
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
	.hkt-cookie-banner {
		right: 12px;
		left: 12px;
		bottom: 12px;
		max-width: none;
	}
}
