.eid-popup-overlay-7ce9558a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.eid-popup-overlay-7ce9558a.show-popup {
    opacity: 1;
}

.eid-popup-content-7ce9558a {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    text-align: center;
}

.eid-popup-image-7ce9558a {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    display: block;
}

.eid-popup-close-7ce9558a {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    color: #333;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.eid-popup-close-7ce9558a:hover {
    background: #eee;
}
