.popup-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.popup{background-color:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;width:80%;max-width:600px;aspect-ratio:2 / 1;display:flex}.popup-content{display:flex;flex-direction:row;width:100%;height:100%}.popup-image,.popup-form{flex:1;display:flex;justify-content:center;align-items:center}.popup-image img{max-width:100%;max-height:100%;object-fit:cover;border-radius:10px 0 0 10px}.popup-form{padding:20px;display:flex;flex-direction:column;justify-content:center;border-radius:0 10px 10px 0}.popup-form h2,.popup-form h3{margin:0 0 10px}.popup-form label{margin-top:10px}.popup-form input,.popup-form button{margin-top:5px;padding:10px;width:100%;box-sizing:border-box}.popup-form button{background-color:#4caf50;color:#fff;border:none;cursor:pointer;margin-top:20px;border-radius:5px}.popup-close{position:absolute;top:10px;right:10px;padding:5px 10px;border:none;background-color:#f44336;color:#fff;cursor:pointer;border-radius:5px}
