/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 24 2026 | 17:43:26 */
/* Контейнер хлебных крошек Yoast в Elementor */
.elementor-shortcode {
    color: #ffffff !important;
    font-size: 14px;
}

/* Ссылки */
.elementor-shortcode a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* Цвет при наведении */
.elementor-shortcode a:hover {
    color: #ff6b6b !important; /* мягкий красноватый оттенок */
}

/* Разделители */
.elementor-shortcode span {
    color: #ffffff !important;
}

/* Текущая страница */
.elementor-shortcode .breadcrumb_last,
.elementor-shortcode .breadcrumb_last strong {
    color: #ffffff !important;
    font-weight: 600;
}