.icon-separator {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #054373;
    padding: 0 3px;
}
.icon-separator svg {
    width: 1em;
    height: 1em;
}
a.breadcrumb-link {
    text-decoration: none;
}
.breadcrumb{
	display: flex;
    justify-content: flex-start;
}

@media (max-width: 450px) {
    .breadcrumb {
        display: block;
    }

    a.breadcrumb-link {
        text-decoration: none;
        white-space: nowrap;
    }

    .icon-separator {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #054373;
        padding: 0 3px;
        flex-shrink: 0; /* Prevent separator from shrinking */
    }

    .icon-separator svg {
        width: .7em;
        height: .7em;
    }
}
