/* ===========================================================
   Cerez onay bandi (cookieconsent2 3.0.4) - gorunum duzenlemesi
   CDN stilinden SONRA yuklenir. Renkler sayfadaki palette
   ayarindan geliyor, burada yalnizca yerlesim ve tipografi.
   =========================================================== */

.cc-window.cc-banner {
	align-items: center;
	padding: 16px 24px;
	font-family: inherit;
	line-height: 1.5;
	box-shadow: 0 -6px 26px rgba(0, 0, 0, .2);
}

.cc-window .cc-message {
	font-size: 14px;
	line-height: 1.55;
	margin-right: 22px;
}

.cc-window .cc-link {
	color: #9dbcff;
	opacity: 1;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cc-window .cc-link:hover,
.cc-window .cc-link:focus {
	color: #fff;
}

.cc-window .cc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 28px;
	border-radius: 6px;
	font-weight: 600;
	letter-spacing: .2px;
	white-space: nowrap;
	transition: opacity .2s ease, transform .2s ease;
}

.cc-window .cc-btn:hover {
	opacity: .92;
}

.cc-window .cc-btn:active {
	transform: translateY(1px);
}

/* --- MOBIL: alttan cikan kart, buton tam genislik --- */
@media (max-width: 767px) {

	.cc-window.cc-banner {
		flex-direction: column !important;
		align-items: stretch !important;
		padding: 16px 18px !important;
		padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
		border-radius: 14px 14px 0 0;
		max-height: 48vh;
	}

	.cc-window .cc-message {
		font-size: 13px !important;
		line-height: 1.55 !important;
		margin: 0 0 14px !important;
		max-height: 28vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.cc-window .cc-compliance {
		width: 100%;
		flex: 0 0 auto;
	}

	.cc-window .cc-btn {
		width: 100%;
		min-height: 46px;
		padding: 12px 18px;
		font-size: 15px;
		white-space: normal;
	}
}
