.ImageViewerModal_modalOverlay__Cf9co{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.9);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;animation:ImageViewerModal_fadeIn__1M5Ov .3s ease-in-out}@keyframes ImageViewerModal_fadeIn__1M5Ov{0%{opacity:0}to{opacity:1}}.ImageViewerModal_modalContent___GV7N{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;animation:ImageViewerModal_zoomIn__Aj_kk .3s ease-in-out}@keyframes ImageViewerModal_zoomIn__Aj_kk{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.ImageViewerModal_closeButton__BFzWF{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:transform .2s;z-index:10000}.ImageViewerModal_closeButton__BFzWF:hover{transform:scale(1.2)}.ImageViewerModal_modalImage__8V1Tz{max-width:100%;max-height:85vh;-o-object-fit:contain;object-fit:contain;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,.5)}.ImageViewerModal_imageTitle__AeOiP{margin-top:15px;color:#fff;font-size:16px;text-align:center;max-width:100%}@media (max-width:768px){.ImageViewerModal_modalOverlay__Cf9co{padding:10px}.ImageViewerModal_modalImage__8V1Tz{max-height:80vh}.ImageViewerModal_closeButton__BFzWF{top:-35px;font-size:35px;width:35px;height:35px}}