.angie-overlay-menu-f3c5d788 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.admin-bar .angie-overlay-menu-f3c5d788 {
    top: var(--wp-admin--admin-bar--height, 32px);
    height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
    body.admin-bar .angie-overlay-menu-f3c5d788 {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

.angie-overlay-menu-f3c5d788.is-active {
    opacity: 1;
    visibility: visible;
}

.angie-overlay-menu-inner-f3c5d788 {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 2rem;
    text-align: center;
}

.angie-overlay-menu-close-f3c5d788 {
    position: absolute;
    top: -40px;
    right: 20px;
    background: transparent;
    border: none;
    color: #ff007a;
    font-size: 3rem;
    cursor: pointer;
    line-height: 1;
}

.angie-menu-list-f3c5d788 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.angie-menu-list-f3c5d788 li {
    margin: 1.5rem 0;
}

.angie-menu-list-f3c5d788 a {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.angie-menu-list-f3c5d788 a:hover {
    color: #ff007a;
}
