.custom-breadcrumbs-wrapper {
    margin: 0 0 30px 0;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.breadcrumbs {
    font-size: 16px;
    color: #333;
    padding: 15px 20px;
    text-align: right;
}

.breadcrumbs[dir="rtl"] {
    direction: rtl;
}

.breadcrumbs .breadcrumb-item {
    display: inline-block;
}

.breadcrumbs .separator {
    margin: 0 8px;
    color: #6c757d;
}

/* Matching the site's menu link style */
.breadcrumbs a {
    color: rgb(51, 122, 183);  /* Light blue color matching your menu */
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: rgb(51, 122, 183);
    text-decoration: none;
}

.breadcrumbs .current {
    color: #6c757d;
    font-weight: 500;
}
