.photo-modal-overlay{z-index:9999;background-color:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.photo-modal-close{color:#fff;cursor:pointer;z-index:10001;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:0;font-size:40px;line-height:1;transition:all .3s;display:flex;position:absolute;top:20px;right:50px}.photo-modal-close:hover{transform:scale(1.1)}.photo-modal-content{flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;animation:.3s zoomIn;display:flex;position:relative}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.photo-modal-content img{object-fit:contain;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:85vh;box-shadow:0 10px 40px #00000080}.photo-modal-counter{color:#fff;background:#00000080;border-radius:20px;margin-top:20px;padding:8px 16px;font-size:16px;font-weight:500}.photo-modal-nav{cursor:pointer;z-index:10001;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;line-height:1;transition:all .3s;display:flex;position:absolute;top:50%}.photo-modal-nav img{width:48px;height:48px;transition:transform .3s}.photo-modal-nav .chevron-left{transform:rotate(180deg)}.photo-modal-nav:hover{transform:scale(1.1)}.photo-modal-prev{left:20px}.photo-modal-next{right:50px}@media (max-width:768px){.photo-modal-overlay{padding:0}.photo-modal-close{width:40px;height:40px;font-size:30px;top:10px;right:10px}.photo-modal-nav{font-size:40px}.photo-modal-nav img{width:24px;height:24px}.photo-modal-prev{left:10px}.photo-modal-next{right:10px}.photo-modal-content img{max-height:80vh}.photo-modal-counter{margin-top:15px;padding:6px 12px;font-size:14px}}@media (max-width:480px){.photo-modal-nav{font-size:30px}.photo-modal-nav img{width:16px;height:16px}.photo-modal-close{width:35px;height:35px;font-size:25px}}
