/* CSS for Rank Math Breadcrumbs - Based on User Request */
.rank-math-breadcrumb {
    padding: 24px 0;
    font-family: 'Mulish', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.875rem;
    color: rgba(51, 65, 85, 0.5);
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.rank-math-breadcrumb a {
    color: rgba(51, 65, 85, 0.5);
    text-decoration: none;
    transition: color 0.3s ease;
}

.rank-math-breadcrumb a:hover {
    color: #2e438f;
}

.rank-math-breadcrumb .separator {
    margin: 0 8px;
    font-size: 12px;
    color: #475569;
}

.rank-math-breadcrumb .last {
    color: #334155;
    font-weight: 600;
}