.thk-cookies-baner {
	position: fixed;
	padding: 40px 200px;
	z-index: 9999;
	font-family: 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);
}
.thk-cookies-baner .thk-tresc {
	margin-bottom: 15px;
	line-height: 1.6;
}
.thk-cookies-baner .thk-tresc a {
	text-decoration: underline;
	font-weight: normal;
}
.thk-cookies-baner .thk-tresc a:hover {
	opacity: 0.8;
}
.thk-cookies-baner button {
	border: none;
	/*padding: 12px 30px;*/
	cursor: pointer;
	font-size: 16px;
	min-width: 150px;
	display: inline-block;
	margin: 0 auto;
	transition: opacity 0.3s ease;
	border: 1px solid rgba(0,0,0,0.1);
}
.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;
}
@media (max-width: 768px) {
	.thk-cookies-baner { padding: 20px; }
	.thk-cookies-baner button { width: 100%; min-width: auto; }
	.thk-cookies-baner.modal { width: 95%; padding: 20px; }
}
.thk-cookies-baner.thk-cookies-bottom-left,
.thk-cookies-baner.thk-cookies-bottom-right {
	top: auto;
	bottom: 20px;
	width: 380px;
	max-width: calc(100vw - 40px);
	padding: 22px 24px;
	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;
}

.thk-cookies-baner.thk-cookies-bottom-left .thk-tresc,
.thk-cookies-baner.thk-cookies-bottom-right .thk-tresc {
	margin-bottom: 16px;
}

.thk-cookies-baner.thk-cookies-bottom-left button,
.thk-cookies-baner.thk-cookies-bottom-right button {
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
}

@media (max-width: 768px) {
	.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: 18px;
	}
}

/* =========================================================
   IKONA CIASTKA — wersja 1.0.3
   ========================================================= */

.thk-cookies-baner.thk-cookies-z-ikona {
	display: flex;
	align-items: center;
	gap: 18px;
	text-align: left;
}

.thk-cookies-baner.thk-cookies-z-ikona .thk-cookies-ikona {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.95;
}

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

.thk-cookies-baner.thk-cookies-z-ikona .thk-cookies-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	min-width: 0;
}

.thk-cookies-baner.thk-cookies-z-ikona .thk-tresc {
	margin-bottom: 0;
	flex: 1 1 auto;
}

.thk-cookies-baner.thk-cookies-z-ikona button {
	flex: 0 0 auto;
	margin: 0;
}

/* Góra / dół — belka pełna */
/*.thk-cookies-baner.top.thk-cookies-z-ikona,
.thk-cookies-baner.bottom.thk-cookies-z-ikona {
	padding-top: 18px;
	padding-bottom: 18px;
}*/

/* Mobile */
@media (max-width: 768px) {
	.thk-cookies-baner.thk-cookies-z-ikona {
		align-items: flex-start;
		gap: 14px;
		padding: 18px 16px;
	}

	.thk-cookies-baner.thk-cookies-z-ikona .thk-cookies-ikona {
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
		margin-top: 2px;
	}

	.thk-cookies-baner.thk-cookies-z-ikona .thk-cookies-ikona-svg {
		width: 34px;
		height: 34px;
	}

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

	.thk-cookies-baner.thk-cookies-z-ikona .thk-tresc {
		margin-bottom: 0;
	}

	.thk-cookies-baner.thk-cookies-z-ikona button {
		width: 100%;
		min-width: auto;
	}
}

/* Modal z ikoną ciastka */
.thk-cookies-baner.modal.thk-cookies-z-ikona {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	text-align: left;
}

.thk-cookies-baner.modal.thk-cookies-z-ikona .thk-cookies-ikona {
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

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

.thk-cookies-baner.modal.thk-cookies-z-ikona .thk-cookies-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
}

.thk-cookies-baner.modal.thk-cookies-z-ikona .thk-tresc {
	margin-bottom: 0;
	width: 100%;
}

.thk-cookies-baner.modal.thk-cookies-z-ikona button {
	margin: 0;
}

@media (max-width: 768px) {
	.thk-cookies-baner.modal.thk-cookies-z-ikona {
		gap: 14px;
	}

	.thk-cookies-baner.modal.thk-cookies-z-ikona .thk-cookies-ikona {
		flex: 0 0 34px;
		width: 34px;
		height: 34px;
	}

	.thk-cookies-baner.modal.thk-cookies-z-ikona .thk-cookies-ikona-svg {
		width: 34px;
		height: 34px;
	}
}

/* Modal narożny lewy / prawy z ikoną ciastka */
.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona,
.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	text-align: left;
}

.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona .thk-cookies-ikona,
.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona .thk-cookies-ikona {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}

.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona .thk-cookies-ikona-svg,
.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona .thk-cookies-ikona-svg {
	width: 40px;
	height: 40px;
	display: block;
}

.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona .thk-cookies-content,
.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona .thk-cookies-content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	width: 100%;
	min-width: 0;
}

.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona .thk-tresc,
.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona .thk-tresc {
	margin-bottom: 0;
	width: 100%;
}

.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona button,
.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona button {
	width: 100%;
	min-width: auto;
	margin: 0;
}

@media (max-width: 768px) {
	.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona,
	.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona {
		gap: 12px;
	}

	.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona .thk-cookies-ikona,
	.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona .thk-cookies-ikona {
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
	}

	.thk-cookies-baner.thk-cookies-bottom-left.thk-cookies-z-ikona .thk-cookies-ikona-svg,
	.thk-cookies-baner.thk-cookies-bottom-right.thk-cookies-z-ikona .thk-cookies-ikona-svg {
		width: 40px;
		height: 40px;
	}
}