.modal-container {
    width: 640px;
    max-width: 90%;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
}
