.angie-side-menu-container-e49f9d34 {
    position: fixed;
    top: 50%;
    right: -250px; /* Hidden by default, adjustable via Elementor control later */
    transform: translateY(-50%);
    width: 250px;
    background: #ffffff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    border-radius: 8px 0 0 8px;
}

.angie-side-menu-container-e49f9d34.is-open {
    right: 0 !important; /* Override inline right style */
}

.angie-side-menu-toggle-e49f9d34 {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    background: #ffffff;
    border: none;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    transition: background 0.2s;
    padding: 0;
}

.angie-side-menu-toggle-e49f9d34:hover {
    background: #f0f0f0;
}

.angie-side-menu-container-e49f9d34.is-open .angie-side-menu-arrow-e49f9d34 {
    transform: rotate(180deg);
}

.angie-side-menu-arrow-e49f9d34 {
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.angie-side-menu-arrow-e49f9d34 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.angie-side-menu-content-e49f9d34 {
    padding: 20px;
    max-height: 80vh;
    overflow-y: auto;
}

.angie-side-menu-nav-e49f9d34 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.angie-side-menu-nav-e49f9d34 li {
    margin-bottom: 15px;
}

.angie-side-menu-nav-e49f9d34 a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.2s;
    display: block;
}

.angie-side-menu-nav-e49f9d34 a:hover {
    color: #0073aa;
}

.angie-side-menu-form-e49f9d34 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}
