/* CK Health Reading Progress Bar - minimal */

#ckhealth-reading-progress {
	position: fixed;
	top: 0; /* Gerçek üst boşluk (varsa WP admin bar) JS ile ayarlanır. */
	left: 0;
	width: 100%;
	height: 3px;
	background: transparent;
	z-index: 999999;
	pointer-events: none;
	transition: top 0.15s ease;
}

#ckhealth-reading-progress-bar {
	height: 100%;
	width: 0%;
	background: #20A4AE; /* CK Health marka rengi */
	transition: width 0.1s ease-out;
	will-change: width;
}
