.delete-photo-modal-overlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.delete-photo-modal{background-color:#fff;border-radius:12px;width:90%;max-width:500px;padding:40px;animation:.3s ease-out slideUpFadeIn;box-shadow:0 4px 20px #00000026}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.delete-photo-modal-title{color:#404040;margin:0 0 20px;font-size:24px;font-weight:700}.delete-photo-modal-text{color:#4c4a5a;margin:0 0 30px;font-size:16px;line-height:1.6}.delete-photo-modal-buttons{justify-content:flex-end;gap:16px;display:flex}.delete-photo-modal-cancel{color:#4c4a5a;background-color:#f4f4f3;border:1px solid #e0e0e0}.delete-photo-modal-cancel:hover{color:#404040;background-color:#e0e0e0;border-color:#ced4da}.delete-photo-modal-confirm{color:#fff;background-color:#f08a17}.delete-photo-modal-confirm:hover{color:#4c4a5a;background-color:#fff;border:1px solid #f08a17}
