.breadcrumb-banner-b4452daf {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.banner-overlay-b4452daf {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5); /* Default overlay */
	pointer-events: none;
	z-index: 1;
}

.banner-content-b4452daf {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 20px;
	width: 100%;
}

.banner-title-b4452daf {
	color: #fff;
	margin: 0 0 10px 0;
}

.banner-breadcrumbs-b4452daf {
	color: #ddd;
	font-size: 14px;
}

.banner-breadcrumbs-b4452daf a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.banner-breadcrumbs-b4452daf a:hover {
	color: #aaa;
}

.banner-breadcrumbs-b4452daf .sep {
	margin: 0 5px;
	opacity: 0.7;
}
