/* Çerez onay bandı (assets/js/cerez-onay.js). Sitenin mavi rengi ve Roboto yazı tipiyle. */
.mv-cerez {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 100000;
	display: flex;
	justify-content: center;
	font-family: "Roboto", Arial, sans-serif;
}

.mv-cerez[hidden],
.mv-cerez [hidden] {
	display: none !important;
}

.mv-cerez-ic {
	width: 100%;
	max-width: 980px;
	background: #fff;
	color: #333;
	border-radius: 10px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, .2);
	padding: 18px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px 20px;
	text-align: left;
}

.mv-cerez .mv-cerez-metin {
	flex: 1 1 380px;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.mv-cerez .mv-cerez-metin a {
	color: #0072a8;
	text-decoration: underline;
}

.mv-cerez-ayarlar {
	flex: 1 1 100%;
	display: grid;
	gap: 10px;
}

.mv-cerez-ayarlar label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	color: #333;
	cursor: pointer;
}

.mv-cerez-ayarlar input {
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	flex: none;
	accent-color: #0072a8;
}

.mv-cerez-ayarlar small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #595959;
}

.mv-cerez-butonlar {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-left: auto;
}

.mv-cerez button {
	font: 500 14px/1 "Roboto", Arial, sans-serif;
	padding: 12px 18px;
	border-radius: 6px;
	border: 2px solid #0072a8;
	background: #0072a8;
	color: #fff;
	cursor: pointer;
	text-transform: none;
	letter-spacing: normal;
	box-shadow: none;
}

.mv-cerez button.mv-cerez-ikincil {
	background: #fff;
	color: #0072a8;
}

.mv-cerez button:hover {
	filter: brightness(1.1);
}

.mv-cerez button:focus-visible {
	outline: 3px solid #003d5c;
	outline-offset: 2px;
}

@media (max-width: 575px) {
	.mv-cerez {
		left: 8px;
		right: 8px;
		bottom: 8px;
	}

	.mv-cerez-ic {
		padding: 14px;
	}

	.mv-cerez-butonlar {
		width: 100%;
	}

	.mv-cerez button {
		flex: 1 1 auto;
	}
}
