.mediacore-content-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 4px;
	background: rgba(15, 23, 42, 0.1);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

body.admin-bar .mediacore-content-progress {
	top: 32px;
}

.mediacore-content-progress__bar {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, #1e3a8a, #3b82f6);
	transition: width 0.12s linear;
}

body.mediacore-sticky-active .mediacore-content-progress {
	opacity: 1;
}

@media (max-width: 782px) {
	body.admin-bar .mediacore-content-progress {
		top: 46px;
	}
}
