.prp-geo-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #fff;
}

.prp-geo-breadcrumb a,
.prp-geo-breadcrumb span {
    color: #fff;
    text-decoration: none;
}

.prp-geo-breadcrumb a:hover { text-decoration: underline; }
.prp-geo-breadcrumb i { font-size: .7rem; opacity: .55; }
