/*
Theme Name: Основная тема
Theme URI:
Author: 
Author URI:
Description: Разработка сайтов Wordpress
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: BaseTheme
*/

.breadcrumbs {
    margin: 0 0 20px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #9aa0b8;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs li + li::before {
    content: "/";
    margin-right: 8px;
    color: #646a87;
}

.breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #fff;
}

