/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 24 2026 | 17:44:09 */
a.gt-current-lang {
    position: relative;
}

/* Подчеркивание активного языка */
a.gt-current-lang::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #ffffff; /* белая линия */
}
