.locationBreadcrumbs .custom-breadcrumb {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 500 !important;
    color: #7d878f;
    font-family: brandon_grotesquemedium;
    background-color: transparent;
    padding: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-top: 5px;
}
.locationBreadcrumbs .custom-breadcrumb > li + li::before {
    color: #999999;
    content: "\40";
    font-family: 'alist-icons';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    padding: 0 5px;
}
.locationBreadcrumbs .custom-breadcrumb a {
    color: #7d878f;
}
.locationBreadcrumbs .custom-breadcrumb a:hover {
    color: #3174ee;
}

.locationBreadcrumbs .last-updated-date {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .locationBreadcrumbs .last-updated-date {
        text-align: left;
    }
}
