.checkbox_item.is-invalid {
	border-color: #b8070c;
	animation: consent-shake 0.35s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

.checkbox_item.is-invalid input + span,
.checkbox_item.is-invalid input + span div {
	color: #b8070c;
}

.checkbox_item.is-invalid input:not(:checked) + span::before {
	background: #f3b6b8;
}

.checkbox_item .kvkk-link {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.consent-error {
	margin: 6px 0 10px;
	padding: 8px 12px;
	border-radius: 4px;
	background: #fdecec;
	border: 1px solid #f3b6b8;
	color: #b8070c;
	font-size: 13px;
	line-height: 1.4;
}

.consent-error[hidden] {
	display: none;
}

@keyframes consent-shake {
	0%, 100% { transform: translateX(0); }
	20%      { transform: translateX(-5px); }
	40%      { transform: translateX(4px); }
	60%      { transform: translateX(-3px); }
	80%      { transform: translateX(2px); }
}

.consent-embed {
	position: relative;
	height: 100%;
	min-height: 250px;
}

.consent-embed > iframe,
.consent-embed > .pwcm-ph {
	width: 100%;
	height: 100%;
	min-height: 250px;
	border: 0;
	display: block;
}

.consent-embed > .pwcm-ph {
	border-radius: inherit;
}

.consent-noscript {
	display: block;
	padding: 20px;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	background: #f5f5f5;
	color: #444;
}

.cookie-prefs-link {
	cursor: pointer;
	background: none;
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
	opacity: 0.85;
	transition: opacity 0.15s ease;
}

.cookie-prefs-link:hover,
.cookie-prefs-link:focus-visible {
	opacity: 1;
}

.footer-legal-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	font-size: 13px;
}

@media (max-width: 768px) {
	.footer-legal-links {
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.checkbox_item.is-invalid {
		animation: none;
	}
}
