.ImageModal_modalOverlay__niIZ_{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px}.ImageModal_modalContent__Ndfi0{background-color:white;border-radius:12px;padding:20px;position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.ImageModal_closeButton__pHa9F{position:absolute;top:10px;right:15px;background:none;border:none;font-size:24px;color:#666;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.ImageModal_closeButton__pHa9F:hover{background-color:#f0f0f0;color:#333}.ImageModal_imageContainer__kbWxm{display:flex;justify-content:center;align-items:center;margin-top:10px}.ImageModal_expandedImage__zHnOa{object-fit:contain;max-width:100%;max-height:70vh;border-radius:8px}@media (max-width:768px){.ImageModal_modalOverlay__niIZ_{padding:10px}.ImageModal_modalContent__Ndfi0{padding:15px;max-width:95vw}.ImageModal_expandedImage__zHnOa{max-height:60vh}}