.breadcrumb {
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    margin-bottom: 20px;
    line-height: 1.4;
}

.breadcrumb a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #ffcb05;
    text-decoration: underline;
}

.breadcrumb .current-item {
    color: #333;
    font-weight: bold;
}

.breadcrumb .post-page {
    color: #444;
}

.breadcrumb .home {
    color: #0066cc;
}

/* .breadcrumb > span:not(:last-child):after {
    content: " > ";
    margin: 0 5px;
    color: #999;
} */

/* Для мобильных устройств */
@media (max-width: 768px) {
    .breadcrumb {
        font-size: 12px;
        padding: 10px 0;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}