.breadcrumb {
    background-color: #f8f9fa;
    /* Màu nền sáng nhẹ */
    font-size: 0.95rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
    /* Biểu tượng phân cách đẹp hơn "/" */
    color: #6c757d;
}

.breadcrumb a {
    text-decoration: none;
    color: #007bff;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
