
/* Ostateczne wymuszenie jasnych pasków hamburgera */
html body .menu-toggle span,
html body .menu-toggle span::before,
html body .menu-toggle span::after {
    background-color: #ffffff !important;
    display: block;
    height: 4px;
    width: 30px;
    margin: 4px 0;
    border-radius: 2px;
}
