/**
 * Çerez eklentisi görünürlüğü (CookieYes, Complianz, Cookie Notice vb.)
 *
 * Varsayılan: sol alttaki “yeniden aç” / yönet butonunu küçültür, hafif saydam yapar.
 *
 * Tamamen kaldırmak için: aşağıdaki “GİZLE” bölümündeki kuralların başındaki
 * yorum işaretlerini kaldırın (veya wp-config.php içinde KF_HIDE_COOKIE_UI sabitini true yapın).
 */

/* -------------------------------------------------------------------------
 * CookieYes — sol altta büyük “çerezleri yönet” butonu
 * ------------------------------------------------------------------------- */
.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
div[class*="cky-revisit"] {
	transform: scale(0.68) !important;
	transform-origin: left bottom !important;
	opacity: 0.78 !important;
	transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.cky-btn-revisit-wrapper:hover,
.cky-revisit-bottom-left:hover,
div[class*="cky-revisit"]:hover {
	opacity: 1 !important;
	transform: scale(0.78) !important;
}

/* İsteğe bağlı: küçük yeniden aç düğmesi (CookieYes) */
.cky-revisit-bottom-left .cky-revisit-btn,
.cky-btn-revisit {
	max-width: 44px !important;
	max-height: 44px !important;
	padding: 8px !important;
}

/* -------------------------------------------------------------------------
 * Complianz — yüzen “consent” / yönet
 * ------------------------------------------------------------------------- */
.cmplz-manage-consent,
button.cmplz-manage-consent,
#cmplz-manage-consent .cmplz-manage-consent {
	transform: scale(0.72) !important;
	transform-origin: left bottom !important;
	opacity: 0.78 !important;
}

.cmplz-manage-consent:hover {
	opacity: 1 !important;
}

/* -------------------------------------------------------------------------
 * Cookie Notice & GDPR Cookie Compliance (yaygın sınıflar)
 * ------------------------------------------------------------------------- */
#cookie-notice.cookie-notice-hidden .cn-close-icon {
	opacity: 0.75 !important;
}

.moove-gdpr-branding-cookie,
.moove-gdpr-open-settings {
	transform: scale(0.72) !important;
	transform-origin: left bottom !important;
	opacity: 0.78 !important;
}

/* -------------------------------------------------------------------------
 * Borlabs Cookie — yüzen ikon
 * ------------------------------------------------------------------------- */
#BorlabsCookieBox .borlabs-cookie-preference,
a[href*="borlabs"][class*="cookie"] {
	transform: scale(0.75) !important;
	opacity: 0.8 !important;
}

/*
 * Tamamen gizlemek: wp-config.php içine ekleyin:
 *   define( 'KF_HIDE_COOKIE_FLOATING_UI', true );
 * veya aşağıdaki kuralları bu dosyanın sonuna ekleyin:
 *
 * .cky-btn-revisit-wrapper { display: none !important; }
 * .cmplz-manage-consent { display: none !important; }
 */
