.page-breadcrumb-container {
background: #f8f8f8;
border-bottom: 1px solid #e0e0e0;
margin-top: 0 !important; padding-top: 0 !important; }
.page-breadcrumb {
height: 50px;
display: flex;
align-items: center;
font-size: 14px;
color: #888;
}
.page-breadcrumb a {
color: #666;
text-decoration: none;
transition: color 0.3s ease;
}
.page-breadcrumb a:hover {
color: var(--primary-color, #e91e63);
}
.page-breadcrumb span {
color: #333;
font-weight: 500;
}