.footer
{
  height: min-content;
  align-content: end;
  background: beige;
  padding: 1em;
}

.footer .company
{
  background: beige;
  display: grid;
  grid-gap: 1em;
}

.company
{
  color: gray;
  font-family: sans;
}

.company .name
{
  font-weight: bold;
}

.footer_legal
{
  margin-right: auto;
  line-height: 2em;
}

.footer_legal a
{
  text-decoration: none;
  text-wrap: nowrap;
}
.footer_legal div::before
{
  content: "➡️ ";
}

.extras
{
  display: flex;
  position: relative;
}

.extras .version
{
  position: absolute;
  right: 0;
  bottom: 0;
}