.angie-portfolio-lightbox-e5ad9cc7 {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}
.angie-portfolio-lightbox-e5ad9cc7.active {
    display: flex;
}
.angie-portfolio-lightbox-e5ad9cc7 .lightbox-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.8);
}
.angie-portfolio-lightbox-e5ad9cc7 .lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    z-index: 1;
}
.angie-portfolio-lightbox-e5ad9cc7 .lightbox-content img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
}
.angie-portfolio-lightbox-e5ad9cc7 .lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
