.thk-cookies-baner {
	position: fixed;
	padding: 32px;
	z-index: 9999;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.thk-cookies-baner.top {
	top: 0; left: 0; right: 0;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.thk-cookies-baner.bottom {
	bottom: 0; left: 0; right: 0;
}

.thk-cookies-baner.modal {
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	max-width: 800px;
	width: 90%;
	box-shadow: 0 5px 30px rgba(0,0,0,0.3);
	text-align: left;
}

.thk-cookies-baner .thk-cookies-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1100px;
	margin: 0 auto;
}

.thk-cookies-baner .thk-cookies-tresc-grupa {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.thk-cookies-baner .thk-tresc {
	margin: 0;
	flex: 1 1 auto;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.01em;
}

.thk-cookies-baner .thk-tresc a {
	text-decoration: underline;
	font-weight: 500;
}

.thk-cookies-baner .thk-tresc a:hover {
	opacity: 0.8;
}

.thk-cookies-baner button {
	flex: 0 0 auto;
	display: inline-block;
	margin: 0;
	padding: 15px 28px;
	min-width: 150px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 50px;
	cursor: pointer;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.02em;
	transition: opacity 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.thk-cookies-baner button:hover {
	opacity: 0.9;
	transform: translateY(-1px);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.thk-cookies-overlay {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 9998;
}

.thk-cookies-baner .thk-cookies-ikona {
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.thk-cookies-baner .thk-cookies-ikona-svg {
	display: block;
	width: 56px;
	height: 56px;
}

.thk-cookies-baner.modal .thk-cookies-content,
.thk-cookies-baner.thk-cookies-bottom-left .thk-cookies-content,
.thk-cookies-baner.thk-cookies-bottom-right .thk-cookies-content {
	flex-direction: column;
	align-items: stretch;
	gap: 16px;
}

.thk-cookies-baner.modal .thk-cookies-tresc-grupa,
.thk-cookies-baner.thk-cookies-bottom-left .thk-cookies-tresc-grupa,
.thk-cookies-baner.thk-cookies-bottom-right .thk-cookies-tresc-grupa {
	align-items: flex-start;
}

.thk-cookies-baner.modal button,
.thk-cookies-baner.thk-cookies-bottom-left button,
.thk-cookies-baner.thk-cookies-bottom-right button {
	width: auto;
	min-width: 150px;
	align-self: center;
}

.thk-cookies-baner.thk-cookies-bottom-left,
.thk-cookies-baner.thk-cookies-bottom-right {
	top: auto;
	bottom: 20px;
	width: 400px;
	max-width: calc(100vw - 40px);
	padding: 32px;
	text-align: left;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.thk-cookies-baner.thk-cookies-bottom-left {
	left: 20px;
	right: auto;
}

.thk-cookies-baner.thk-cookies-bottom-right {
	right: 20px;
	left: auto;
}

@media (max-width: 768px) {
	.thk-cookies-baner { padding: 32px; }

	.thk-cookies-baner .thk-cookies-content {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.thk-cookies-baner .thk-cookies-tresc-grupa {
		align-items: flex-start;
		gap: 12px;
	}

	.thk-cookies-baner .thk-cookies-ikona,
	.thk-cookies-baner .thk-cookies-ikona-svg {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
	}

	.thk-cookies-baner button {
		width: auto;
		min-width: 150px;
		align-self: center;
		padding: 15px 28px;
	}

	.thk-cookies-baner.modal { width: 95%; padding: 32px; }

	.thk-cookies-baner.thk-cookies-bottom-left,
	.thk-cookies-baner.thk-cookies-bottom-right {
		left: 10px;
		right: 10px;
		bottom: 10px;
		width: auto;
		max-width: none;
		padding: 32px;
	}
}
