.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;display:flex;align-items:center;justify-content:center}.modal__card{position:relative;background-color:#fff;border-radius:8px;box-shadow:0 4px 24px rgba(0,0,0,.24);padding:2rem;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content}.modal__close-button{position:absolute;top:18px;right:18px;cursor:pointer}.modal__content{flex:1 1;overflow-y:auto}.modal__footer{display:flex;justify-content:center;padding:12px 16px;border-top:1px solid #ccc;background-color:#fff}.modal__footer-button{border:1px solid #ccc;border-radius:6px;padding:10px 20px;cursor:pointer}