:root{
    --text-opacity: 0.8;
}

.breadcrumbsPL, .breadcrumbsPL a {
    opacity: var(--text-opacity);
    font-size: 0.7rem;
    margin: 0;
}

.breadcrumbsPL {
    list-style-type: none;
    color: white;
    display: flex;
    gap: 10px;
    padding: 10px 0 0 30px;
}

.breadcrumbsPL a {
    list-style-type: none;
    color: white;
}

.breadcrumbsPL a:hover {
    opacity: 1;
}