.image-popup-modal-17d78994 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-popup-modal-overlay-17d78994 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.image-popup-modal-content-17d78994 {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    z-index: 10000;
}
.image-popup-close-17d78994 {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #f1f1f1 !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    outline: none !important;
    transition: all 0.3s ease;
}
.image-popup-close-17d78994:hover {
    color: #000;
    background: #e0e0e0 !important;
    transform: scale(1.05);
}
.image-popup-title-17d78994 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}