#deprojekt-practice-banner {
	position: sticky;
	top: 0;
	z-index: 1040;
	width: 100%;
	padding: 6px 12px;
	background: #b45309;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.4;
}
@media print {
	#deprojekt-practice-banner { display: none; }
}
