@utility shell-simple {
  & {
    display: flex;
    flex-direction: column;
    height: inherit;

    > .content {
      flex-grow: 1;
    }

    > .footer {
      flex-shrink: 0;
    }
  }
}
