/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 24 2026 | 17:43:55 */
/* Убираем ссылку с активного пункта меню */
.current-menu-item > a {
    pointer-events: none;
    cursor: default;
}