Here’s the CSS for shell-simple.

.shell-simple {
display: flex;
flex-direction: column;
height: inherit;
> .content {
flex-grow: 1;
}
> .footer {
flex-shrink: 0;
}
}