.checklist-dialog-shell {
    width: auto;
    max-width: calc(100vw - 2rem);
    max-height: 85vh;
    margin: 1rem;
    overflow: auto;
    padding: 1.5rem;
}
