/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 24 2026 | 17:43:39 */
/* Убираем ссылку с активного логотипа, когда ты на Главной странице */
.home .logo-link a,
.front-page .logo-link a {
    pointer-events: none;
    cursor: default;
}