/* bt.design in-house cookie consent (CMP) */

.btcc-hidden { display: none !important; }

.btcc-banner,
.btcc-overlay,
.btcc-fab {
	font-family: 'Open Sans';
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

.btcc-banner *,
.btcc-overlay * {
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/* ---- Banner ---- */
.btcc-banner {
	position: fixed;
	left: 4px;
	right: 4px;
	bottom: 4px;
	z-index: 2147483647;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 8px;
	padding: 12px;
	border: 1px solid #000;
	border-radius: 8px;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 24px;
}

.btcc-banner__main {
	min-width: 0;
	padding: 11px 0 11px;
}

.btcc-banner__text {
	margin: 0;
	font-size: 11px;
	line-height: 16.5px;
	font-weight: 400;
	color: #000;
}

.btcc-banner__link {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}

.btcc-banner__link:hover { text-decoration: underline; }

.btcc-banner__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* ---- Buttons ---- */
.btcc-btn {
	display: block;
	padding: 8px 16px;
	border-radius: 4px;
	font-family: inherit;
	font-size: 11px;
	font-weight: 600;
	line-height: 16.5px;
	text-align: center;
	cursor: pointer;
}

.btcc-btn--ghost {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.btcc-btn--solid {
	border: 0;
	background: #000;
	color: #fff;
}

.btcc-btn--lg {
	font-size: 16px;
	line-height: 24px;
	padding: 8px 16px;
}

/* ---- Modal ---- */
.btcc-overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483647;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.btcc-modal {
	width: 750px;
	max-width: 100%;
	height: 600px;
	max-height: calc(100vh - 32px);
	padding: 32px;
	border-radius: 3.5px;
	background: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
}

.btcc-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 auto;
}

.btcc-modal__logo { width: 50px; height: auto; display: block; }

.btcc-modal__close {
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: none;
	color: #000;
	cursor: pointer;
}

.btcc-modal__close svg { display: block; width: 100%; height: 100%; }

/* ---- Tabs ---- */
.btcc-tabs {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 16px;
	flex: 0 0 auto;
}

.btcc-tab {
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #4b5565;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}

.btcc-tab--active {
	color: #000;
	border-bottom-color: #000;
}

button.btcc-tab:hover { color: #000; }

.btcc-panel--info { padding: 37px 0 0; }

.btcc-panel--policy { padding: 41px 0 0; }

.btcc-panel--policy .btcc-doc,
.btcc-panel--policy .btcc-doc p,
.btcc-panel--policy .btcc-doc li,
.btcc-panel--policy .btcc-doc td,
.btcc-panel--policy .btcc-doc strong,
.btcc-panel--policy .btcc-doc b {
	font-size: 14px;
	/* Canlıda metin 14px ama paragrafın satır aralığı 24px kalıyor (metin bir
	   <span> içinde küçültülmüş). 21px yapmak satırları sıkıştırıp kırılımı
	   değiştiriyordu. */
	line-height: 24px;
	color: #000;
}

.btcc-panel--policy .btcc-doc p { margin: 16px 0; }

.btcc-doc__title.btcc-doc__title--lg {
	font-size: 24px;
	font-weight: 900;
	line-height: 36px;
	color: #000;
}

.btcc-doc__title {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #131318;
}

.btcc-doc,
.btcc-doc p,
.btcc-doc li,
.btcc-doc td {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #131318;
}

.btcc-doc p { margin: 16px 0; }

/* Sitenin genel CSS'i ol/ul'yi sıfırlıyor (list-style:none, padding:0). Bu, madde
   numaralarını yok ediyor ve 40px girintiyi kaldırdığı için satırlar canlıdan
   farklı kırılıyordu. Tarayıcı varsayılanına geri dönüyoruz. */
.btcc-doc ol,
.btcc-doc ul {
	margin: 16px 0;
	padding-left: 40px;
	list-style-position: outside;
}
.btcc-doc ol { list-style-type: decimal; }
.btcc-doc ul { list-style-type: disc; }
.btcc-doc li { display: list-item; }

.btcc-doc h1, .btcc-doc h2, .btcc-doc h3, .btcc-doc h4, .btcc-doc strong, .btcc-doc b {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #131318;
}
.btcc-doc img { max-width: 100%; height: auto; }
.btcc-doc a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
}

/* ---- Category rows ---- */
.btcc-modal__body {
	flex: 1 1 auto;
	overflow-y: auto;
	margin-top: 4px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.btcc-modal__body::-webkit-scrollbar { width: 0; height: 0; }

.btcc-cat { border-bottom: 1px solid #bec1c7; }

.btcc-cat:last-child { border-bottom: 0; }

.btcc-cat__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 0;
}

.btcc-cat__toggle-desc {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1 1 auto;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	color: #131318;
}

.btcc-chevron {
	flex: 0 0 auto;
	width: 7px;
	height: 9px;
	margin-left: 6px;
	color: #000;
	transition: transform .2s ease;
}

.btcc-chevron svg { display: block; width: 100%; height: 100%; }

.btcc-cat__toggle-desc[aria-expanded="true"] .btcc-chevron { transform: rotate(90deg); }

.btcc-cat__name {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #131318;
}

.btcc-cat__desc { display: none; padding: 0 0 20px; }

.btcc-cat__desc.btcc-open { display: block; }

.btcc-cat__desc p {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #131318;
}

.btcc-cat__desc p:last-child { margin-bottom: 0; }

/* ---- Switch ---- */
.btcc-switch {
	position: relative;
	flex: 0 0 auto;
	width: 46px;
	height: 23px;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: #d1d5db;
	cursor: pointer;
	transition: background .2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.btcc-switch__knob {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 17px;
	height: 17px;
	border-radius: 9999px;
	background: #fff;
	transition: transform .2s ease;
}

.btcc-switch[aria-checked="true"] { background: #000; }
.btcc-switch[aria-checked="true"] .btcc-switch__knob { transform: translateX(23px); }

/* ---- Modal footer ---- */
.btcc-modal__foot {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 16px;
	flex: 0 0 auto;
}

/* ---- Reopen button ---- */
.btcc-fab {
	position: fixed;
	left: 14px;
	bottom: 14px;
	z-index: 999997;
	display: block;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 16px;
	background: transparent;
	cursor: pointer;
}

.btcc-fab svg {
	display: block;
	width: 100%;
	height: auto;
	opacity: .2;
}

.btcc-fab:focus-visible { outline: 2px solid #000; outline-offset: 2px; }

/* ---- Responsive ---- */
@media (max-width: 1023px) {
	.btcc-banner {
		grid-template-columns: 1fr;
		row-gap: 12px;
	}

	.btcc-banner__actions {
		grid-column: 1 / -1;
		flex-wrap: wrap;
	}

	.btcc-banner__actions .btcc-btn { flex: 1 1 auto; }

	.btcc-modal { height: auto; max-height: calc(100vh - 32px); padding: 20px; }
}
