/**
 * Core - Strengthens and extends 42Theme site functionality.
 *
 * @encoding     UTF-8
 * @version      2.0.0
 * @copyright    Copyright (C) 2016 - 2022 42Theme (https://42theme.com). All rights reserved.
 * @license      Private, Internal Software
 * @author       Alexander Khmelnitskiy (info@alexander.khmelnitskiy.ua)
 * @support      support@42theme.com
 **/

.t42-breadcrumbs-widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t42-breadcrumbs-widget ol > * {
    display: contents;
    margin: 0;
    padding: 0;
}

.t42-breadcrumbs-widget ol > * > * {
    font-size: 14px;
    color: #424242;
}

.t42-breadcrumbs-widget ol > * > :hover {
    color: #1f914c;
    text-decoration: none;
}

.t42-breadcrumbs-widget ol > :nth-child(n+2)::before {
    content: "/";
    display: inline-block;
    margin: 0 15px 0 calc(15px - 4px);
    font-size: 14px;
    color: #999;
}

.t42-breadcrumbs-widget ol > :last-child > a:not([href]),
.t42-breadcrumbs-widget ol > :last-child > span {
    color: #999;
}