.angie-lightbox-overlay-e27b8ba3 {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100vw;\n    height: 100vh;\n    background: #000000;\n    z-index: 999999;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: hidden;\n}\n.angie-lightbox-close-e27b8ba3 {\n    position: absolute;\n    top: 20px;\n    right: 30px;\n    color: #fff;\n    font-size: 40px;\n    font-weight: bold;\n    cursor: pointer;\n    z-index: 1000000;\n    user-select: none;\n}\n.angie-lightbox-container-e27b8ba3 {\n    width: 100%;\n    height: 100%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n.angie-lightbox-container-e27b8ba3 img {\n    max-width: 90vw;\n    max-height: 90vh;\n    transition: transform 0.1s ease-out;\n    cursor: grab;\n    user-select: none;\n}\n.angie-lightbox-container-e27b8ba3 img:active {\n    cursor: grabbing;\n}\n