.computations_show__name {
  color: inherit;
  background: 0;
  border: 0;
  border-bottom: 1px solid var(--color-neutral-back);
}

.computations_show__header {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.computations_show__total {
  display: inline-block;
  width: 12ex;
  text-align: right;
}

.computations_show__destroy {
  margin-top: 4em;
  text-align: right;
}
