.wp-block-vektorrausch-overlay.mmenu__overlay {
    position: relative;
    overflow: hidden;
}

.wp-block-vektorrausch-overlay.mmenu__overlay::after {
    content: "";
    position: absolute;
    right: -130px;
    top: -125px;
    width: 270px;
    height: 1150px;
    background-image: url(https://dwg.vektorrausch.net/wp-content/uploads/2026/04/DWG-spine-background.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

#menu-primary-mobile {
    background-color: var(--wp--preset--color--neutral-light);
}

#menu-primary-mobile .menu-item-depth-0.menu-item-has-children::before {
    color: var(--wp--preset--color--primary);
}

#menu-primary-mobile .menu-link {
    font-size: var(--wp--preset--font-size--medium);
    font-family: var(--wp--preset--font-family--jost);
    font-weight: 600;
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}

#menu-primary-mobile .menu-item-has-icon > .menu-link {
    gap: 0 0.5em;
}

#menu-primary-mobile .current-menu-ancestor > .menu-link,
#menu-primary-mobile .current-menu-item > .menu-link {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
}