.breadcrumbs-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    gap: 0.5rem;
}
.breadcrumb-list {
    display: flex;
    align-items: center;
}
.breadcrumb-list a {
    text-decoration: none;
    color: #fff;
}
.breadcrumb-list a:hover {
    text-decoration: underline;
}
.separator {
    margin: 0 0.5rem;
    color: #fff;
}

.blog-article a {
    color: #0a3130;
    text-decoration: underline;
}
